summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-02-09[ruby/rdoc] Allow cross references to operator methodsNobuyoshi Nakada
2022-02-09[ruby/rdoc] Support all struct definition functionsNobuyoshi Nakada
2022-02-05Fix TAG_THROW through require [Bug #18562]John Hawthorn
2022-02-03Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House
2022-02-03Move total_freed_pages to size poolPeter Zhu
2022-02-03Move total_allocated_pages to size poolPeter Zhu
2022-02-03[ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-02-01Restore workaround for test_rubygems.rb, It still fails with chkbuild enciron...Hiroshi SHIBATA
2022-02-01Sync latest Bundler & RubyGemsDavid Rodríguez
2022-01-31pend some tests while using to_binaryKoichi Sasada
2022-01-29Ignore warnings at reading debug info for nowNobuyoshi Nakada
2022-01-29mkmf: pkg_config accepts multiple optionsMike Dalessio
2022-01-29test: backfill coverage for MakeMakefile.pkg_configMike Dalessio
2022-01-28Remove assert_equal that will never be runPeter Zhu
2022-01-27Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada
2022-01-27An alias can suppress method redefinition warningNobuyoshi Nakada
2022-01-27[ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez
2022-01-24[wasm] Disallow compactionPeter Zhu
2022-01-24[ruby/bigdecimal] Fix the maximum precision of the quotientKenta Murata
2022-01-24[ruby/bigdecimal] Fix typoKenta Murata
2022-01-22[ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles
2022-01-19Do not create core file if it is intentional abortKoichi Sasada
2022-01-19`rb_fiber_terminate` must not return [Bug #18497]Nobuyoshi Nakada
2022-01-19Assuming EXIT_SUCCESS equals 0 is not portableNobuyoshi Nakada
2022-01-19[rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-19test/ruby/test_assignment.rb: Prevent a warningYusuke Endoh
2022-01-19[rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez
2022-01-17[ruby/erb] Revert "Remove safe_level and further positional arguments (https:...Takashi Kokubun
2022-01-17Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada
2022-01-17[ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA
2022-01-16Weakmap failure is still pendingNobuyoshi Nakada
2022-01-16[ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta
2022-01-16[ruby/reline] Fix incremental search to work correctly even if not last lineaycabta
2022-01-16[ruby/reline] Insert newline in the middle of buffer just after dialogaycabta
2022-01-16[ruby/reline] Add a wait for a test because sometimes failsaycabta
2022-01-16[ruby/reline] Clear dialog when adding new line to end of bufferaycabta
2022-01-16Remove outdated skipsNobuyoshi Nakada
2022-01-16Use pend for old TODOsNobuyoshi Nakada
2022-01-16[ruby/erb] Remove safe_level and further positional arguments (https://github...Takashi Kokubun
2022-01-15[rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi
2022-01-14Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans
2022-01-14Make Hash#shift return nil for empty hashJeremy Evans
2022-01-14Fix constant assignment evaluation orderJeremy Evans
2022-01-15[rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez
2022-01-15[rubygems/rubygems] Privatize some test utilsDavid Rodríguez
2022-01-14[rubygems/rubygems] Remove redundant conditionBenoit Daloze
2022-01-14Add a Module#const_added callbackJean Boussier
2022-01-14[ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA