summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
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