summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-12-17Add tests for `Queue#pop` with fiber scheduler. (#6953)Samuel Williams
2022-12-16Clean up Ruby Shape APIJemma Issroff
2022-12-16[Feature #18033] Parse more strictly conformant with ISO-8601Nobuyoshi Nakada
2022-12-16[Feature #18033] Add `precision:` optionNobuyoshi Nakada
2022-12-16[Feature #18033] More strict checksNobuyoshi Nakada
2022-12-16[Feature #18033] Make Time.new parse time stringsNobuyoshi Nakada
2022-12-16Unconditionally warn "unknown pack/unpack directive"Yusuke Endoh
2022-12-16Reject keyword arguments given to Enumerator::Product.newAkinori MUSHA
2022-12-16[ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA
2022-12-16fixed encoding tableKoichi Sasada
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