summaryrefslogtreecommitdiff
path: root/test/prism/fixtures
AgeCommit message (Expand)Author
4 hours[ruby/prism] Fix parser translation when escaped newline with trailing contentKevin Newton
5 hours[ruby/prism] Don't replicate unary method bug in parser translatorEarlopain
11 daysReject `END { next } ` as wellEarlopain
2026-04-27[ruby/prism] Reject `END { break }` for Ruby 4.0Earlopain
2026-03-10[ruby/prism] Fix binding for `in`, `not`, and `do` on/after command callsKevin Newton
2026-03-06[ruby/prism] Fix the handling of `do` on commandsKevin Newton
2026-03-05[ruby/prism] Correctly handle `and?` and similar on ruby 4.0Earlopain
2026-03-04[ruby/prism] Revert "Reject infix operators on command call onEarlopain
2026-03-02[ruby/prism] Fix in handlingKevin Newton
2026-02-22[ruby/prism] Preserve line-continuation only in dedent heredocsEarlopain
2026-02-22[ruby/prism] [Feature #19107] Allow trailing comma in method signatureEarlopain
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-20Reapply "[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism...Earlopain
2026-01-20Revert "[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 similarEarlopain
2025-12-04[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolationEarlopain
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 similarEarlopain
2025-11-14[ruby/prism] Reject endless method as a block parameter defaultEarlopain
2025-11-08[ruby/prism] Rename Ruby 3.5 to Ruby 4.0Earlopain
2025-10-30[ruby/prism] Unescape unary method callsEarlopain
2025-10-22[ruby/prism] Make error and snapshot tests multi-version awareEarlopain
2025-10-06Sync 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 encodingKevin Newton
2025-09-12[ruby/prism] [Bug #17398] Allow `private def hello = puts "Hello"`Earlopain
2025-09-12[ruby/prism] Support leading logical operatorsKevin Newton
2025-09-11[ruby/prism] Reject some cases with `return` and command callsEarlopain
2025-08-05[ruby/prism] Add it read and assignment testS-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 expressionsKevin 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 assignmentsStan 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 contextStan Lo
2025-06-30[ruby/prism] Fix parser translator with trailing backslash in `%W` /`%I` arrayEarlopain
2025-06-11[ruby/prism] Fix parser translator during string escaping with invalid utf-8Earlopain
2025-04-12[ruby/prism] Fix parsing rescued exception via indexed assignmentviralpraxis
2025-04-02[ruby/prism] Fix parser translator when splatting in pattern matching pinEarlopain
2025-03-30[ruby/prism] Fix parser translator when pinning hash with string keysEarlopain
2025-03-30[ruby/prism] Accept a newline after the defined? keywordKevin Newton
2025-03-20[Bug #21026] no singleton method on pseudo variable literalNobuyoshi Nakada
2025-03-18[ruby/prism] Add a multiple statements flag to parenthesesKevin Newton
2025-03-18[ruby/prism] Only unnest parser mlhs nodes when no rest argument is providedEarlopain
2025-03-18[ruby/prism] Fix parser translator multiline interpolated symbolsEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain