aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Clarify the documentation of the YAML module [Misc #14567]eregon2018-03-021-3/+4
* erb.rb: relax warn level of ERB.newk0kubun2018-02-281-3/+3
* Add a new #filter alias for #selecteregon2018-02-251-0/+3
* lib/erb.rb: Add uplevel to warnkazu2018-02-241-3/+3
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-223-7/+32
* Merge RubyGems 2.7.6 from upstream.hsbt2018-02-168-22/+77
* lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre2018-02-061-1/+1
* lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]marcandre2018-02-061-0/+9
* Merge RubyGems-2.7.5 from upstream.hsbt2018-02-0620-45/+69
* net/http: fix documentation for HTTP connection reusenormal2018-01-301-5/+4
* net/pop: make modified strings mutablenormal2018-01-301-6/+6
* uri/common: reduce allocations and retained objectsnormal2018-01-281-8/+8
* optparse.rb: froze string literalsnobu2018-01-261-4/+4
* optparse.rb: literal newlinenobu2018-01-251-1/+2
* revert r62032 because it refers to a undefined variableko12018-01-251-1/+1
* optparse.rb: literal newlinenobu2018-01-241-1/+1
* mkmf.rb: werror on mswinnobu2018-01-241-0/+1
* mkmf.rb: ignore linker warningsnobu2018-01-221-1/+1
* Fix warningkazu2018-01-191-1/+1
* resolv.rb: NUL hostsnobu2018-01-181-1/+1
* resolv: use safe navigation operatornobu2018-01-181-3/+1
* logger: use safe navigation operatornormal2018-01-181-4/+2
* net/http: use writev for HTTP chunked request bodiesnormal2018-01-142-8/+7
* Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu2018-01-121-0/+1
* matrix.rb: add Matrix#antisymmetric?stomar2018-01-111-0/+12
* Mock fetching data from real DNS [Feature #14340]naruse2018-01-111-1/+1
* net/http: clear compressed chunk after decompressionnormal2018-01-081-0/+1
* open-uri: clear string after bufferingnormal2018-01-081-0/+1
* net/protocol: read directly into rbuf if it's emptynormal2018-01-081-1/+3
* net/protocol: use binary string buffersnormal2018-01-081-5/+5
* lib/scanf.rb: [DOC] fix typosstomar2018-01-071-7/+7
* Revert "net/protocol: use binary string buffers"normal2018-01-061-5/+5
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-061-1/+1
* net/protocol: use binary string buffersnormal2018-01-061-5/+5
* Update Status Codekazu2018-01-061-11/+15
* Add 103 Early Hintskazu2018-01-061-0/+4
* Specify frozen_string_literal: truekazu2018-01-061-1/+1
* net/protocol: optimize large read casenormal2018-01-051-1/+6
* int (*)(void) is incompatible with void*shyouhei2018-01-021-1/+2
* fix reset order.ko12017-12-311-2/+2
* drb: use \A and \znobu2017-12-303-8/+8
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-282-6/+15
* erb.rb: let's remove constant deprecated at 2.5k0kubun2017-12-281-4/+0
* erb.rb: preserve the behavior for invalid syntaxk0kubun2017-12-271-13/+4
* proc.c (bind_location): Add Binding#source_locationmame2017-12-261-1/+1
* irb.rb: fix highlightnobu2017-12-251-1/+3
* fix leaked fdsnobu2017-12-251-1/+9
* webrick 1.4.2normal2017-12-242-2/+2
* lib/irb.rb: highlight exceptionsnobu2017-12-241-2/+8
* lib/irb.rb: simplified backtrace filteringnobu2017-12-241-18/+11