summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-12-22Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?`Nobuyoshi Nakada
2022-12-21Make sure TracePoint#binding returns nil for c_call/c_return eventsJeremy Evans
2022-12-21Add copy with changes functionality for Data objects (#6766)Ufuk Kayserilioglu
2022-12-21Make Enumerartor.product return nil when called with a blockAkinori MUSHA
2022-12-21Make product consistently yield an array of N elements instead of N argumentsAkinori MUSHA
2022-12-21test/socket/test_addrinfo.rb: Suppress Errno::EACCES on WindowsNobuyoshi Nakada
2022-12-21[ruby/optparse] The encoding argument of `Regexp.new` has been ignored since 1.9Nobuyoshi Nakada
2022-12-21test_readline#test_without_tty: Use EnvUtil.rubybinSorah Fukumori
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Use an experimental warning for Fiber#storage=Benoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-20[Bug #19242] Prohibit circular causes to be loadedNobuyoshi Nakada
2022-12-20[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-12-20[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-12-20[rubygems/rubygems] Cleanup intermediate artifacts after installing built ext...Eloy Espinaco
2022-12-20[rubygems/rubygems] Use better name for variableDavid Rodríguez
2022-12-20[rubygems/rubygems] Fix tests checking intermediate filesEloy Espinaco
2022-12-17Prevent a "method redefined" warningYusuke Endoh
2022-12-17Prevent warning "assigned but unused variable - initial_shape"Yusuke Endoh
2022-12-19[ruby/irb] PTY module is platform dependentNobuyoshi Nakada
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