summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-02-13Fix [Bug #20246]: Don't set next_head_exact if a capture is called (#9897)Hiroya Fujinami
2024-02-13Warn duplication of `__ENCODING__` on the hashyui-knk
2024-02-12YJIT: Add support for `**kwrest` parametersAlan Wu
2024-02-12[ruby/irb] Powerup show_source by enabling RubyVM.keep_script_linestomoya ishida
2024-02-12Allow `foo(**nil, &block_arg)`Alan Wu
2024-02-12[ruby/prism] Error messages closer to CRubyKevin Newton
2024-02-12[ruby/prism] ruby_parser translatorKevin Newton
2024-02-12[ruby/prism] Fix unary not locationKevin Newton
2024-02-12[ruby/prism] Move Prism::RipperCompat to Prism::Translation::RipperNoah Gibbs
2024-02-12[ruby/prism] Unary not name locationKevin Newton
2024-02-12[ruby/irb] Fix exit! command warning and method behaviortomoya ishida
2024-02-11Fix crash when passing large keyword splat to method accepting keywords and k...Jeremy Evans
2024-02-11[PRISM] Fix error handling in `pm_parse_prism`eileencodes
2024-02-11[ruby/irb] Polish the exit! command and its testsStan Lo
2024-02-10[ruby/irb] Introduce exit! commandIgnacio Chiazzo Cardarello
2024-02-10Fix constant name of `Ractor::IsolationError` messageyui-knk
2024-02-10Include the first constant name into `Ractor::IsolationError` messageyui-knk
2024-02-09[PRISM] Fix flaky memory in scope nodesKevin Newton
2024-02-09[ruby/prism] RipperCompat: add array-refs, assigns, symbols, stringsNoah Gibbs
2024-02-09rb_obj_setup: do not copy RUBY_FL_SEEN_OBJ_IDJean Boussier
2024-02-09[ruby/optparse] Adjust arguments for lambda-callbacksNobuyoshi Nakada
2024-02-09[ruby/optparse] Respect default values in block parametersNobuyoshi Nakada
2024-02-09[ruby/optparse] Fix `require_exact` to work with options defined as `--[no]-s...fatkodima
2024-02-09[ruby/rdoc] Don't document aliases with trailing `:nodoc` directivePetrik
2024-02-08[ruby/prism] RipperCompat: support for more features.Noah Gibbs
2024-02-08Fix crash when checking symbol encodingPeter Zhu
2024-02-08[ruby/strscan] Don't add begin to length for new string sliceCharles Oliver Nutter
2024-02-07[ruby/prism] More different block-call syntaxes, support more types of method...Noah Gibbs
2024-02-07[ruby/prism] Support &. calls and calling with blocks, test with fixturesNoah Gibbs
2024-02-07[ruby/prism] RipperCompat: support more kinds of method calls and operators.Noah Gibbs
2024-02-07[ruby/prism] Support for Ruby 2.7Kevin Newton
2024-02-07[ruby/irb] Polish tracer integration and testsStan Lo
2024-02-07omit tests related legacy providerHiroshi SHIBATA
2024-02-07[rubygems/rubygems] fix flaky testsKim Emmanuel
2024-02-07[rubygems/rubygems] release requirement may load prerelease when sole optionKim Emmanuel
2024-02-07[rubygems/rubygems] fix Gem::Dependency#to_spec returning nil when prerelease...Kim Emmanuel
2024-02-07[ruby/prism] Even more ripper compatKevin Newton
2024-02-07Fix test session reuse but expire (#9824)NARUSE, Yui
2024-02-07[ruby/prism] More visitors and tests for RipperCompatNoah Gibbs
2024-02-06Add test-all to prismKevin Newton
2024-02-06[ruby/prism] Implement file parsing error handlingeileencodes
2024-02-06[PRISM] Use block node location when building block iseqNikita Vasilevsky
2024-02-06[ruby/prism] Better invalid token messagesKevin Newton
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2024-02-04Remove TestProcess#test_low_memory_startupYusuke Endoh
2024-02-05[ruby/prism] Change the location of an implicit begin to methodKevin Newton
2024-02-05[rubygems/rubygems] Revert "Simplify how extensions are built"David Rodriguez
2024-02-05[PRISM] Fix encoding of interpolated stringsPeter Zhu
2024-02-05Sync to latest prismKevin Newton
2024-02-05[PRISM] Implement opt_aset_withJenny Shen