aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adjust indents [ci skip]Nobuyoshi Nakada2022-07-222-6/+7
* [rubygems/rubygems] Remove bundle show from obsolete commandsTakuya Noguchi2022-07-222-4/+0
* [rubygems/rubygems] Use `SystemExit#status` as `exit_code`Nobuyoshi Nakada2022-07-222-3/+7
* [rubygems/rubygems] rubygems.rb is required by gem_runner.rbHiroshi SHIBATA2022-07-221-1/+0
* [rubygems/rubygems] Removed needless value assignmentHiroshi SHIBATA2022-07-221-3/+1
* Revive .indent.pro with adding `-nut`(`--no-tabs`) [ci skip]Nobuyoshi Nakada2022-07-221-0/+22
* Add .git-blame-ignore-revsTakuya Noguchi2022-07-221-0/+3
* RubyGems: Enable Style/StringLiterals copTakuya Noguchi2022-07-22288-7299/+7299
* Make Gem::SystemExitException properly exit with a given codeAkinori MUSHA2022-07-221-6/+1
* bin/gem: remove initial empty lineKenyon Ralph2022-07-221-1/+0
* Removed needless condition for old versions of Ruby.SHIBATA Hiroshi2022-07-221-6/+1
* Enable Style/MultilineIfThen in Rubocopbronzdoc2022-07-221-1/+1
* Remove trailing blank linesDavid Rodríguez2022-07-221-1/+0
* Improve user-facing messages by consistent casing of Ruby/RubyGemsJohn Labovitz2022-07-221-1/+1
* Get rid of magic numbersNobuyoshi Nakada2022-07-221-6/+10
* Dump non-ASCII char as unsignedNobuyoshi Nakada2022-07-222-1/+16
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-213-6/+29
* Remove unused variable in array.cPeter Zhu2022-07-211-1/+0
* Remove check for shared root arraysPeter Zhu2022-07-211-4/+2
* Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier2022-07-212-17/+2
* Remove the file that was probably added by accident [ci skip]Nobuyoshi Nakada2022-07-221-1034/+0
* Add .git-blame-ignore-revs [ci skip]Takashi Kokubun2022-07-211-0/+7
* objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier2022-07-212-2/+17
* Expand tabs [ci skip]Takashi Kokubun2022-07-21158-38055/+39089
* Remove macOS 10.15 from CIPeter Zhu2022-07-211-1/+0
* Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans2022-07-212-15/+2
* Do not have class/module keywords look up ancestors of ObjectJeremy Evans2022-07-214-25/+31
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-212-2/+15
* * 2022-07-22 [ci skip]git2022-07-221-1/+1
* Make String#each_line work correctly with paragraph separator and chompJeremy Evans2022-07-212-8/+18
* [Bug #18929] Fix heap creation thrashing in GCPeter Zhu2022-07-211-0/+13
* Update common sources including id.h after updateNobuyoshi Nakada2022-07-211-0/+1
* string.c: use str_enc_fastpath in TERM_LENJean Boussier2022-07-212-18/+19
* Add comment in array.c about flagsPeter Zhu2022-07-211-0/+31
* Add RARRAY_SHARED_FLAGPeter Zhu2022-07-212-5/+6
* Refactor macros of array.cPeter Zhu2022-07-215-56/+73
* Remove unused internal macros in rarray.hPeter Zhu2022-07-211-24/+0
* [ruby/digest] Ignore test_ractor.rb on non-Ractor rubyNobuyoshi Nakada2022-07-211-5/+1
* [ruby/digest] Find an available digest algorithm to testNobuyoshi Nakada2022-07-211-4/+9
* Prevent the stack from being marked twiceAaron Patterson2022-07-203-2/+9
* Ensure _id2ref finds symbols with the correct typeDaniel Colson2022-07-204-1/+13
* Add RARRAY_LITERAL_FLAG for array literalsPeter Zhu2022-07-203-14/+37
* * 2022-07-21 [ci skip]git2022-07-211-1/+1
* YJIT: Skip setlocal WB check for immediate values (#6122)John Hawthorn2022-07-201-24/+36
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-202-0/+9
* [Bug #18928] Fix crash in WeakMapPeter Zhu2022-07-201-10/+11
* [rubygems/rubygems] Fix `ruby setup.rb --destdir /foo` modifying global specsDavid Rodríguez2022-07-202-4/+12
* [rubygems/rubygems] Refactor destdir checksDavid Rodríguez2022-07-201-2/+6
* [rubygems/rubygems] More cleanupDavid Rodríguez2022-07-201-18/+18
* [rubygems/rubygems] Unify common logicDavid Rodríguez2022-07-201-8/+12