summaryrefslogtreecommitdiff
path: root/prism/templates/src
AgeCommit message (Expand)Author
2024-05-08[ruby/prism] Better error message on missing hash valueKevin Newton
2024-05-07[ruby/prism] Extend error message for unterminated HEREDOCKevin Newton
2024-05-07[ruby/prism] Better error message for contents of hash patternKevin Newton
2024-05-07[ruby/prism] Disallow implicit hash in array patternKevin Newton
2024-05-07[ruby/prism] Specific error message for symbol literal with interpolation in ...Kevin Newton
2024-05-07[ruby/prism] shareable_constant_value line warningsKevin Newton
2024-05-06[ruby/prism] Unexpected fractional component error messagesKevin Newton
2024-05-06[ruby/prism] More specific error for conflicting forwarding parametersKevin Newton
2024-05-06[ruby/prism] Fix up error message for unexpected {Kevin Newton
2024-05-03[ruby/prism] Disallow safe navigation in a call target nodeKevin Newton
2024-05-03[ruby/prism] Disallow **nil after keyword parametersKevin Newton
2024-05-03[ruby/prism] Disallow keywords and blocks in index expressionsKevin Newton
2024-05-01[PRISM] Enable passing tests in test_syntax.rbKevin Newton
2024-05-01[PRISM] Closer error messages on invalid unicode escapes in character literalsKevin Newton
2024-05-01[PRISM] Error message for unterminated heredoc identifierKevin Newton
2024-05-01[PRISM] Fix unterminated regular expression error messageKevin Newton
2024-05-01[PRISM] Match unterminated error messagesKevin Newton
2024-05-01[ruby/prism] Support passing version 3.3.1Kevin Newton
2024-05-01[ruby/prism] CRuby error message for trailing underscore in numberKevin Newton
2024-05-01[ruby/prism] Mark errors for invalid symbolsKevin Newton
2024-04-26[ruby/prism] Match CRuby error messages for invalid numericsKevin Newton
2024-04-19[ruby/prism] Do not allow omitted hash keys with ! or ?Kevin Newton
2024-04-16[ruby/prism] Better error recovery for unwritable nodesKevin Newton
2024-04-12[ruby/prism] Better error message on statement inside argument listKevin Newton
2024-04-12[ruby/prism] Better error message on invalid defKevin Newton
2024-04-12[ruby/prism] Syntax error for block argument on yieldKevin Newton
2024-04-12[ruby/prism] Fix up embdoc lexing on EOFKevin Newton
2024-04-12[ruby/prism] Create the warning for unreachable statementsKevin Newton
2024-04-12[ruby/prism] Implement the void statement warningKevin Newton
2024-04-12Sync latest prismKevin Newton
2024-04-12[Bug #20423] Fix error message of prismNobuyoshi Nakada
2024-04-05[ruby/prism] Warn on unused local variablesKevin Newton
2024-04-04[ruby/prism] Change forwarding error messages to match CRubyKevin Newton
2024-04-03[ruby/prism] Fix up pm_node_list_growKevin Newton
2024-04-03[ruby/prism] Pass block exits up the treeKevin Newton
2024-04-03[ruby/prism] Introduce PM_NODE_LIST_FOREACH to make it easier to iterate over...Kevin Newton
2024-04-03[ruby/prism] Allow block exits in defined? and fix modifier while/untilKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-04-03[ruby/prism] Correct errors for invalid retryKevin Newton
2024-04-03[ruby/prism] Log errors for invalid jumpsKevin Newton
2024-04-03[ruby/prism] Match circular parameter error messageKevin Newton
2024-04-01[ruby/prism] Fix up error messages for empty global variableKevin Newton
2024-04-01[ruby/prism] Match error messages for invalid instance/class variablesKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module nameKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module definitionKevin Newton
2024-04-01[ruby/prism] Match error message for multiple blocks givenKevin Newton
2024-04-01[ruby/prism] Fix up error message for invalid numbered reference aliasKevin Newton
2024-04-01[ruby/prism] Track duplicate hash keys for pattern matchingKevin Newton
2024-04-01[ruby/prism] Track captures in pattern matching for duplicatesKevin Newton
2024-03-29[PRISM] Fix error message for duplicate parameter nameKevin Newton