aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-026-20/+25
* Restore workaround for test_rubygems.rb, It still fails with chkbuild enciron...Hiroshi SHIBATA2022-02-011-1/+5
* Sync latest Bundler & RubyGemsDavid Rodríguez2022-02-011-5/+1
* pend some tests while using to_binaryKoichi Sasada2022-01-312-0/+6
* Ignore warnings at reading debug info for nowNobuyoshi Nakada2022-01-291-0/+1
* mkmf: pkg_config accepts multiple optionsMike Dalessio2022-01-291-0/+7
* test: backfill coverage for MakeMakefile.pkg_configMike Dalessio2022-01-291-0/+61
* Remove assert_equal that will never be runPeter Zhu2022-01-281-1/+1
* Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada2022-01-271-0/+18
* An alias can suppress method redefinition warningNobuyoshi Nakada2022-01-271-0/+11
* [ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez2022-01-271-1/+2
* [wasm] Disallow compactionPeter Zhu2022-01-241-0/+1
* [ruby/bigdecimal] Fix the maximum precision of the quotientKenta Murata2022-01-241-0/+7
* [ruby/bigdecimal] Fix typoKenta Murata2022-01-241-1/+1
* [ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-222-0/+36
* Do not create core file if it is intentional abortKoichi Sasada2022-01-192-2/+4
* `rb_fiber_terminate` must not return [Bug #18497]Nobuyoshi Nakada2022-01-192-0/+20
* Assuming EXIT_SUCCESS equals 0 is not portableNobuyoshi Nakada2022-01-191-3/+3
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez2022-01-191-1/+1
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-192-8/+8
* test/ruby/test_assignment.rb: Prevent a warningYusuke Endoh2022-01-191-2/+1
* [rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez2022-01-192-8/+8
* [ruby/erb] Revert "Remove safe_level and further positional arguments (https:...Takashi Kokubun2022-01-172-12/+77
* Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada2022-01-171-0/+9
* [ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA2022-01-171-1/+1
* Weakmap failure is still pendingNobuyoshi Nakada2022-01-161-1/+1
* [ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta2022-01-161-0/+4
* [ruby/reline] Fix incremental search to work correctly even if not last lineaycabta2022-01-161-0/+23
* [ruby/reline] Insert newline in the middle of buffer just after dialogaycabta2022-01-161-0/+21
* [ruby/reline] Add a wait for a test because sometimes failsaycabta2022-01-161-0/+1
* [ruby/reline] Clear dialog when adding new line to end of bufferaycabta2022-01-161-0/+17
* Remove outdated skipsNobuyoshi Nakada2022-01-162-2/+2
* Use pend for old TODOsNobuyoshi Nakada2022-01-162-2/+2
* [ruby/erb] Remove safe_level and further positional arguments (https://github...Takashi Kokubun2022-01-162-77/+12
* [rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi2022-01-151-0/+34
* Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans2022-01-141-0/+30
* Make Hash#shift return nil for empty hashJeremy Evans2022-01-141-5/+5
* Fix constant assignment evaluation orderJeremy Evans2022-01-141-0/+109
* [rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez2022-01-151-58/+168
* [rubygems/rubygems] Privatize some test utilsDavid Rodríguez2022-01-152-0/+4
* [rubygems/rubygems] Remove redundant conditionBenoit Daloze2022-01-141-1/+1
* Add a Module#const_added callbackJean Boussier2022-01-142-0/+49
* [ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA2022-01-141-2/+2
* [rubygems/rubygems] Let Version#spaceship accept a StringAkira Matsuda2022-01-131-0/+4
* T#dup (T < Proc) should return T's objectKoichi Sasada2022-01-131-0/+5
* thread.c: Convert TAG_BREAK to a normal exception at thread top-levelYusuke Endoh2022-01-131-0/+11
* Make embedded string length a long for VWAPeter Zhu2022-01-121-1/+1
* [ruby/optparse] Fix for ruby 3.0 or earlierNobuyoshi Nakada2022-01-121-5/+5
* [ruby/optparse] DidYouMean::PlainFormatter is deprecatedNobuyoshi Nakada2022-01-121-3/+11
* [ruby/io-nonblock] Use omit instead of skip for test-unitHiroshi SHIBATA2022-01-121-1/+1