summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[ruby/pstore] Enhanced RDocBurdetteLamar
2022-07-02[rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez
2022-07-02[rubygems/rubygems] Move rubygems source specific logic to rubygems sourceDavid Rodríguez
2022-06-30[rubygems/rubygems] Fix unintended double spaces in DSL documentationDavid Rodríguez
2022-06-30[rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez
2022-06-29[rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez
2022-06-29[rubygems/rubygems] Also document `gem env` argument aliasesDavid Rodríguez
2022-06-29[rubygems/rubygems] Document better names for `gem env` argumentsDavid Rodríguez
2022-06-29[ruby/fileutils] [DOC] Changes to examples (https://github.com/ruby/fileutils...Burdette Lamar
2022-06-28[ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st0012
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-28[ruby/rdoc] Remove dead codeNobuyoshi Nakada
2022-06-28[ruby/rdoc] Support attributes defined by `rb_struct_define`Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Refinement is added since ruby 3.1Nobuyoshi Nakada
2022-06-28[ruby/rdoc] Parse also InitVM-prefixed functionsNobuyoshi Nakada
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-06-27[rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2022-06-26[rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-23[rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez
2022-06-23[rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez
2022-06-22[rubygems/rubygems] Bundler: fix man page for bundle-addTakuya Noguchi
2022-06-22[ruby/fileutils] Clarify difference between cp_r and install (https://github....Burdette Lamar
2022-06-21[ruby/fileutils] Correct method references for secure removal (https://github...Burdette Lamar
2022-06-21[ruby/fileutils] [DOC] Adding 'Related' (https://github.com/ruby/fileutils/pu...Burdette Lamar
2022-06-20[ruby/irb] [DOC] Fix formatting in docsPeter Zhu
2022-06-20[ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo
2022-06-20[rubygems/rubygems] Fix extension paths in generated standalone scriptcitrusmoose
2022-06-20[rubygems/rubygems] Improve performance of Bundler::SpecSet#for by using hash...Josh Nichols
2022-06-17[ruby/fileutils] [DOC] Revisions for module-level doc (https://github.com/rub...Burdette Lamar
2022-06-17[rubygems/rubygems] Bring TODO message up to dateDavid Rodríguez
2022-06-17[rubygems/rubygems] Remove part of comment that fell out of dateDavid Rodríguez
2022-06-17[rubygems/rubygems] Don't modify RbConfig at all when building extensionsDavid Rodríguez
2022-06-17[rubygems/rubygems] Remove unnecessary conditionDavid Rodríguez
2022-06-17[rubygems/rubygems] No need to change `RbConfig::CONFIG` at allDavid Rodríguez
2022-06-16[ruby/fileutils] [DOC] Small tweaks (https://github.com/ruby/fileutils/pull/89)Burdette Lamar
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16[ruby/racc] Fix flag to `Regexp.new`Nobuyoshi Nakada
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi