| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-08 | [ruby/prism] Better error message on missing hash value | Kevin Newton | |
| https://github.com/ruby/prism/commit/b20e37e82e | |||
| 2024-05-07 | [ruby/prism] Extend error message for unterminated HEREDOC | Kevin Newton | |
| https://github.com/ruby/prism/commit/c1b07ec11b | |||
| 2024-05-07 | [ruby/prism] Better error message for contents of hash pattern | Kevin Newton | |
| https://github.com/ruby/prism/commit/60dbf60f48 | |||
| 2024-05-07 | [ruby/prism] Disallow implicit hash in array pattern | Kevin Newton | |
| https://github.com/ruby/prism/commit/bdd509c6ac | |||
| 2024-05-07 | [ruby/prism] Specific error message for symbol literal with interpolation in ↵ | Kevin Newton | |
| hash patterns https://github.com/ruby/prism/commit/31f0201bae | |||
| 2024-05-07 | [ruby/prism] shareable_constant_value line warnings | Kevin Newton | |
| https://github.com/ruby/prism/commit/8c984b6922 | |||
| 2024-05-06 | [ruby/prism] Unexpected fractional component error messages | Kevin Newton | |
| https://github.com/ruby/prism/commit/e893bc2230 | |||
| 2024-05-06 | [ruby/prism] More specific error for conflicting forwarding parameters | Kevin Newton | |
| https://github.com/ruby/prism/commit/1c3b48fedb | |||
| 2024-05-06 | [ruby/prism] Fix up error message for unexpected { | Kevin Newton | |
| https://github.com/ruby/prism/commit/80dbe035ba | |||
| 2024-05-03 | [ruby/prism] Disallow safe navigation in a call target node | Kevin Newton | |
| https://github.com/ruby/prism/commit/b1917adac7 | |||
| 2024-05-03 | [ruby/prism] Disallow **nil after keyword parameters | Kevin Newton | |
| https://github.com/ruby/prism/commit/5beeae076f | |||
| 2024-05-03 | [ruby/prism] Disallow keywords and blocks in index expressions | Kevin Newton | |
| https://github.com/ruby/prism/commit/e950dc1e83 | |||
| 2024-05-01 | [PRISM] Enable passing tests in test_syntax.rb | Kevin Newton | |
| 2024-05-01 | [PRISM] Closer error messages on invalid unicode escapes in character literals | Kevin Newton | |
| 2024-05-01 | [PRISM] Error message for unterminated heredoc identifier | Kevin Newton | |
| 2024-05-01 | [PRISM] Fix unterminated regular expression error message | Kevin Newton | |
| 2024-05-01 | [PRISM] Match unterminated error messages | Kevin Newton | |
| 2024-05-01 | [ruby/prism] Support passing version 3.3.1 | Kevin Newton | |
| https://github.com/ruby/prism/commit/445a0f0d22 | |||
| 2024-05-01 | [ruby/prism] CRuby error message for trailing underscore in number | Kevin Newton | |
| https://github.com/ruby/prism/commit/4e34f236d3 | |||
| 2024-05-01 | [ruby/prism] Mark errors for invalid symbols | Kevin Newton | |
| https://github.com/ruby/prism/commit/661884c4a3 | |||
| 2024-04-26 | [ruby/prism] Match CRuby error messages for invalid numerics | Kevin Newton | |
| https://github.com/ruby/prism/commit/be21a1bd1d | |||
| 2024-04-19 | [ruby/prism] Do not allow omitted hash keys with ! or ? | Kevin Newton | |
| https://github.com/ruby/prism/commit/06d358aa8d | |||
| 2024-04-16 | [ruby/prism] Better error recovery for unwritable nodes | Kevin Newton | |
| https://github.com/ruby/prism/commit/4828e73263 | |||
| 2024-04-12 | [ruby/prism] Better error message on statement inside argument list | Kevin Newton | |
| https://github.com/ruby/prism/commit/3b1a99526a | |||
| 2024-04-12 | [ruby/prism] Better error message on invalid def | Kevin Newton | |
| https://github.com/ruby/prism/commit/d398e7d22c | |||
| 2024-04-12 | [ruby/prism] Syntax error for block argument on yield | Kevin Newton | |
| https://github.com/ruby/prism/commit/9feeafbc67 | |||
| 2024-04-12 | [ruby/prism] Fix up embdoc lexing on EOF | Kevin Newton | |
| https://github.com/ruby/prism/commit/8ee43be26d | |||
| 2024-04-12 | [ruby/prism] Create the warning for unreachable statements | Kevin Newton | |
| https://github.com/ruby/prism/commit/e17c86b886 | |||
| 2024-04-12 | [ruby/prism] Implement the void statement warning | Kevin Newton | |
| https://github.com/ruby/prism/commit/802ff71cd4 | |||
| 2024-04-12 | Sync latest prism | Kevin Newton | |
| 2024-04-12 | [Bug #20423] Fix error message of prism | Nobuyoshi Nakada | |
| 2024-04-05 | [ruby/prism] Warn on unused local variables | Kevin Newton | |
| https://github.com/ruby/prism/commit/de111935fb | |||
| 2024-04-04 | [ruby/prism] Change forwarding error messages to match CRuby | Kevin Newton | |
| https://github.com/ruby/prism/commit/6a15e475c9 | |||
| 2024-04-03 | [ruby/prism] Fix up pm_node_list_grow | Kevin Newton | |
| https://github.com/ruby/prism/commit/7784365d3f | |||
| 2024-04-03 | [ruby/prism] Pass block exits up the tree | Kevin Newton | |
| https://github.com/ruby/prism/commit/168f72b9fe | |||
| 2024-04-03 | [ruby/prism] Introduce PM_NODE_LIST_FOREACH to make it easier to iterate ↵ | Kevin Newton | |
| over node lists https://github.com/ruby/prism/commit/5d4da7c69c | |||
| 2024-04-03 | [ruby/prism] Allow block exits in defined? and fix modifier while/until | Kevin Newton | |
| https://github.com/ruby/prism/commit/2752f0b8df | |||
| 2024-04-03 | [ruby/prism] Update fixtures to be all valid Ruby | Kevin Newton | |
| https://github.com/ruby/prism/commit/a0b978d25b | |||
| 2024-04-03 | [ruby/prism] Correct errors for invalid retry | Kevin Newton | |
| https://github.com/ruby/prism/commit/96ca6e51fc | |||
| 2024-04-03 | [ruby/prism] Log errors for invalid jumps | Kevin Newton | |
| https://github.com/ruby/prism/commit/892d0f9310 | |||
| 2024-04-03 | [ruby/prism] Match circular parameter error message | Kevin Newton | |
| https://github.com/ruby/prism/commit/c0381b10e4 | |||
| 2024-04-01 | [ruby/prism] Fix up error messages for empty global variable | Kevin Newton | |
| https://github.com/ruby/prism/commit/fa7559d40b | |||
| 2024-04-01 | [ruby/prism] Match error messages for invalid instance/class variables | Kevin Newton | |
| https://github.com/ruby/prism/commit/82fd0599ed | |||
| 2024-04-01 | [ruby/prism] Match error message for invalid class/module name | Kevin Newton | |
| https://github.com/ruby/prism/commit/f00ae59070 | |||
| 2024-04-01 | [ruby/prism] Match error message for invalid class/module definition | Kevin Newton | |
| https://github.com/ruby/prism/commit/1879a9d22e | |||
| 2024-04-01 | [ruby/prism] Match error message for multiple blocks given | Kevin Newton | |
| https://github.com/ruby/prism/commit/6b594d9d42 | |||
| 2024-04-01 | [ruby/prism] Fix up error message for invalid numbered reference alias | Kevin Newton | |
| https://github.com/ruby/prism/commit/74bff9e834 | |||
| 2024-04-01 | [ruby/prism] Track duplicate hash keys for pattern matching | Kevin Newton | |
| https://github.com/ruby/prism/commit/71ea82f299 | |||
| 2024-04-01 | [ruby/prism] Track captures in pattern matching for duplicates | Kevin Newton | |
| https://github.com/ruby/prism/commit/aa2182f064 | |||
| 2024-03-29 | [PRISM] Fix error message for duplicate parameter name | Kevin Newton | |
