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
/
prism.c
Age
Commit message (
Expand
)
Author
2026-03-16
[ruby/prism] Fix not binding power in endless methods [Backport #21097]
Takashi Kokubun
2026-03-06
[ruby/prism] Fix in handling
Kevin Newton
2026-03-06
[ruby/prism] Fix error message for block/lambda with `...` argument
Earlopain
2026-03-06
[ruby/prism] Correctly handle `and?` and similar on ruby 4.0
Earlopain
2026-01-12
Sync Prism to 1.8.0
Takashi Kokubun
2025-12-18
[ruby/prism] Reject `p(p a, &block => value)` and similar
Earlopain
2025-12-15
[ruby/prism] Unreference before destroying in call node in pattern
Kevin Newton
2025-12-15
[ruby/prism] Escape error location is incorrect for some regex
Kevin Newton
2025-12-14
[ruby/prism] Only set location end when it is larger
Kevin Newton
2025-12-14
[ruby/prism] Unreference the block node before destroying it
Kevin Newton
2025-12-13
[ruby/prism] Prevent an infinite loop parsing a capture name
Steven Johnstone
2025-12-09
[ruby/prism] Nested heredoc with newline terminator
Kevin Newton
2025-12-09
[ruby/prism] Fully handle unreferencing a block exit
Kevin Newton
2025-12-09
[ruby/prism] Fix up call target node when invalid
Kevin Newton
2025-12-09
[ruby/prism] Fix hash pattern location when missing nodes
Kevin Newton
2025-12-06
[ruby/prism] Avoid out-of-bounds reads
Steven Johnstone
2025-12-04
[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolation
Earlopain
2025-12-03
[ruby/prism] Fix wrong error message for lower percent i arrays
Earlopain
2025-12-03
[ruby/prism] Correctly handle line continuations in %w/i% interrupted by here...
Earlopain
2025-12-02
[ruby/prism] Consolidate macro definitions
Kevin Newton
2025-12-02
[ruby/prism] Remove PM_OPTIONAL_LOCATION_NOT_PROVIDED_VALUE macro
Kevin Newton
2025-12-02
[ruby/prism] Further specialize PM_NODE_INIT
Kevin Newton
2025-12-02
[ruby/prism] Introduce PM_NODE_FLAGS macro
Kevin Newton
2025-12-02
[ruby/prism] Specialize PM_NODE_INIT to reduce calls to location
Kevin Newton
2025-12-02
[ruby/prism] Introduce PM_NODE_UPCAST macro for readability
Kevin Newton
2025-12-01
[ruby/prism] PM_NODE_INIT
Kevin Newton
2025-12-01
[ruby/prism] Fix up newlines in newline-delimited-literals
Kevin Newton
2025-12-01
[ruby/prism] Properly remove references
Kevin Newton
2025-11-30
[ruby/prism] Ensure implicit parameter nodes are destroyed.
Kevin Newton
2025-11-30
[ruby/prism] Fully destroy call operator write arguments
Kevin Newton
2025-11-29
[ruby/prism] Fix out-of-bounds read in parser_lex_magic_comment
Kevin Newton
2025-11-29
[ruby/prism] Fix label interpolated string
Kevin Newton
2025-11-29
[ruby/prism] Fix out-of-bounds read after utf-8 BOM
Kevin Newton
2025-11-29
[ruby/prism] Handle invalid string pattern key
Kevin Newton
2025-11-23
[ruby/prism] Revert "Reject `p(p a, &block => value)` and similar"
Kevin Newton
2025-11-23
[ruby/prism] Handle destroying implicit parameter
Kevin Newton
2025-11-23
[ruby/prism] Avoid reading out-of-bounds in pm_strnstr
Steven Johnstone
2025-11-23
[ruby/prism] Reject `p(p a, &block => value)` and similar
Earlopain
2025-11-20
[ruby/prism] Use memmove for overlapping memory ranges
Steven Johnstone
2025-11-16
Handle deeply nested capture variables syntax err
Kevin Newton
2025-11-14
[ruby/prism] Reject endless method as a block parameter default
Earlopain
2025-11-14
[Feature #21572] Syntax error at capture in alternation pattern
Nobuyoshi Nakada
2025-11-08
[ruby/prism] Rename Ruby 3.5 to Ruby 4.0
Earlopain
2025-11-06
[ruby/prism] Reject `def f a, (b) = 1`
Earlopain
2025-10-30
[ruby/prism] Add equal_loc to call nodes
Kevin Newton
2025-10-30
[ruby/prism] Unescape unary method calls
Earlopain
2025-10-22
[ruby/prism] Make error and snapshot tests multi-version aware
Earlopain
2025-10-15
[ruby/prism] explicitly cast constants in initializers as well
Nathan Froyd
2025-10-15
[ruby/prism] explicitly cast shifted constant to unsigned to avoid undefined ...
Nathan Froyd
2025-10-08
[ruby/prism] For these special cases, there exists no optional argument type....
Earlopain
[next]