summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-09-21[rubygems/rubygems] Fix safe marshal test on jrubySamuel Giddins
2023-09-21[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins
2023-09-21[rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins
2023-09-21[ruby/openssl] Fix test_pkey_ec.rb on FIPS.Jun Aruga
2023-09-21[ruby/openssl] test_pkey.rb: Refactor the test_ed25519 on FIPS.Jun Aruga
2023-09-21[ruby/openssl] test_fips.rb: Fix the `OpenSSL.fips_mode` affecting other tests.Jun Aruga
2023-09-21[rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins
2023-09-21Optimize Range#bsearch for beginless/endless ranges within FixnumKouhei Yanagita
2023-09-21[Bug #19624] Clean up backquote IONobuyoshi Nakada
2023-09-20[ruby/yarp] Print locations using line / col instead of offsetsJemma Issroff
2023-09-20[ruby/yarp] Check whether the conditional predicate is closedHaldun Bayhantopcu
2023-09-20Fix memory leak in complemented method entriesPeter Zhu
2023-09-20[rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins
2023-09-20[rubygems/rubygems] Ruby 2.6 compatSamuel Giddins
2023-09-20[rubygems/rubygems] All rubies working with different time zonesSamuel Giddins
2023-09-20[rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins
2023-09-20[rubygems/rubygems] safe_load tests passing on jruby & trufflerubySamuel Giddins
2023-09-20[rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins
2023-09-20[rubygems/rubygems] Broader version compatibility in marshal testsSamuel Giddins
2023-09-20[rubygems/rubygems] Fix UTC time loadingSamuel Giddins
2023-09-20[rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins
2023-09-19[YARP] Implement GlobalVariableTargetNodeMatt Valentine-House
2023-09-19[ruby/yarp] Only use Ripper on CRubyBenoit Daloze
2023-09-19[ruby/yarp] Ignore parseing specific files on TruffleRuby to make CI greenJemma Issroff
2023-09-19[ruby/yarp] fix: handling escaped whitespace in a %w listMike Dalessio
2023-09-19[ruby/yarp] Consistently place block arguments on block slot for callKevin Newton
2023-09-19[YARP] Implement ClassVariableTargetNodeMatt Valentine-House
2023-09-19[YARP] Implement InstanceVariableTargetNode, LocalVariableTargetNodeMatt Valentine-House
2023-09-19[YARP] Implement ConstantTargetNodeMatt Valentine-House
2023-09-19[ruby/securerandom] Removed extra argument for build failure of ruby/rubyHiroshi SHIBATA
2023-09-19[ruby/securerandom] Add support for UUID version 7nick evans
2023-09-18[ruby/yarp] Use compact_child_nodes where possibleKevin Newton
2023-09-18[YARP] Restructure tests to compare YARP evaluation to CRuby evaluation (#8467)Jemma Issroff
2023-09-18[Bug #19887] RUBYOPT should work without leading `-`Nobuyoshi Nakada
2023-09-18Simplify restoring ENVNobuyoshi Nakada
2023-09-17[ruby/irb] Test should not depend on user's irbrc file specified bytomoya ishida
2023-09-16[ruby/irb] Test should not depend on user's irbrc filetomoya ishida
2023-09-16Fix regression when testing inclusion in unbounded rangesJeremy Evans
2023-09-16[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder
2023-09-16[Feature #19839] Fix `Range#overlap?` for empty rangesNobuyoshi Nakada
2023-09-16[Feature #19839] Add Range#overlap?Shouichi Kamiya
2023-09-15[ruby/yarp] Handle missing clauses in case statementKevin Newton
2023-09-15[ruby/yarp] Ensure multi targets are only in valid locationsKevin Newton
2023-09-15[ruby/yarp] Alnum cannot be %-literal delimitersKevin Newton
2023-09-15[ruby/yarp] Properly handle invalid underscores in number literalsKevin Newton
2023-09-15[ruby/yarp] Extract test listener to its own classKevin Newton
2023-09-15[ruby/yarp] Add node event dispatcherVinicius Stock
2023-09-15[ruby/yarp] Handle unterminated interpolated symbolKevin Newton
2023-09-15[ruby/yarp] Handle missing terminators in parenthesized expressionKevin Newton
2023-09-15[ruby/yarp] Handle infinite opt terms after missing case predicateKevin Newton