summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* YJIT: Add send unit tests (#6143)Noah Gibbs2022-07-151-1/+167
* * 2022-07-16 [ci skip]git2022-07-161-1/+1
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-164-57/+131
* [DOC] Fix documentation for ARGF#readlinesPeter Zhu2022-07-151-4/+4
* Fixes ivar benchmarks to not depend on object allocationJemma Issroff2022-07-153-7/+14
* Implement Objects on VWAPeter Zhu2022-07-1514-74/+216
* [rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi2022-07-152-4/+4
* [rubygems/rubygems] Fix wrong information about default RubyGems sourceTakuya Noguchi2022-07-151-2/+2
* MJIT: Share rb_mjit_unit through mjit_unit.hTakashi Kokubun2022-07-144-33/+34
* Ensure symlinks to bundled gem with exts have parent dirYuta Saito2022-07-151-0/+1
* MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun2022-07-144-1297/+1265
* Avoid SEGV on capture_cc_entriesTakashi Kokubun2022-07-141-0/+1
* [DOC] Fix typo in documentation for IO#readlinesPeter Zhu2022-07-141-1/+1
* Fix language describing protected methodsJeremy Evans2022-07-141-1/+1
* Correct comment explaining env flags [ci skip]John Hawthorn2022-07-141-2/+2
* [ruby/psych] Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440)Karl Anderson2022-07-151-13/+17
* * 2022-07-15 [ci skip]git2022-07-151-1/+1
* Get the insns_address_table from the vm_exec_core module table...Matt Valentine-House2022-07-141-2/+11
* [ruby/bigdecimal] Remove checks for `struct RRational` and `struct RComplex`Nobuyoshi Nakada2022-07-142-6/+4
* [ruby/set] Get rid of use of `Gem::Version`Nobuyoshi Nakada2022-07-141-1/+1
* [ruby/un] Support `FileUtils.cp_lr`Nobuyoshi Nakada2022-07-141-1/+3
* [ruby/timeout] gemspec: Drop unused directives "executables"Olle Jonsson2022-07-141-2/+0
* [rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez2022-07-142-3/+35
* Set `GEM_PATH` environment variable in runruby.rbNobuyoshi Nakada2022-07-141-0/+6
* Try to install also gemspec files under gem directoriesNobuyoshi Nakada2022-07-141-1/+4
* Install gems `lib` directory to build pathNobuyoshi Nakada2022-07-141-0/+19
* Make dependency-free gemspec filesNobuyoshi Nakada2022-07-142-0/+15
* Extract gemspec files to each gem directoriesNobuyoshi Nakada2022-07-141-4/+6
* [rubygems/rubygems] Fix `gem update --system` crash while regenerating binstubsDavid Rodríguez2022-07-142-4/+14
* GVL Instrumentation: remove the EXITED count assertionJean Boussier2022-07-135-12/+3
* * 2022-07-14 [ci skip]git2022-07-141-1/+1
* [DOC] Correct call-seq directive in string.c (#6131)Burdette Lamar2022-07-131-1/+1
* Bundled gem extensions are out of scope of update-depsNobuyoshi Nakada2022-07-131-0/+1
* [ruby/timeout] Give a name to the background threadJean Boussier2022-07-131-0/+1
* thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier2022-07-131-0/+9
* Fix a typo (thanks @Maumagnaguagno !)Yusuke Endoh2022-07-131-1/+1
* Specify usable escape sequences in Exception#detailed_messageYusuke Endoh2022-07-131-0/+22
* Update bundled gems list at 156da55c164e5463edf15bae05021b [ci skip]git2022-07-131-1/+1
* debug.gem 1.6.1Koichi Sasada2022-07-131-1/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-1349-233/+578
* [DOC] Revisions for call-seq in doc guidelines (#6121)Burdette Lamar2022-07-121-34/+60
* Use VM Lock when mutating waiting threads listAaron Patterson2022-07-121-1/+5
* Speed up --yjit-trace-exits code (#6106)Eileen M. Uchitelle2022-07-123-27/+84
* Fix some UBSAN false positives (#6115)Kevin Backhouse2022-07-124-4/+11
* [DOC] Enhanced RDoc for Time (#6118)Burdette Lamar2022-07-121-98/+82
* * 2022-07-13 [ci skip]git2022-07-131-1/+1
* Move timestamps directory for bundled gemsNobuyoshi Nakada2022-07-131-1/+4
* [ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/63)Burdette Lamar2022-07-121-64/+78
* [Feature #18901] Don't run size pool move tests without VWAMatt Valentine-House2022-07-121-0/+2
* [Feature #18901] Support size pool movement for ArraysMatt Valentine-House2022-07-124-8/+102