summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?`Nobuyoshi Nakada2022-12-221-0/+3
* Make sure TracePoint#binding returns nil for c_call/c_return eventsJeremy Evans2022-12-211-25/+45
* Add copy with changes functionality for Data objects (#6766)Ufuk Kayserilioglu2022-12-211-0/+59
* Make Enumerartor.product return nil when called with a blockAkinori MUSHA2022-12-211-1/+1
* Make product consistently yield an array of N elements instead of N argumentsAkinori MUSHA2022-12-211-4/+40
* test/socket/test_addrinfo.rb: Suppress Errno::EACCES on WindowsNobuyoshi Nakada2022-12-211-2/+2
* [ruby/optparse] The encoding argument of `Regexp.new` has been ignored since 1.9Nobuyoshi Nakada2022-12-211-0/+3
* test_readline#test_without_tty: Use EnvUtil.rubybinSorah Fukumori2022-12-211-1/+3
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-0/+12
* Use an experimental warning for Fiber#storage=Benoit Daloze2022-12-201-2/+5
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-2/+1
* [Bug #19242] Prohibit circular causes to be loadedNobuyoshi Nakada2022-12-201-0/+12
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-12-202-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-12-202-5/+5
* [rubygems/rubygems] Cleanup intermediate artifacts after installing built ext...Eloy Espinaco2022-12-201-0/+35
* [rubygems/rubygems] Use better name for variableDavid Rodríguez2022-12-201-3/+3
* [rubygems/rubygems] Fix tests checking intermediate filesEloy Espinaco2022-12-202-2/+2
* Prevent a "method redefined" warningYusuke Endoh2022-12-171-0/+3
* Prevent warning "assigned but unused variable - initial_shape"Yusuke Endoh2022-12-171-1/+1
* [ruby/irb] PTY module is platform dependentNobuyoshi Nakada2022-12-191-1/+6
* 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