| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-14 | [Feature #21572] Syntax error at capture in alternation pattern | Nobuyoshi Nakada | |
| Should fail even with `-c` option. | |||
| 2024-08-28 | [PRISM] Field renaming | Kevin Newton | |
| Rename some fields that do not quite make sense. * CaseMatchNode#consequent -> CaseMatchNode#else_clause * CaseNode#consequent -> CaseNode#else_clause * IfNode#consequent -> IfNode#subsequent * RescueNode#consequent -> RescueNode#subsequent * UnlessNode#consequent -> UnlessNode#else_clause Notes: Merged: https://github.com/ruby/ruby/pull/11480 | |||
| 2024-05-30 | [ruby/prism] Tests overhaul | Kevin Newton | |
| https://github.com/ruby/prism/commit/6f886be0a4 | |||
