summaryrefslogtreecommitdiff
path: root/prism/templates
AgeCommit message (Expand)Author
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] Update templates/include/prism/ast.h.erbKevin Newton
2024-09-25[ruby/prism] Fix rendering of type overview docsAlexander Momchilov
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-09-25[ruby/prism] Type every node field and mark on-error-only types explicitlyBenoit Daloze
2024-09-13[ruby/prism] Refactor and move common node flags count into a constant to reu...Andrew Konchin
2024-09-13[ruby/prism] Unify code style of flags generation in the nodes templatesAndrew Konchin
2024-08-28[PRISM] Sync version updateKevin Newton
2024-08-23[ruby/prism] Pass Unicode escapes on to onigmoKevin Newton
2024-08-22[ruby/prism] Update templates/include/prism/ast.h.erbKevin Newton
2024-08-22[ruby/prism] Render node comments into their `ast.h`Alexander Momchilov
2024-08-15[ruby/prism] Special error for too short unicode errorsKevin Newton
2024-08-13[ruby/prism] Fix up spacing in generated node.rbKevin 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-17[ruby/prism] [Doc] Tweak example of `Prism::Dispatcher`Koichi ITO
2024-07-11[ruby/prism] Bump typecheck dependencies to fix CIKevin Newton
2024-07-11[ruby/prism] Prevent optional block parameter from accepting certain prefixed...Stan Lo
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Move Node#type and Node::type documentationKevin Newton
2024-07-11[ruby/prism] Add Node#breadth_first_searchKevin Newton
2024-07-11[ruby/prism] Expose common flags in inspect outputKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-07-01[ruby/prism] Fix up find and array patterns with multiple restsKevin Newton
2024-06-25[ruby/prism] Fix documentation comment in generated with templates filesAndrew Konchin
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-07Sync prism version to latestKevin 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