summaryrefslogtreecommitdiff
path: root/prism/templates/ext
AgeCommit message (Expand)Author
2025-09-12Bump Prism version to 1.5.0Takashi Kokubun
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-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-06-20[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repoYusuke Endoh
2024-05-03[ruby/prism] Create specialized `ASCIISource` with asciionly optimizationsVinicius Stock
2024-04-23[ruby/prism] Use GC-able symbols for ASTKevin Newton
2024-03-07[ruby/prism] Shared integer parsing logicKevin Newton
2024-03-07[ruby/prism] Change pm_integer_t structuretompng
2024-03-07[ruby/prism] Make pm_integer -> Integer fastertompng
2024-03-06[ruby/prism] Move template related methods/classes under `Prism::Template` na...Ufuk Kayserilioglu
2024-03-04[ruby/prism] Make alloc interface replaceableHASUMI Hitoshi
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-22[ruby/prism] Add an IntegerField for parsing integer valuesKevin Newton
2024-02-15[ruby/prism] Speed up creating Ruby ASTKevin Newton
2024-02-14Initialize the Prism::Source directly with all 3 fields for the C extensionBenoit Daloze
2024-02-14[ruby/prism] Remove attr_writer's for ParseResult#start_line and #offsetsBenoit Daloze
2024-02-14[ruby/prism] Serialize the newline_list to avoid recomputing it again laterBenoit Daloze
2024-01-30[ruby/prism] Better error messages for unexpected tokens in prefixKevin Newton
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-11-29[ruby/prism] Convert start line to signed integersJean Boussier
2023-11-03[ruby/prism] Properly support the start line optionKevin Newton
2023-11-02[ruby/prism] Handle invalid constants in the constant poolKevin Newton
2023-10-13[ruby/prism] Move common flags to top bitseileencodes
2023-09-27[ruby/prism] rearrange the constant pool so IDs can be used for indexingNathan Froyd
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton