aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Promote debug.rb to default gems.Hiroshi SHIBATA2020-10-301-0/+22
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-2722-42/+43
* Fix small typo in comment in lib/irb.cAndrew Kerr2020-10-221-1/+1
* Merge bundler-2.2.0.rc.2Hiroshi SHIBATA2020-10-1580-230/+358
* Merge rubygems-3.2.0.rc.2Hiroshi SHIBATA2020-10-154-15/+16
* Promote drb to the default gemsHiroshi SHIBATA2020-10-142-0/+33
* Promote prettyprint to default gemsHiroshi SHIBATA2020-10-081-0/+22
* Promote pp to default gemsHiroshi SHIBATA2020-10-081-0/+22
* Make `marshal_load` publicAaron Patterson2020-10-061-0/+1
* [lib/ostruct] Fix Marshal loadingMarc-Andre Lafortune2020-10-061-4/+1
* Add missing fileutils requireDavid Rodríguez2020-10-061-1/+4
* [ruby/tempfile] Improve the documentation for Tempfile.create and recommend T...Benoit Daloze2020-10-051-15/+34
* [ruby/ostruct] Tweak docMarc-Andre Lafortune2020-09-301-9/+9
* [ruby/ostruct] Remove unused conditionMarc-Andre Lafortune2020-09-301-2/+0
* [ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune2020-09-301-0/+27
* [ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareableMarc-Andre Lafortune2020-09-301-0/+2
* [ruby/ostruct] Protect subclass' methods and our bang methods.Marc-Andre Lafortune2020-09-301-17/+33
* [ruby/ostruct] Avoid calling initializeMarc-Andre Lafortune2020-09-301-5/+11
* Reference process PID using the Process#pidMaciej Mensfeld2020-09-291-1/+1
* [ruby/webrick] Make it more strict to interpret some headersYusuke Endoh2020-09-291-3/+3
* [ruby/racc] Turn debugging offMarc-Andre Lafortune2020-09-282-2/+2
* [Fixes #137] Improve reportingMarc-Andre Lafortune2020-09-281-16/+18
* [rubygems/rubygems] Move comment below shebang in bin/console templateSteven Peckins2020-09-281-2/+1
* [rubygems/rubygems] Fix ls-files matching regexpNobuyoshi Nakada2020-09-281-2/+2
* [rubygems/rubygems] Add writable check for cache dirxndcn2020-09-281-2/+3
* [rubygems/rubygems] Avoid duplicated generation of APISpecification objectsYusuke Endoh2020-09-281-5/+16
* [rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier2020-09-281-0/+2
* [rubygems/rubygems] Remove last remaining line of output from `gem update --s...Ellen Marie Dash2020-09-281-1/+1
* [rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash2020-09-281-2/+2
* [rubygems/rubygems] Have "gem update --system" pass through the --silent flag.Ellen Marie Dash2020-09-281-0/+1
* [rubygems/rubygems] Added Ruby version for oldest supported version of rubygemsHiroshi SHIBATA2020-09-281-0/+1
* Disallow downgrades to too old versionsDavid Rodríguez2020-09-281-1/+16
* [rubygems/rubygems] Add --dryrun to the deprecated options when showing the h...bronzdoc2020-09-281-1/+1
* [rubygems/rubygems] We don't need shortucts for a deprecated flagbronzdoc2020-09-281-1/+1
* [rubygems/rubygems] Deprecate --dryrunbronzdoc2020-09-281-1/+7
* [rubygems/rubygems] Make --dry-run flag consistent across rubygems commandsbronzdoc2020-09-281-1/+1
* Added `--platform` option to `build` commandNobuyoshi Nakada2020-09-282-0/+9
* Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA2020-09-241-1/+1
* [ruby/webrick] Allow shutdown_pipe to be passed in via @configJohn W Higgins2020-09-241-1/+1
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-09-241-1/+1
* [ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins2020-09-241-0/+3
* [ruby/webrick] Make readpartial limit chunk to appropriate sizeJohn W Higgins2020-09-241-3/+8
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-23139-366/+0
* bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA2020-09-231-1/+1
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-23139-0/+366
* [ruby/irb] Version 1.2.7aycabta2020-09-191-2/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-193-28/+16
* [ruby/rdoc] Add man/ri.1 for distribution filesaycabta2020-09-181-0/+1
* [ruby/rdoc] Fix spelling error in parser commentDorian Marié2020-09-181-1/+1
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-182-17/+23