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
Age
Commit message (
Expand
)
Author
55 min.
[ruby/prism] Fix parser translation when escaped newline with trailing content
HEAD
master
Kevin Newton
2 hours
[ruby/prism] Don't replicate unary method bug in parser translator
Earlopain
11 days
Reject `END { next } ` as well
Earlopain
2026-05-08
[ruby/prism] Take the strings encoding as the initial encoding in the ripper ...
Earlopain
2026-05-08
[ruby/prism] Respect `encoding` option in `Prism.lex` and friends
Earlopain
2026-04-30
[ruby/prism] Fix UTF-8 code units to match the number of bytes
Vinicius Stock
2026-04-27
[ruby/prism] Reject `END { break }` for Ruby 4.0
Earlopain
2026-04-24
[ruby/prism] Implement `on_label_end` for ripper
Earlopain
2026-04-23
[ruby/prism] Fix incompatibilities for `on_word_sep` in ripper
Earlopain
2026-04-14
[ruby/prism] Implement bracket/braces events for ripper
Earlopain
2026-04-09
[ruby/prism] Reject `return` and similar with block pass argument
Earlopain
2026-04-06
[ruby/prism] Implement `on_op` for ripper
Earlopain
2026-04-05
[ruby/prism] Adapt `ParametersNode#signature` to `ErrorRecoveryNode`
Earlopain
2026-04-01
[ruby/prism] Emit `on_kw` for ripper
Earlopain
2026-03-27
[ruby/prism] Remove unused variable in tests
Benoit Daloze
2026-03-27
[ruby/prism] Also handle string conversion in `Ripper.lex`
Earlopain
2026-03-27
[ruby/prism] Implement various string start/end events for ripper
Earlopain
2026-03-26
[ruby/prism] Fix `Source.offsets` with `freeze: true`
Earlopain
2026-03-24
[ruby/prism] More gracefully handle interpolated keys in hpn
Kevin Newton
2026-03-24
[PRISM] Replace MissingNode with ErrorRecoveryNode
Kevin Newton
2026-03-24
[ruby/prism] Visit block locals in lambda definitions
Earlopain
2026-03-24
[ruby/prism] Fix double-visiting on some constant path node types
Earlopain
2026-03-24
[ruby/prism] Emit `on_comment` with a newline when available
Earlopain
2026-03-24
[ruby/prism] Add a test for ripper events
Earlopain
2026-03-20
[ruby/prism] Prism.find
Kevin Newton
2026-03-18
Manually sync prism
Earlopain
2026-03-11
[ruby/prism] Track newlines in character escape sequences
Kevin Newton
2026-03-11
[ruby/prism] Restructure regexp encoding validation
Kevin Newton
2026-03-10
[ruby/prism] Fix binding for `in`, `not`, and `do` on/after command calls
Kevin Newton
2026-03-09
[ruby/prism] Refine continuable? with algorithm in C
Kevin Newton
2026-03-06
[ruby/prism] Fix not without parentheses binding power
Kevin Newton
2026-03-06
[ruby/prism] Fix precedence of infix operators after command
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-03
[ruby/prism] Fix modifier rescue pattern matching
Kevin Newton
2026-03-02
[ruby/prism] Fix up endless method definition with do/end
Kevin Newton
2026-03-02
[ruby/prism] Prism::ParseResult#continuable?
Kevin Newton
2026-03-02
[ruby/prism] Reject infix operators on command call on writes
Kevin Newton
2026-03-02
[ruby/prism] Fix in handling
Kevin Newton
2026-02-27
[ruby/prism] Fix error message for block/lambda with `...` argument
Earlopain
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-19
[ruby/prism] Implement noblock for the ripper/ruby_parser translator
Earlopain
2026-02-16
[ruby/prism] Add a test for multiple `&nil` blocks/mixing them
Earlopain
2026-02-16
[ruby/prism] Only accept noblock in Ruby 4.1+
Kevin Newton
2026-02-16
[ruby/prism] Only compare &nil syntax on rubies that support it
Earlopain
2026-02-15
[PRISM] [Feature #19979] Method definition with `&nil`
Nobuyoshi Nakada
2026-02-13
[ruby/prism] Fix lexing for unterminated strings/heredocs etc.
Earlopain
2026-02-12
[ruby/prism] Revert "Fix lexing for unterminated strings/heredocs etc."
Earlopain
[next]