index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prism
/
templates
/
ext
Age
Commit message (
Expand
)
Author
2025-09-12
Bump Prism version to 1.5.0
Takashi Kokubun
2024-07-11
[ruby/prism] Add node ids to nodes
Kevin Newton
2024-07-11
[ruby/prism] Expose flags on every node type
Kevin Newton
2024-07-11
[ruby/prism] Move location to second position for node initializers
Kevin Newton
2024-06-20
[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repo
Yusuke Endoh
2024-05-03
[ruby/prism] Create specialized `ASCIISource` with asciionly optimizations
Vinicius Stock
2024-04-23
[ruby/prism] Use GC-able symbols for AST
Kevin Newton
2024-03-07
[ruby/prism] Shared integer parsing logic
Kevin Newton
2024-03-07
[ruby/prism] Change pm_integer_t structure
tompng
2024-03-07
[ruby/prism] Make pm_integer -> Integer faster
tompng
2024-03-06
[ruby/prism] Move template related methods/classes under `Prism::Template` na...
Ufuk Kayserilioglu
2024-03-04
[ruby/prism] Make alloc interface replaceable
HASUMI Hitoshi
2024-02-22
[ruby/prism] Parse float values
Kevin Newton
2024-02-22
[ruby/prism] Regenerate snapshots using integer values
Kevin Newton
2024-02-22
[ruby/prism] Add an IntegerField for parsing integer values
Kevin Newton
2024-02-15
[ruby/prism] Speed up creating Ruby AST
Kevin Newton
2024-02-14
Initialize the Prism::Source directly with all 3 fields for the C extension
Benoit Daloze
2024-02-14
[ruby/prism] Remove attr_writer's for ParseResult#start_line and #offsets
Benoit Daloze
2024-02-14
[ruby/prism] Serialize the newline_list to avoid recomputing it again later
Benoit Daloze
2024-01-30
[ruby/prism] Better error messages for unexpected tokens in prefix
Kevin Newton
2023-12-01
[ruby/prism] Change numbered parameters
Kevin Newton
2023-11-29
[ruby/prism] Convert start line to signed integers
Jean Boussier
2023-11-03
[ruby/prism] Properly support the start line option
Kevin Newton
2023-11-02
[ruby/prism] Handle invalid constants in the constant pool
Kevin Newton
2023-10-13
[ruby/prism] Move common flags to top bits
eileencodes
2023-09-27
[ruby/prism] rearrange the constant pool so IDs can be used for indexing
Nathan Froyd
2023-09-27
Sync to prism rename commits
Kevin Newton
2023-09-27
Rename YARP filepaths to prism filepaths
Kevin Newton