summaryrefslogtreecommitdiff
path: root/prism/templates/src
AgeCommit message (Expand)Author
2025-12-05[ruby/prism] Avoid undefined int overflow behaviourSteven Johnstone
2025-11-16Handle deeply nested capture variables syntax errKevin Newton
2025-11-14[ruby/prism] Reject endless method as a block parameter defaultEarlopain
2025-11-14[Feature #21572] Syntax error at capture in alternation patternNobuyoshi Nakada
2025-10-08[ruby/prism] For these special cases, there exists no optional argument type....Earlopain
2025-08-05[ruby/prism] Improve error handling for missing parentheses after 'not' in co...ydah
2025-08-05[ruby/prism] Reject `true && not true`Yusuke Endoh
2025-07-16[ruby/prism] Improve error handling for missing parentheses after 'not' in co...ydah
2025-07-16[ruby/prism] Reject `true && not true`Yusuke Endoh
2025-03-22[ruby/prism] Include nodeId in Java Node only if necessaryBenoit Daloze
2025-03-21[ruby/prism] Add node_id to Java serializationKevin Newton
2025-01-05Use a single quote instead of a backtick for error messagesJunichi Ito
2024-10-07[ruby/prism] Handle invalid commas in arguments, parameters, and arraysKevin Newton
2024-10-01Resync to latest PrismKevin Newton
2024-09-30Sync Prism with latest main branchKevin Newton
2024-09-30[ruby/prism] Require a delimiter for singleton classesKevin Newton
2024-09-26[ruby/prism] Reject non-assoc ranges with subsequent operatorsKevin Newton
2024-09-25[ruby/prism] Fix up more error messages to more closely match parse.yKevin Newton
2024-09-25[ruby/prism] Disallow label in parenthesesKevin Newton
2024-09-25[ruby/prism] Support a max depth to protect against malicious payloadsKevin Newton
2024-08-23[ruby/prism] Pass Unicode escapes on to onigmoKevin Newton
2024-08-15[ruby/prism] Special error for too short unicode errorsKevin Newton
2024-07-25[ruby/prism] Do not serialize common flags when PRISM_SERIALIZE_ONLY_SEMANTIC...Benoit Daloze
2024-07-25[ruby/prism] Do not serialize node_id when PRISM_SERIALIZE_ONLY_SEMANTICS_FIE...Benoit Daloze
2024-07-22[ruby/prism] Implement mismatched indentation warningKevin Newton
2024-07-11[ruby/prism] Prevent optional block parameter from accepting certain prefixed...Stan Lo
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-01[ruby/prism] Fix up find and array patterns with multiple restsKevin Newton
2024-06-21[ruby/prism] Update `#line` that was missed to updateYusuke Endoh
2024-06-20[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repoYusuke Endoh
2024-06-14[ruby/prism] Ensure ranges are non-associativeKevin Newton
2024-06-11[ruby/prism] Match CRuby error message for unknown regexp optionsKevin Newton
2024-06-10[ruby/prism] Disallow multi writes when not in statement levelKevin Newton
2024-06-05[ruby/prism] Report onigmo errors for depthKevin Newton
2024-05-31Make error messages clear blocks/keywords are disallowed in index assignmentJeremy Evans
2024-05-24[ruby/prism] Remove various unused memsize infraKevin Newton
2024-05-24[ruby/prism] Update duplicated when error messageKevin Newton
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-21[ruby/prism] Add error for numbered parameter used in inner blockKevin Newton
2024-05-20[ruby/prism] Implement ambiguous binary operator warningKevin Newton
2024-05-16[ruby/prism] Update more escape error messages to match CRubyKevin Newton
2024-05-16[ruby/prism] Match CRuby invalid escape character syntax error messageKevin Newton
2024-05-16[ruby/prism] Match CRuby invalid character error messageKevin Newton
2024-05-16[ruby/prism] Update error message for invalid % at EOFKevin Newton
2024-05-16[ruby/prism] Match CRuby error message for unknown % stringKevin Newton
2024-05-15[ruby/prism] Replace end of file with end-of-inputKevin Newton
2024-05-10[ruby/prism] Enhance parameter forwarding error messagesKevin Newton
2024-05-08[ruby/prism] Enhance def params term error messageKevin Newton
2024-05-08[ruby/prism] Invalid escape character syntax for nested unicode escapesKevin Newton