summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22Enable Style/MultilineIfThen in Rubocopbronzdoc
2022-07-22Remove trailing blank linesDavid Rodríguez
2022-07-22Improve user-facing messages by consistent casing of Ruby/RubyGemsJohn Labovitz
2022-07-22Get rid of magic numbersNobuyoshi Nakada
2022-07-22Dump non-ASCII char as unsignedNobuyoshi Nakada
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Remove unused variable in array.cPeter Zhu
2022-07-21Remove check for shared root arraysPeter Zhu
2022-07-21Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier
2022-07-22Remove the file that was probably added by accident [ci skip]Nobuyoshi Nakada
2022-07-21Add .git-blame-ignore-revs [ci skip]Takashi Kokubun
2022-07-21objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-21Remove macOS 10.15 from CIPeter Zhu
2022-07-21Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans
2022-07-21Do not have class/module keywords look up ancestors of ObjectJeremy Evans
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-22* 2022-07-22 [ci skip]git
2022-07-21Make String#each_line work correctly with paragraph separator and chompJeremy Evans
2022-07-21[Bug #18929] Fix heap creation thrashing in GCPeter Zhu
2022-07-21Update common sources including id.h after updateNobuyoshi Nakada
2022-07-21string.c: use str_enc_fastpath in TERM_LENJean Boussier
2022-07-21Add comment in array.c about flagsPeter Zhu
2022-07-21Add RARRAY_SHARED_FLAGPeter Zhu
2022-07-21Refactor macros of array.cPeter Zhu
2022-07-21Remove unused internal macros in rarray.hPeter Zhu
2022-07-21[ruby/digest] Ignore test_ractor.rb on non-Ractor rubyNobuyoshi Nakada
2022-07-21[ruby/digest] Find an available digest algorithm to testNobuyoshi Nakada
2022-07-20Prevent the stack from being marked twiceAaron Patterson
2022-07-20Ensure _id2ref finds symbols with the correct typeDaniel Colson
2022-07-20Add RARRAY_LITERAL_FLAG for array literalsPeter Zhu
2022-07-21* 2022-07-21 [ci skip]git
2022-07-20YJIT: Skip setlocal WB check for immediate values (#6122)John Hawthorn
2022-07-20Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs
2022-07-20[Bug #18928] Fix crash in WeakMapPeter Zhu
2022-07-20[rubygems/rubygems] Fix `ruby setup.rb --destdir /foo` modifying global specsDavid Rodríguez
2022-07-20[rubygems/rubygems] Refactor destdir checksDavid Rodríguez
2022-07-20[rubygems/rubygems] More cleanupDavid Rodríguez
2022-07-20[rubygems/rubygems] Unify common logicDavid Rodríguez
2022-07-20[rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi
2022-07-20Fix free objects count conditionNobuyoshi Nakada
2022-07-20Mark ruby scripts in YAML [ci skip]Nobuyoshi Nakada
2022-07-20[rubygems/rubygems] Fix casing typo when resetting `RbConfig::CONFIG["ENABLE_...David Rodríguez
2022-07-20* 2022-07-20 [ci skip]git
2022-07-20[Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada
2022-07-19[rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi
2022-07-19str_buf_cat: preserve coderange when going through fastpathJean Boussier
2022-07-19rb_str_buf_append: fastpath to str_buf_catJean Boussier
2022-07-19[ruby/fileutils] Add an octal prefix to clarify to be octalNobuyoshi Nakada
2022-07-19Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier