summaryrefslogtreecommitdiff
path: root/prism/templates
AgeCommit message (Expand)Author
2025-03-23[ruby/prism] Update Ruby depsKevin Newton
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-03-20[ruby/prism] Dynamically register events to dispatchSam Bostock
2025-03-19[ruby/prism] Mark Prism as ractor-safeKevin Newton
2025-03-18[ruby/prism] Bump to v1.4.0Kevin Newton
2025-03-12[ruby/prism] Revert "Mark extension as Ractor-safe"Kevin Newton
2025-03-12[ruby/prism] Mark extension as Ractor-safeKevin Newton
2025-01-14[ruby/prism] Refactor serializerKevin Newton
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-12[ruby/prism] Frozen strings in the ASTKevin Newton
2025-01-11[ruby/prism] Bump to v1.3.0Kevin Newton
2025-01-05Use a single quote instead of a backtick for error messagesJunichi Ito
2024-12-16[ruby/prism] Bump to v1.2.0Kevin Newton
2024-12-16[ruby/prism] Bump to v1.1.0Kevin Newton
2024-12-11[ruby/prism] Bump typechecking depsKevin Newton
2024-10-16[ruby/prism] RelocationKevin Newton
2024-10-09[ruby/prism] Attempt to assume binary is UTF-8Kevin Newton
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] 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