summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-25[Feature #19370] Prohibit nesting anonymous parameter forwardingNobuyoshi Nakada
2023-12-25Do not leave test fileNobuyoshi Nakada
2023-12-24Don't copy RUBY_FL_PROMOTED flag in rb_obj_setupPeter Zhu
2023-12-25Typofix under lib and test, tool directoriesHiroshi SHIBATA
2023-12-24Fix Symbol#inspect for GC compactionPeter Zhu
2023-12-24Fix off-by-one error for declarative markingPeter Zhu
2023-12-25Correctly release the underlying file mapping. (#9340)Samuel Williams
2023-12-24Fix Enumerator#with_index for GC compactionPeter Zhu
2023-12-24Fix Regexp#inspect for GC compactionPeter Zhu
2023-12-24Fix Regexp#match for GC compactionPeter Zhu
2023-12-25IO::Buffer improvements and documentation. (#9329)Samuel Williams
2023-12-23Fix String#sub for GC compactionPeter Zhu
2023-12-23Fix Regexp#to_s for GC compactionPeter Zhu
2023-12-23Adjust indent [ci skip]Nobuyoshi Nakada
2023-12-23Merge RubyGems-3.5.3 and Bundler-2.5.3Hiroshi SHIBATA
2023-12-23ensure to restart antoher threadKoichi Sasada
2023-12-22[Bug #19977] Fix (nil..nil) === x not to raise TypeErrorKouhei Yanagita
2023-12-21RJIT: Convert opt_case_dispatch keys with #to_valueTakashi Kokubun
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-21Fix ary_make_partial_step for compactionPeter Zhu
2023-12-20[ruby/irb] Warn users about errors in loading RC filesStan Lo
2023-12-20Correct free_on_exit env var to free_at_exitHParker
2023-12-19YJIT: Add stats option to RubyVM::YJIT.enable (#9297)Takashi Kokubun
2023-12-19restore the stack pointer on finalizerKoichi Sasada
2023-12-19[ruby/psych] Use `assert_same` in tests where applicableAlexander Momchilov
2023-12-18Fix flaky test test_stat_heapPeter Zhu
2023-12-18Make the SHAPE_TOO_COMPLEX performance warning more actionableJean Boussier
2023-12-17Stir the hash value more with encoding indexNobuyoshi Nakada
2023-12-16[Bug #20068] Encoding does not matter to empty stringsNobuyoshi Nakada
2023-12-16Revert all of commits after Prism 0.19.0 releaseHiroshi SHIBATA
2023-12-15[PRISM] Compile CallTargetNodeMatt Valentine-House
2023-12-15[PRISM] Compile IndexTargetNodeMatt Valentine-House
2023-12-15[ruby/prism] String literal hash keys should be frozeneileencodes
2023-12-15[ruby/prism] Finish keyword hash node flag refactor by renaming flagUfuk Kayserilioglu
2023-12-15Update error message in test_rubyoptionsKevin Newton
2023-12-15Introduce --parser runtime flagHParker
2023-12-16[Bug #20062] Fixed numbered parameter syntax errorNobuyoshi Nakada
2023-12-15[PRISM] Fix `compile_prism` when src is a fileeileencodes
2023-12-15[ruby/prism] Fix eval parsing depthKevin Newton
2023-12-15[ruby/prism] Invalid pinned locals in pattern matchingKevin Newton
2023-12-15[ruby/prism] Add an error for `in` keyword in argumentsTSUYUSATO Kitsune
2023-12-15loading/testing in different processes for multiple runsSatoshi Tagomori
2023-12-15add a testKoichi Sasada
2023-12-14Remove unused variables in test_call_op_asgn_keywords_mutableJeremy Evans
2023-12-14[PRISM] Implement safe navigation in CallNodesJemma Issroff
2023-12-14[PRISM] Fix keyword hash handling in method callsUfuk Kayserilioglu
2023-12-14Pattern matchingKevin Newton
2023-12-14[ruby/prism] Fix parse result for nesting pattern matchingKevin Newton
2023-12-14[PRISM] Account for multiple anonymous localsJemma Issroff
2023-12-14[ruby/prism] Fix the implementation of the flag on keyword hash nodesUfuk Kayserilioglu