| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-06 | [ruby/prism] Implement call shorthand for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/4d08736bd5 | |||
| 2024-03-06 | [ruby/prism] Fix up multi write parentheses in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/41c84df423 | |||
| 2024-03-06 | [ruby/prism] Fix up body semicolon finding in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/8fa476d9a1 | |||
| 2024-03-06 | [ruby/prism] Fix up backtick events on ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/87538f1a12 | |||
| 2024-03-06 | [ruby/prism] Implement ternaries in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/8b14a85a4c | |||
| 2024-03-06 | [ruby/prism] Implement character literals for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/3c28994a24 | |||
| 2024-03-06 | [ruby/prism] Fix empty strings for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/836adb0aaa | |||
| 2024-03-06 | [ruby/prism] Fix up yield arguments in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/22b9f3ccd9 | |||
| 2024-03-06 | [ruby/prism] Consolidate semicolon checking in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/798517da1a | |||
| 2024-03-06 | [ruby/prism] Fix up else in implicit begin for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/4344b70ed5 | |||
| 2024-03-06 | [ruby/prism] Fix up return node for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/c00902af23 | |||
| 2024-03-06 | [ruby/prism] Implement special array literals for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/a5c3d634ef | |||
| 2024-03-06 | [ruby/prism] Fix up lambda ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/a3156e60cc | |||
| 2024-03-06 | [ruby/prism] Implement singleton methods for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/b7cd5c8e74 | |||
| 2024-03-06 | [ruby/prism] Consolidate body node visiting in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/8feb073fe4 | |||
| 2024-03-06 | [ruby/prism] Fix up forwarding arguments for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/9dbad71aa3 | |||
| 2024-03-06 | [ruby/prism] Unary not for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/149d01f2c9 | |||
| 2024-03-06 | [ruby/prism] Implement fields for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/90f8b33fad | |||
| 2024-03-06 | [ruby/prism] Revisit call nodes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/372200f970 | |||
| 2024-03-06 | [ruby/prism] Fix implementation of [] and []= for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/d31cf63d45 | |||
| 2024-03-06 | [ruby/prism] Refactor symbol ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/356c97c736 | |||
| 2024-03-06 | [ruby/prism] Implement super for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/18dea6ce64 | |||
| 2024-03-06 | [ruby/prism] Implement other call nodes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/a76744be47 | |||
| 2024-03-06 | [ruby/prism] Implement index nodes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/3fd962f2d3 | |||
| 2024-03-06 | [ruby/prism] Implement hash patterns for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/6bd7ae2ed2 | |||
| 2024-03-06 | [ruby/prism] Implement multi target nodes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/ceb5a5cf62 | |||
| 2024-03-06 | [ruby/prism] Implement lambdas for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/602d3d2ccb | |||
| 2024-03-06 | [ruby/prism] Implement target nodes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/c5c8299485 | |||
| 2024-03-06 | [ruby/prism] Implement for loop for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/2d635ce46b | |||
| 2024-03-06 | [ruby/prism] Implement endless methods for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/6611820b7b | |||
| 2024-03-06 | [ruby/prism] Implement find pattern for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/ef9dca2a4c | |||
| 2024-03-06 | [ruby/prism] Implement case/in for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/7f5a09f40e | |||
| 2024-03-06 | [ruby/prism] Add constant path ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/5e47d8eb67 | |||
| 2024-03-06 | [ruby/prism] Implement def for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/a3c8c27c20 | |||
| 2024-03-06 | [ruby/prism] Implement if/unless for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/57c1dd4859 | |||
| 2024-03-06 | [ruby/prism] Implement regular expressions for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/788cf7c528 | |||
| 2024-03-06 | [ruby/prism] Start tracking failing fixtures in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/6285e31ccc | |||
| 2024-03-06 | [ruby/prism] Implement case/when for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/dfa499d2e9 | |||
| 2024-03-06 | [ruby/prism] Implement sclass for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/e6e17778f8 | |||
| 2024-03-06 | [ruby/prism] Implement next for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/107ffb64a3 | |||
| 2024-03-06 | [ruby/prism] Implement module for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/93d06436f7 | |||
| 2024-03-06 | [ruby/prism] Implement remaining interpolated nodes in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/129ed94cb5 | |||
| 2024-03-06 | [ruby/prism] Implement classes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/b2dc35d902 | |||
| 2024-03-06 | [ruby/prism] Implement local variable targets in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/4e64b9fc53 | |||
| 2024-03-06 | [ruby/prism] Implement hashes for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/57f991a6a6 | |||
| 2024-03-06 | [ruby/prism] Implement even more ripper visitor methods | Kevin Newton | |
| https://github.com/ruby/prism/commit/9a883a474a | |||
| 2024-03-06 | [ruby/prism] Implement so many ripper visitor methods | Kevin Newton | |
| https://github.com/ruby/prism/commit/336bd7249a | |||
| 2024-03-06 | [ruby/prism] Implement pre and post execution nodes for ripper | Kevin Newton | |
| https://github.com/ruby/prism/commit/b6927ac714 | |||
| 2024-03-06 | [ruby/prism] Implement even more ripper visitor methods | Kevin Newton | |
| https://github.com/ruby/prism/commit/88b8185075 | |||
| 2024-03-06 | [ruby/prism] Implement many more visitor methods for ripper | Kevin Newton | |
| https://github.com/ruby/prism/commit/b9d762c76a | |||
