summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-12-15YJIT: Fix `obj.send(:call)`Alan Wu
2022-12-15Indicate if a shape is too_complex in ObjectSpace#dumpJemma Issroff
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-15Transition complex objects to "too complex" shapeJemma Issroff
2022-12-15Revert "Fix Object Movement allocation in GC"Peter Zhu
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-15Disallow mixed usage of ... and */**Shugo Maeda
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-14[rubygems/rubygems] Clean up Indexer build files in testsNobuyoshi Nakada
2022-12-14Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune
2022-12-14[ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi
2022-12-13[ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keyszverok
2022-12-13[ruby/openssl] Allow empty string to OpenSSL::Cipher#updateYusuke Nakamura
2022-12-13[ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.Jarek Prokop
2022-12-13[Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada
2022-12-12[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-12-12[ruby/irb] Group show_doc tests and update the expectationStan Lo
2022-12-12[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-12[rubygems/rubygems] Prefer RbConfig::CONFIG['EXEEXT'] over hardcorded '.exe'Nobuyoshi Nakada
2022-12-12Make absent operator work at the end of the input stringYusuke Endoh
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-10MJIT: Compile methods in batches (#6900)Takashi Kokubun
2022-12-10Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos
2022-12-10A negative denominator case in the Rational string parsing testNobuyoshi Nakada
2022-12-09[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo
2022-12-09YJIT: implement `getconstant` YARV instruction (#6884)Maxime Chevalier-Boisvert
2022-12-09Use rb_inspect instead of +PRIsVALUE for Object.inspectMatt Valentine-House
2022-12-09Merge net-protocol-0.2.1Hiroshi SHIBATA
2022-12-09Merge Psych-5.0.1Hiroshi SHIBATA
2022-12-09Merge fiddle-1.1.1Hiroshi SHIBATA
2022-12-09Merge strscan-3.0.5Hiroshi SHIBATA
2022-12-09Reapply the following commits related to extend timeout value.Hiroshi SHIBATA
2022-12-09Merge csv-3.2.6Hiroshi SHIBATA
2022-12-08[ruby/irb] Add show_doc as an alias to the help commandStan Lo
2022-12-08[ruby/irb] Gracefully handle missing command argumentStan Lo
2022-12-08Freeze singleton class, not its originAlan Wu
2022-12-08[ruby/irb] Kill PTY process after test is finishedStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-12-08ObjectSpace.dump_all: dump shapes as wellJean Boussier
2022-12-09Use the built bundled gems in test-all as well as test-bundled-gemsNobuyoshi Nakada
2022-12-08[ruby/net-protocol] Failing test case for #19Jean Boussier
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-07Stop transitioning to UNDEF when undefining an instance variableAaron Patterson
2022-12-07[rubygems/rubygems] Remove remaining dev profile testIan Ker-Seymer
2022-12-07[rubygems/rubygems] Better tests are betterIan Ker-Seymer
2022-12-07[rubygems/rubygems] Fix string match in testIan Ker-Seymer
2022-12-07[rubygems/rubygems] Always build in release modeIan Ker-Seymer
2022-12-07[rubygems/rubygems] Updates rb-sys to 0.9.46Ian Ker-Seymer
2022-12-07[Bug #19187] Fix for tzdata-2022gNobuyoshi Nakada