summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for `Queue#pop` with fiber scheduler. (#6953)Samuel Williams2022-12-171-0/+42
* Clean up Ruby Shape APIJemma Issroff2022-12-161-1/+1
* [Feature #18033] Parse more strictly conformant with ISO-8601Nobuyoshi Nakada2022-12-161-3/+7
* [Feature #18033] Add `precision:` optionNobuyoshi Nakada2022-12-161-0/+3
* [Feature #18033] More strict checksNobuyoshi Nakada2022-12-161-0/+36
* [Feature #18033] Make Time.new parse time stringsNobuyoshi Nakada2022-12-161-0/+21
* Unconditionally warn "unknown pack/unpack directive"Yusuke Endoh2022-12-161-10/+2
* Reject keyword arguments given to Enumerator::Product.newAkinori MUSHA2022-12-161-0/+8
* [ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA2022-12-161-2/+2
* fixed encoding tableKoichi Sasada2022-12-161-1/+15
* YJIT: Fix `obj.send(:call)`Alan Wu2022-12-151-0/+6
* Indicate if a shape is too_complex in ObjectSpace#dumpJemma Issroff2022-12-151-0/+29
* Fix Object Movement allocation in GCMatt Valentine-House2022-12-151-0/+3
* Transition complex objects to "too complex" shapeJemma Issroff2022-12-151-0/+186
* Revert "Fix Object Movement allocation in GC"Peter Zhu2022-12-151-3/+0
* Fix Object Movement allocation in GCMatt Valentine-House2022-12-151-0/+3
* Disallow mixed usage of ... and */**Shugo Maeda2022-12-152-29/+7
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-155-8/+3
* [rubygems/rubygems] Clean up Indexer build files in testsNobuyoshi Nakada2022-12-141-20/+39
* Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune2022-12-141-0/+8
* [ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi2022-12-141-2/+2
* [ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keyszverok2022-12-131-0/+29
* [ruby/openssl] Allow empty string to OpenSSL::Cipher#updateYusuke Nakamura2022-12-131-6/+0
* [ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.Jarek Prokop2022-12-138-40/+43
* [Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada2022-12-131-0/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-12-122-5/+5
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-12-122-5/+5
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-121-2/+2
* [rubygems/rubygems] Prefer RbConfig::CONFIG['EXEEXT'] over hardcorded '.exe'Nobuyoshi Nakada2022-12-121-2/+2
* Make absent operator work at the end of the input stringYusuke Endoh2022-12-121-0/+3
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-124-61/+53
* MJIT: Compile methods in batches (#6900)Takashi Kokubun2022-12-103-155/+139
* Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos2022-12-101-0/+20
* A negative denominator case in the Rational string parsing testNobuyoshi Nakada2022-12-101-0/+2
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* YJIT: implement `getconstant` YARV instruction (#6884)Maxime Chevalier-Boisvert2022-12-091-0/+23
* Use rb_inspect instead of +PRIsVALUE for Object.inspectMatt Valentine-House2022-12-091-0/+9
* Merge net-protocol-0.2.1Hiroshi SHIBATA2022-12-091-0/+8
* Merge Psych-5.0.1Hiroshi SHIBATA2022-12-093-0/+21
* Merge fiddle-1.1.1Hiroshi SHIBATA2022-12-091-0/+7
* Merge strscan-3.0.5Hiroshi SHIBATA2022-12-092-1/+34
* Reapply the following commits related to extend timeout value.Hiroshi SHIBATA2022-12-091-1/+8
* Merge csv-3.2.6Hiroshi SHIBATA2022-12-0912-14/+481
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-9/+11
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-081-0/+17
* Freeze singleton class, not its originAlan Wu2022-12-081-0/+13
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+10
* ObjectSpace.dump_all: dump shapes as wellJean Boussier2022-12-081-2/+13