| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-07 | [ruby/prism] Fix up test suite | Kevin Newton | |
| https://github.com/ruby/prism/commit/2929c35630 | |||
| 2024-03-07 | [ruby/prism] Add bignum parse test | tompng | |
| https://github.com/ruby/prism/commit/503a0ea6cd | |||
| 2024-03-07 | [ruby/prism] Support parsing streams | Kevin Newton | |
| https://github.com/ruby/prism/commit/efdc2b7222 | |||
| 2024-03-07 | [ruby/prism] Fix up tilde heredoc line continuations | Kevin Newton | |
| https://github.com/ruby/prism/commit/15e74b2f65 | |||
| 2024-03-07 | [ruby/prism] Fix an AST and token incompatibility for ↵ | Koichi ITO | |
| `Prism::Translation::Parser` Fixes https://github.com/ruby/prism/pull/2506. This PR fixes an AST and token incompatibility between Parser gem and `Prism::Translation::Parser` for symbols quoted with line breaks. https://github.com/ruby/prism/commit/06ab4df8cd | |||
| 2024-03-06 | [ruby/prism] Use the diagnostic types in the parser translation layer | Kevin Newton | |
| https://github.com/ruby/prism/commit/1a8a0063dc | |||
| 2024-03-06 | [ruby/prism] Fix implicit local variables in hashes | Kevin Newton | |
| https://github.com/ruby/prism/commit/05e0c6792c | |||
| 2024-03-06 | [ruby/prism] Only run ripper tests on 3.3+ | Kevin Newton | |
| https://github.com/ruby/prism/commit/f8b973e8cd | |||
| 2024-03-06 | [ruby/prism] Simplify ripper tests in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/a66d066162 | |||
| 2024-03-06 | [ruby/prism] Stop looking at generated tree in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/3f59d07388 | |||
| 2024-03-06 | [ruby/prism] Better handle splats in MRHS in rescues in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/36a0b2e45a | |||
| 2024-03-06 | [ruby/prism] Handle single splat in rescue in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/76cf29e68d | |||
| 2024-03-06 | [ruby/prism] Support elsif in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/0c008fcf34 | |||
| 2024-03-06 | [ruby/prism] Correctly detect void stmts in classes and modules in ripper ↵ | Kevin Newton | |
| translation https://github.com/ruby/prism/commit/1729e8aec0 | |||
| 2024-03-06 | [ruby/prism] Handle empty programs in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/b607e3a98d | |||
| 2024-03-06 | [ruby/prism] Fix up blocks for index nodes in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/a35eadce47 | |||
| 2024-03-06 | [ruby/prism] Allow rescue modifier after MRHS in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/37db4d8c2d | |||
| 2024-03-06 | [ruby/prism] Handle empty parentheses in lambda in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/e0a836ebc2 | |||
| 2024-03-06 | [ruby/prism] Handle empty embedded expressions in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/99eca8b1d2 | |||
| 2024-03-06 | [ruby/prism] Implement string concat for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/6019342278 | |||
| 2024-03-06 | [ruby/prism] Share argument logic with calls and keywords in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/240bb08c2c | |||
| 2024-03-06 | [ruby/prism] Better handle splat in MRHS | Kevin Newton | |
| https://github.com/ruby/prism/commit/8331874218 | |||
| 2024-03-06 | [ruby/prism] Handle numbered parameters in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/cf21c08c0b | |||
| 2024-03-06 | [ruby/prism] Disallow keywords as method names in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/dc74428e2e | |||
| 2024-03-06 | [ruby/prism] Split up multi target visits for methods in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/4e7733491f | |||
| 2024-03-06 | [ruby/prism] Better split between fcall and command for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/972fe60aea | |||
| 2024-03-06 | [ruby/prism] Handle trailing commas in method calls for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/fe10b5f49f | |||
| 2024-03-06 | [ruby/prism] Better handle hash pattern in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/4639803277 | |||
| 2024-03-06 | [ruby/prism] Share argument handling in super nodes in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/f315bdb45d | |||
| 2024-03-06 | [ruby/prism] Fix up method naming in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/06a89c3540 | |||
| 2024-03-06 | [ruby/prism] Fix up symbols that look like cvar/ivar/gvar in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/64e8190da0 | |||
| 2024-03-06 | [ruby/prism] Handle MRHS in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/6088ca1152 | |||
| 2024-03-06 | [ruby/prism] Fix up block arguments node for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/81feef447a | |||
| 2024-03-06 | [ruby/prism] Fix up MLHS posts in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/1f16df1f9e | |||
| 2024-03-06 | [ruby/prism] Better void stmt detection for comments in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/36bae94f06 | |||
| 2024-03-06 | [ruby/prism] Fix up begin node clause semicolon detection in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/117c7418af | |||
| 2024-03-06 | [ruby/prism] Fix up case consequent in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/9c298f294d | |||
| 2024-03-06 | [ruby/prism] Fix up void stmt generation in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/27a427bc22 | |||
| 2024-03-06 | [ruby/prism] Consolidate symbol key handling in ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/f4f7f8fc87 | |||
| 2024-03-06 | [ruby/prism] Tilde heredocs for ripper translation | Kevin Newton | |
| https://github.com/ruby/prism/commit/de9e55dd43 | |||
| 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 | |||
