summaryrefslogtreecommitdiff
path: root/test/prism
AgeCommit message (Expand)Author
49 min.[ruby/prism] Add Prism::Source#line_to_byte_offset and replace direct accesse...HEADmasterBenoit Daloze
5 hours[ruby/prism] Remove duplicate lex testsEarlopain
23 hours[ruby/prism] Fix ripper translator for `__END__`Earlopain
3 days[ruby/prism] Make the ripper shim work with rdocEarlopain
3 days[ruby/prism] Add `Ripper.tokenize` to translation layerEarlopain
4 days[ruby/prism] Fix locations for invalid syntax when using `expect1_opening`Earlopain
4 days[ruby/prism] Make irb work with the ripper shimEarlopain
7 days[ruby/prism] Correctly expose ripper stateEarlopain
7 days[ruby/prism] Use one file for versioned `parser` classesEarlopain
8 days[ruby/prism] [Bug #21831] Fix denominator of rational float literalNobuyoshi Nakada
11 days[ruby/prism] Decouple ripper translator from ripper libraryEarlopain
11 days[ruby/prism] Remove unneeded `ripper` requiresEarlopain
2025-12-29[ruby/prism] Report missing end errors at opening tokenThomas Marshall
2025-12-29[ruby/prism] Add unterminated construct testsThomas Marshall
2025-12-18[ruby/prism] Reject `p(p a, &block => value)` and similarEarlopain
2025-12-18[ruby/prism] Add Ruby 4.1 as a version specifierEarlopain
2025-12-18[ruby/prism] Fix assertions in location_test.rbBenoit Daloze
2025-12-04[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolationEarlopain
2025-12-02[ruby/prism] Clean up test excludesEarlopain
2025-11-30[ruby/prism] Update unicode tables to match that of CRubyKevin Newton
2025-11-30[ruby/prism] Fully destroy call operator write argumentsKevin Newton
2025-11-29[ruby/prism] Fix label interpolated stringKevin Newton
2025-11-29[ruby/prism] Handle invalid string pattern keyKevin Newton
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-20[ruby/prism] Add tests to `regexp_encoding_option_mismatch`Thiago Araujo
2025-11-17[ruby/prism] Remove now obsolete todosEarlopain
2025-11-16Handle deeply nested capture variables syntax errKevin Newton
2025-11-14[ruby/prism] Reject endless method as a block parameter defaultEarlopain
2025-11-14[Feature #21572] Syntax error at capture in alternation patternNobuyoshi Nakada
2025-11-08[ruby/prism] Rename Ruby 3.5 to Ruby 4.0Earlopain
2025-11-07Prism update for 4.0Nobuyoshi Nakada
2025-11-06[ruby/prism] Reject `def f a, (b) = 1`Earlopain
2025-10-30[ruby/prism] Unescape unary method callsEarlopain
2025-10-22[ruby/prism] Test against parse.yEarlopain
2025-10-22[ruby/prism] Make error and snapshot tests multi-version awareEarlopain
2025-10-16[ruby/prism] Do not rely on RUBY_VERSION being consistentKevin Newton
2025-10-16[ruby/prism] Do not stub Ruby versionKevin Newton
2025-10-16[ruby/prism] Add support for `Prism.parse(foo, version: "current")`Earlopain
2025-10-08[ruby/prism] For these special cases, there exists no optional argument type....Earlopain
2025-10-06Sync Prism (#14751)Takashi Kokubun
2025-09-19[ruby/prism] Fix up locals test skip nameKevin Newton
2025-09-19[ruby/prism] Turn off failing test for parse.yKevin Newton
2025-09-19[ruby/prism] Reject argument command call taking a block with more trailing a...Earlopain
2025-09-17[ruby/prism] Reject `1 if foo = bar baz`Earlopain
2025-09-15[ruby/prism] Fix character literal forced encodingKevin Newton
2025-09-13[ruby/prism] Revert "Merge pull request #3606 from tenderlove/clear-flags"Takashi Kokubun
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