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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
prism
/
translation
/
parser
Age
Commit message (
Expand
)
Author
2025-04-12
[ruby/prism] Fix parsing rescued exception via indexed assignment
viralpraxis
2025-04-02
[ruby/prism] Fix parser translator when splatting in pattern matching pin
Earlopain
2025-03-30
[ruby/prism] Fix parser translator when pinning hash with string keys
Earlopain
2025-03-30
[ruby/prism] Accept a newline after the defined? keyword
Kevin Newton
2025-03-18
Fix up merge conflicts for prism sync
Kevin Newton
2025-03-18
[ruby/prism] Only unnest parser mlhs nodes when no rest argument is provided
Earlopain
2025-03-18
[ruby/prism] Fix parser translator multiline interpolated symbols
Earlopain
2025-03-18
[ruby/prism] Further refine string handling in the parser translator
Earlopain
2025-03-18
[ruby/prism] Use Set.new over to_set
Kevin Newton
2025-03-18
[ruby/prism] Optimize array inclusion checks in the parser translator
Earlopain
2025-03-18
[ruby/prism] Fix parser translator crash for certain octal escapes
Earlopain
2025-03-18
[ruby/prism] Handle control and meta escapes in parser translation
Kevin Newton
2025-03-18
[ruby/prism] Further refine string handling in the parser translator
Earlopain
2025-03-18
[ruby/prism] Better handle regexp in the parser translator
Earlopain
2025-03-18
[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapes
Earlopain
2025-03-18
[ruby/prism] Fix parser translator edge-case when multiline string ends with \n
Earlopain
2025-03-18
[ruby/prism] Better handle all kinds of multiline strings in the parser trans...
Earlopain
2025-03-18
[ruby/prism] Fix an incompatibility with the parser translator
Earlopain
2025-03-18
[ruby/prism] Fix parser translator rescue location with semicolon body
Earlopain
2025-03-18
[ruby/prism] Further refine string handling in the parser translator
Earlopain
2025-03-18
[ruby/prism] Fix parser translator when unescaping invalid utf8
Earlopain
2025-03-13
[ruby/prism] Use Set.new over to_set
Kevin Newton
2025-03-13
[ruby/prism] Use `reverse_each` in the parser translator
Earlopain
2025-03-13
[ruby/prism] Optimize array inclusion checks in the parser translator
Earlopain
2025-03-13
[ruby/prism] Ensure backwards compatibility with the custom parser builder
Earlopain
2025-03-10
[ruby/prism] Support `itblock` for `Prism::Translation::Parser`
Koichi ITO
2025-02-25
[ruby/prism] Add a custom builder class for the parser translator
Earlopain
2025-01-20
[ruby/prism] Fix parser translator scope issues for implicit hash values
Earlopain
2025-01-14
Better handle regexp in the parser translator
Earlopain
2025-01-13
[ruby/prism] Fix parser translator tokens for `%x(#{})`
Earlopain
2025-01-13
[ruby/prism] Fix parser translator heredoc dedention with leading interpolation
Earlopain
2025-01-12
[ruby/prism] Fix parser translator tSPACE tokens for percent arrays
Earlopain
2025-01-12
[ruby/prism] Frozen strings in the AST
Kevin Newton
2025-01-12
[ruby/prism] Fix parser translator ranges for mulltiline strings with multili...
Earlopain
2025-01-12
[ruby/prism] Fix parser translator tokens for comment-only file
Earlopain
2025-01-11
[ruby/prism] Better comment token handling for the parser translator
Earlopain
2025-01-11
[ruby/prism] Fix parser translator tokens for backslashes in single-quoted st...
Earlopain
2025-01-11
[ruby/prism] Implement more string token escaping in the parser translator
Earlopain
2025-01-11
[ruby/prism] Better handle all kinds of multiline strings in the parser trans...
Earlopain
2025-01-11
[ruby/prism] Better handle multiline interpolated strings in the parser trans...
Earlopain
2025-01-11
[ruby/prism] Fix parser translator ast for empty regex
Earlopain
2025-01-11
[ruby/prism] Fix parser translator ast for regex with line continuation
Earlopain
2025-01-11
[ruby/prism] Fix parser translator ast when using anonymous forwarding in blo...
Earlopain
2025-01-11
[ruby/prism] Fix an incompatibility with the parser translator
Earlopain
2025-01-05
[ruby/prism] Fix parser translator ast for heredoc with written newlines
Earlopain
2024-12-16
[ruby/prism] Simplify srange_find in parser compiler
Kevin Newton
2024-12-16
[ruby/prism] Add do keyword tracking for While/Until
Kevin Newton
2024-09-20
[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...
Koichi ITO
2024-09-09
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-09-07
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
[next]