aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Store object age in a bitmapMatt Valentine-House2023-07-136-112/+86
* [DOC] Fix example code indentation from 3 to 2Shane Becker2023-07-131-6/+6
* Move bsearch test with Bigdecimal under the test_bigdecimal.rbHiroshi SHIBATA2023-07-132-4/+6
* Wait for sleepr thread to finish not to leakNobuyoshi Nakada2023-07-131-1/+1
* [rubygems/rubygems] Don't run any git commands when sorting and comparing git...David Rodríguez2023-07-132-13/+26
* [rubygems/rubygems] Dont't use Bundler::VERSIONHiroshi SHIBATA2023-07-131-2/+6
* [rubygems/rubygems] restart with BUNDLE_VERSION if it's specifiedHiroshi SHIBATA2023-07-132-13/+19
* [rubygems/rubygems] Introduce bundle config set version featureHiroshi SHIBATA2023-07-135-5/+48
* [rubygems/rubygems] Remove unused variableDavid Rodríguez2023-07-131-2/+0
* Update default gems list at 7f9c2a9bdd06a925247297b4697260 [ci skip]git2023-07-131-1/+1
* [ruby/irb] Bump version to 1.7.3Stan Lo2023-07-131-1/+1
* Remove an unused `#if 0` codeTakashi Kokubun2023-07-121-12/+0
* [ruby/irb] Correct preferred_dialog_height's callerStan Lo2023-07-121-1/+1
* YARP resync (#8059)Jemma Issroff2023-07-125-26/+141
* [ruby/etc] Declare `getlogin` even if unistd.h is not availableNobuyoshi Nakada2023-07-121-2/+1
* [ruby/openssl] [DOC] remove top-level example forKazuki Yamaguchi2023-07-121-39/+0
* [ruby/openssl] Add support for raw private/public keysRyo Kajiwara2023-07-122-0/+171
* sync_default_gems.rb: ensure that commit messages end with \nKazuki Yamaguchi2023-07-121-0/+1
* [ruby/etc] Chec if the target file exists, not "depend" fileNobuyoshi Nakada2023-07-121-7/+9
* [ruby/etc] Fix for srcdir with spacesNobuyoshi Nakada2023-07-121-2/+8
* [ruby/etc] Declare `getlogin` only if unistd.h is not availableNobuyoshi Nakada2023-07-121-2/+4
* Add comment to testPeter Zhu2023-07-121-0/+3
* [rubygems/rubygems] Update GitHub organization of Standard RubyKoichi ITO2023-07-122-2/+2
* Revert previous commit [ci skip]Nobuyoshi Nakada2023-07-121-3/+3
* Test `Comparable#clamp` with inverse arguments as well as a RangeNobuyoshi Nakada2023-07-121-3/+3
* Refactor COLLECT_USAGE_INSNTakashi Kokubun2023-07-111-19/+15
* Skip a flaky test for RJITTakashi Kokubun2023-07-111-2/+3
* Remove obsoleted USE_INSNS_COUNTER macro for nowTakashi Kokubun2023-07-112-37/+1
* Try to fix flaky GC testPeter Zhu2023-07-111-2/+5
* Update default gems list at d40935c6804b87664ba0313062dc27 [ci skip]git2023-07-111-1/+1
* [ruby/irb] Bump version to 1.7.2ima1zumi2023-07-111-2/+2
* [ruby/yarp] Remove yp_location_for_node in preference of yp_newline_list_line...Jemma Issroff2023-07-112-53/+0
* [ruby/irb] Require Reline 0.3.6 or higherima1zumi2023-07-112-10/+4
* YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert2023-07-112-0/+2
* Remove unused fstringNobuyoshi Nakada2023-07-111-1/+0
* Fix autosplat conditions to handle ruby2_keywords caseJeremy Evans2023-07-102-1/+28
* [ruby/yarp] Fix endless method definitions binding power to accept args (#8051)Jemma Issroff2023-07-103-1/+86
* [rubygems/rubygems] Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada2023-07-101-1/+1
* Allow nmake to ignore errorsNobuyoshi Nakada2023-07-101-1/+1
* Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada2023-07-107-20/+17
* Reuse rb_ractor_make_shareable function for rb_ractor_make_shareable_copy fun...S-H-GAMELINKS2023-07-101-4/+1
* Add a realpath cache to reduce number of syscalls.krk2023-07-101-3/+19
* Serially update only the ripper source, even with old GNU makeNobuyoshi Nakada2023-07-102-2/+10
* Make the string index functions closer to symmetricNobuyoshi Nakada2023-07-091-52/+32
* Make `rb_str_rindex` return byte indexNobuyoshi Nakada2023-07-092-3/+25
* [Bug #19763] Raise same message exception for regexpNobuyoshi Nakada2023-07-092-3/+20
* [ruby/irb] Avoid using Reline as a moduleStan Lo2023-07-091-6/+4
* Move some macro for universal parserS-H-GAMELINKS2023-07-094-47/+81
* Include ripper.h into `$distcleanfiles`yui-knk2023-07-091-1/+1
* Remove ISASCII definitionalitaso3452023-07-091-2/+0