aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Test installing a non deprecated fileDavid Rodríguez2021-05-281-2/+2
* [rubygems/rubygems] Remove no longer needed `RUBYGEMS_TEST_PATH` env variableDavid Rodríguez2021-05-281-7/+5
* [rubygems/rubygems] Remove no longer relevant commentsºDavid Rodríguez2021-05-282-12/+5
* [rubygems/rubygems] Require the new files in `test/` relativelyDavid Rodríguez2021-05-28135-135/+135
* [rubygems/rubygems] Copy files specific to testing rubygems to `test`David Rodríguez2021-05-284-1/+1
* [rubygems/rubygems] Try fix ruby-core CIHiroshi SHIBATA2021-05-287-55/+77
* Use require_relative to use Minitest library for testing.Hiroshi SHIBATA2021-05-281-5/+2
* * 2021-05-28 [ci skip]git2021-05-281-1/+1
* Fix lazy enumerator with index sizeJeremy Evans2021-05-272-1/+10
* Fixed target directory when copying from upstreamHiroshi SHIBATA2021-05-271-1/+1
* Removed dbm from sync_default_gemsHiroshi SHIBATA2021-05-271-1/+0
* Update rbs-1.2.1Hiroshi SHIBATA2021-05-271-1/+1
* Guard ruby/spec with spec/mspec/tool/wrap_with_guard.rbHiroshi SHIBATA2021-05-27164-3901/+4393
* Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA2021-05-272-123/+134
* Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA2021-05-271-18/+23
* Use https://github.com/ruby/rbs/pull/679 for rbs tests on test-bundled-gemsHiroshi SHIBATA2021-05-271-1/+1
* Promote net-smtp to the bundled gemsHiroshi SHIBATA2021-05-2712-1929/+4
* Promote net-pop to the bundled gemsHiroshi SHIBATA2021-05-278-1234/+4
* Promote net-imap to the bundled gemsHiroshi SHIBATA2021-05-2721-5706/+4
* Promote net-ftp to the bundled gemsHiroshi SHIBATA2021-05-2710-4374/+4
* Promote matrix to the bundled gemsHiroshi SHIBATA2021-05-2712-4855/+4
* Promote prime to the bundled gemsHiroshi SHIBATA2021-05-277-893/+4
* * 2021-05-27 [ci skip]git2021-05-271-1/+1
* Fill out switch statement in push_mark_stackAaron Patterson2021-05-261-7/+36
* .travis.yml: Remove skipped tests on ppc64le.Jun Aruga2021-05-261-6/+0
* Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh2021-05-261-1/+1
* Suppress debug messageNobuyoshi Nakada2021-05-261-0/+1
* Add NEWS about 46655156dcc37509dcb69fcd0717c110eb1c624aNARUSE, Yui2021-05-261-0/+4
* Add Thread#native_thread_id [Feature #17853]NARUSE, Yui2021-05-265-0/+104
* RSS library is the bundled gems nowHiroshi SHIBATA2021-05-261-2/+0
* Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was r...Hiroshi SHIBATA2021-05-261-0/+1
* * 2021-05-26 [ci skip]git2021-05-261-1/+1
* Disable compaction on platforms that can't support itAaron Patterson2021-05-252-15/+44
* Add Travis badge image to `README.md`. [ci skip] (#4527)Jun Aruga2021-05-251-1/+2
* Update the latest list of default gems for misc/expand_tabs.rbHiroshi SHIBATA2021-05-251-8/+54
* Removed gdbm from ruby repoHiroshi SHIBATA2021-05-259-2256/+0
* bootstraptest/test_ractor.rb: Skip an assertion on Travis arm64.Jun Aruga2021-05-251-1/+2
* .travis.yml: Update to use arm64/ppc64le/s390x.Jun Aruga2021-05-253-327/+108
* .travis.yml: Ubuntu 20.04 Focal Fossa卜部昌平2021-05-251-27/+239
* Revert "Remove .travis.yml" to revive Travis.Jun Aruga2021-05-251-0/+291
* Removed dbm from ruby repoHiroshi SHIBATA2021-05-258-2276/+0
* Removed tracer from ruby repoHiroshi SHIBATA2021-05-256-557/+0
* * 2021-05-25 [ci skip]git2021-05-251-1/+1
* add rb_id2str to lldb debugging scriptsAaron Patterson2021-05-241-0/+46
* xibbar is retired from cgi.rb maintainerHiroshi SHIBATA2021-05-241-1/+1
* Set USE_COLORIZE to the default value in a testaycabta2021-05-241-2/+5
* [ruby/irb] update test/irb/test_init.rb to avoid useless evaljethrodaniel2021-05-241-2/+2
* [ruby/irb] respect NO_COLOR environment variableMark Delk2021-05-242-2/+18
* * 2021-05-24 [ci skip]git2021-05-241-1/+1
* Refactor num_zero_p function (#4522)S.H2021-05-231-4/+1