summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-03-06[ruby/prism] Fix up forwarding arguments for ripper translationKevin Newton
2024-03-06[ruby/prism] Unary not for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement fields for ripper translationKevin Newton
2024-03-06[ruby/prism] Revisit call nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Fix implementation of [] and []= for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement super for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement other call nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement index nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement hash patterns for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement multi target nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement lambdas for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement target nodes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement for loop for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement endless methods for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement find pattern for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement case/in for ripper translationKevin Newton
2024-03-06[ruby/prism] Add constant path ripper translationKevin Newton
2024-03-06[ruby/prism] Implement def for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement if/unless for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement regular expressions for ripper translationKevin Newton
2024-03-06[ruby/prism] Start tracking failing fixtures in ripper translationKevin Newton
2024-03-06[ruby/prism] Reconsolidate ripper filesKevin Newton
2024-03-06[ruby/irb] Clear temporary directoriesNobuyoshi Nakada
2024-03-06[ruby/irb] Prevent `irb_history`'s creation during HistoryTestStan Lo
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-03-04[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-03-04[ruby/prism] Warnings for tokens at EOLKevin Newton
2024-03-04Keep hidden local variables when dumping and loading iseqsJeremy Evans
2024-03-04[ruby/prism] Add then keyword loc to when nodesKevin Newton
2024-03-04[ruby/prism] Fix up some minor parser incompatibilitiesKevin Newton
2024-03-04[Bug #20324] Uncomparable ranges are not overlappingNobuyoshi Nakada
2024-03-04[rubygems/rubygems] Clear `RUBY_CODESIGN` env var while running testsYuta Saito
2024-03-04Support NODE_ONCE for pattern matchingS-H-GAMELINKS
2024-03-04Disable callcc when ASAN is enabledKJ Tsanaktsidis
2024-03-03[Bug #20322] Fix rb_enc_interned_str_cstr null encodingThomas Marshall
2024-03-01Correctly set anon_kwrest flag for def f(b: 1, **)Jeremy Evans
2024-03-01[ruby/irb] Escape closing square brackets in regexpPeter Zhu
2024-03-01YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)Takashi Kokubun
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-03-01Make Struct memory leak test fasterJean Boussier
2024-03-01Don't pin named structs defined in RubyJean Boussier
2024-03-01[ruby/optparse] Invoke pager for `--help`Nobuyoshi Nakada
2024-03-01Use `File.open` and `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-02-29[ruby/resolv] Implement CAA resource recordKasumi Hanazuki
2024-02-29[ruby/prism] Warn on integers in flip-flopsKevin Newton
2024-02-29[ruby/prism] Command line options as a bitsetKevin Newton
2024-02-29[ruby/prism] Resync RBI and test it in CIKevin Newton
2024-02-29[ruby/prism] Fix an incorrect parsing for `Prism::Translation::Parser`Koichi ITO
2024-02-28Fix crash report path test on WindowsNobuyoshi Nakada
2024-02-28Fix to use `assert_crash_report` resultsNobuyoshi Nakada