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
/
test
/
prism
/
fixtures
Age
Commit message (
Expand
)
Author
4 hours
[ruby/prism] Fix parser translation when escaped newline with trailing content
Kevin Newton
5 hours
[ruby/prism] Don't replicate unary method bug in parser translator
Earlopain
11 days
Reject `END { next } ` as well
Earlopain
2026-04-27
[ruby/prism] Reject `END { break }` for Ruby 4.0
Earlopain
2026-03-10
[ruby/prism] Fix binding for `in`, `not`, and `do` on/after command calls
Kevin Newton
2026-03-06
[ruby/prism] Fix the handling of `do` on commands
Kevin Newton
2026-03-05
[ruby/prism] Correctly handle `and?` and similar on ruby 4.0
Earlopain
2026-03-04
[ruby/prism] Revert "Reject infix operators on command call on
Earlopain
2026-03-02
[ruby/prism] Fix in handling
Kevin Newton
2026-02-22
[ruby/prism] Preserve line-continuation only in dedent heredocs
Earlopain
2026-02-22
[ruby/prism] [Feature #19107] Allow trailing comma in method signature
Earlopain
2026-02-16
[ruby/prism] Only accept noblock in Ruby 4.1+
Kevin Newton
2026-02-03
[Bug #21669] Thoroughly implement void value expression check (prism)
Earlopain
2026-01-20
Reapply "[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism...
Earlopain
2026-01-20
Revert "[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism:...
Hiroshi SHIBATA
2026-01-20
[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism::Transla...
Benoit Daloze
2026-01-18
[ruby/prism] Fix ripper translator for `__END__`
Earlopain
2025-12-18
[ruby/prism] Reject `p(p a, &block => value)` and similar
Earlopain
2025-12-04
[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolation
Earlopain
2025-11-23
[ruby/prism] Revert "Reject `p(p a, &block => value)` and similar"
Kevin Newton
2025-11-23
[ruby/prism] Reject `p(p a, &block => value)` and similar
Earlopain
2025-11-14
[ruby/prism] Reject endless method as a block parameter default
Earlopain
2025-11-08
[ruby/prism] Rename Ruby 3.5 to Ruby 4.0
Earlopain
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-06
Sync Prism (#14751)
Takashi Kokubun
2025-09-19
[ruby/prism] Reject argument command call taking a block with more trailing a...
Earlopain
2025-09-15
[ruby/prism] Fix character literal forced encoding
Kevin Newton
2025-09-12
[ruby/prism] [Bug #17398] Allow `private def hello = puts "Hello"`
Earlopain
2025-09-12
[ruby/prism] Support leading logical operators
Kevin Newton
2025-09-11
[ruby/prism] Reject some cases with `return` and command calls
Earlopain
2025-08-05
[ruby/prism] Add it read and assignment test
S-H-GAMELINKS
2025-08-05
[ruby/prism] Make `it = it` assign `nil` to match parse.y behavior [Bug #21139]
S-H-GAMELINKS
2025-08-05
[ruby/prism] Ensure context terminators terminate expressions
Kevin Newton
2025-08-01
[ruby/prism] RubyParser translation for stabby lambdas with `it`
Justin Collins
2025-07-29
[ruby/prism] Allow command calls in endless method bodies within assignments
Stan Lo
2025-07-17
[ruby/prism] Revert "Merge pull request #3598 from Shopify/fix-3473"
Aaron Patterson
2025-07-17
[ruby/prism] Allow command calls in endless method bodies regardless of context
Stan Lo
2025-06-30
[ruby/prism] Fix parser translator with trailing backslash in `%W` /`%I` array
Earlopain
2025-06-11
[ruby/prism] Fix parser translator during string escaping with invalid utf-8
Earlopain
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-20
[Bug #21026] no singleton method on pseudo variable literal
Nobuyoshi Nakada
2025-03-18
[ruby/prism] Add a multiple statements flag to parentheses
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] Further refine string handling in the parser translator
Earlopain
[next]