summaryrefslogtreecommitdiff
path: root/test/prism/fixtures
AgeCommit message (Expand)Author
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
2025-03-18[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapesEarlopain
2025-03-18[ruby/prism] Fix parser translator edge-case when multiline string ends with \nEarlopain
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 translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator rescue location with semicolon bodyEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator when unescaping invalid utf8Earlopain
2025-02-14[ruby/prism] Fix up it indirect writesKevin Newton
2025-01-22[ruby/prism] Fix rescue modifier precedenceKevin Newton
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
2025-01-12[ruby/prism] Fix parser translator tokens for comment-only fileEarlopain
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2025-01-11[ruby/prism] Better comment token handling for the parser translatorEarlopain
2025-01-11[ruby/prism] Fix parser translator tokens for backslashes in single-quoted st...Earlopain
2025-01-11[ruby/prism] Import code samples for Ruby 3.3 from the parser gemEarlopain
2025-01-11[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Fix parser translator ast for empty regexEarlopain