summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-17Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA
2020-11-13Revert https://github.com/ruby/webrick/pull/44Hiroshi SHIBATA
2020-11-13[ruby/webrick] add mime type of extention .mjshisanori
2020-11-13[ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans
2020-11-12Backport cosmetic changes from upstream repo that is ruby/rdocHiroshi SHIBATA
2020-11-10[ruby/racc] Bump version to 1.5.1Hiroshi SHIBATA
2020-11-10[ruby/racc] Use the Ruby license. Fix #134Hiroshi SHIBATA
2020-11-10lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh
2020-11-09`fe80` should be case insensitive tooKazuhiro NISHIYAMA
2020-11-09Removed needless require for 'enumerator'Hiroshi SHIBATA
2020-11-07Support s390 IPv6 link local addressesJeremy Evans
2020-11-07Add support for IPv6 link local addresses to resolvJeremy Evans
2020-11-07Remove sender/message_id pair after response received in resolvJeremy Evans
2020-11-06Added dependency for net-protocolHiroshi SHIBATA
2020-11-05Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui
2020-11-05Promote un.rb to the default gems. It's preparation for 3.0.0-preview2.Hiroshi SHIBATA
2020-11-05Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze
2020-11-04[ruby/ostruct] Update versionMarc-Andre Lafortune
2020-11-04[ruby/ostruct] Restore `ostruct` docMarc-Andre Lafortune
2020-11-04Revert "Make `marshal_load` public"Marc-Andre Lafortune
2020-10-30Promote debug.rb to default gems.Hiroshi SHIBATA
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-10-22Fix small typo in comment in lib/irb.cAndrew Kerr
2020-10-15Merge bundler-2.2.0.rc.2Hiroshi SHIBATA
2020-10-15Merge rubygems-3.2.0.rc.2Hiroshi SHIBATA
2020-10-14Promote drb to the default gemsHiroshi SHIBATA
2020-10-08Promote prettyprint to default gemsHiroshi SHIBATA
2020-10-08Promote pp to default gemsHiroshi SHIBATA
2020-10-06Make `marshal_load` publicAaron Patterson
2020-10-06[lib/ostruct] Fix Marshal loadingMarc-Andre Lafortune
2020-10-06Add missing fileutils requireDavid Rodríguez
2020-10-05[ruby/tempfile] Improve the documentation for Tempfile.create and recommend T...Benoit Daloze
2020-09-30[ruby/ostruct] Tweak docMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Remove unused conditionMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune
2020-09-30[ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareableMarc-Andre Lafortune
2020-09-30[ruby/ostruct] Protect subclass' methods and our bang methods.Marc-Andre Lafortune
2020-09-30[ruby/ostruct] Avoid calling initializeMarc-Andre Lafortune
2020-09-29Reference process PID using the Process#pidMaciej Mensfeld
2020-09-29[ruby/webrick] Make it more strict to interpret some headersYusuke Endoh
2020-09-28[ruby/racc] Turn debugging offMarc-Andre Lafortune
2020-09-28[Fixes #137] Improve reportingMarc-Andre Lafortune
2020-09-28[rubygems/rubygems] Move comment below shebang in bin/console templateSteven Peckins
2020-09-28[rubygems/rubygems] Fix ls-files matching regexpNobuyoshi Nakada
2020-09-28[rubygems/rubygems] Add writable check for cache dirxndcn
2020-09-28[rubygems/rubygems] Avoid duplicated generation of APISpecification objectsYusuke Endoh
2020-09-28[rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier
2020-09-28[rubygems/rubygems] Remove last remaining line of output from `gem update --s...Ellen Marie Dash
2020-09-28[rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash
2020-09-28[rubygems/rubygems] Have "gem update --system" pass through the --silent flag.Ellen Marie Dash