aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enhanced RDoc for String (#3574)Burdette Lamar2020-09-241-42/+41
* Enhanced RDoc for String (#3569)Burdette Lamar2020-09-241-81/+119
* * 2020-09-25 [ci skip]git2020-09-251-1/+1
* Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada2020-09-253-9/+22
* Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA2020-09-242-13/+1
* [ruby/webrick] Manually pick commit from upstream repoHiroshi SHIBATA2020-09-241-0/+12
* [ruby/webrick] Allow shutdown_pipe to be passed in via @configJohn W Higgins2020-09-241-1/+1
* [ruby/webrick] Only run test_big_bodies test on Ruby 2.5+Jeremy Evans2020-09-241-1/+1
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-09-242-1/+13
* [ruby/webrick] Allow EPROTOTYPE error when writing junk to a socketJeremy Evans2020-09-241-1/+1
* [ruby/webrick] Fix shutdown_pipe test issueJohn W Higgins2020-09-241-9/+20
* [ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins2020-09-242-0/+31
* [ruby/webrick] Add test for shutdown_pipeJohn W Higgins2020-09-241-0/+12
* [ruby/webrick] Do not use ensure in a block without beginJeremy Evans2020-09-241-69/+71
* [ruby/webrick] Make readpartial limit chunk to appropriate sizeJohn W Higgins2020-09-241-3/+8
* [ruby/webrick] Skip env-locale-sensitive CGI test on the "java" platformCharles Oliver Nutter2020-09-241-1/+1
* test/net/http/test_https.rb: The test logic was buggyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh2020-09-241-4/+4
* test/ostruct/test_ostruct.rb: Prevent "method redefined; discarding old foo"Yusuke Endoh2020-09-241-0/+3
* test/fiber/scheduler.rb: Prevent "instance variable @urgent not initialized"Yusuke Endoh2020-09-241-0/+2
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh2020-09-241-4/+8
* add GC_GUARDKoichi Sasada2020-09-241-0/+1
* sync rb_gc_register_mark_object()Koichi Sasada2020-09-241-7/+11
* Remove test for putiseq insnMichael Lindley2020-09-241-1/+0
* Document difference between Thread::Backtrace::Location#{,absolute_}pathJeremy Evans2020-09-231-2/+5
* * 2020-09-24 [ci skip]git2020-09-241-1/+1
* Improve the performance of supereileencodes2020-09-232-2/+34
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-23274-672/+0
* bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA2020-09-232-2/+2
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-23274-0/+672
* bundle-package.* was removed at upstream repoHiroshi SHIBATA2020-09-233-206/+0
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-231-1/+1
* Update the version number of rubygems and bundler at NEWS.mdHiroshi SHIBATA2020-09-231-2/+2
* Fix call-seq [ci skip]Kazuhiro NISHIYAMA2020-09-231-1/+1
* Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA2020-09-233-3/+12
* Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA2020-09-232-16/+0
* Update UnixSocket#recv_io tests to handle receiving a UnixSocketJeremy Evans2020-09-221-2/+8
* Enhanced RDoc for String (#3565)Burdette Lamar2020-09-221-44/+42
* Rudimentary support for disassembling rb_iseq_tAaron Patterson2020-09-221-0/+197
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-223-93/+20
* Add a comment about why we're checking the finalizer tableAaron Patterson2020-09-221-0/+5
* * 2020-09-23 [ci skip]git2020-09-231-1/+1
* Revert "Pin values in the finalizer table"Aaron Patterson2020-09-221-0/+6
* Make hash returned by Hash#transform_values not have a defaultJeremy Evans2020-09-212-0/+2
* * 2020-09-22 [ci skip]git2020-09-221-1/+1
* Comply with guide for method doc: string.c (#3528)Burdette Lamar2020-09-211-70/+42
* Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze2020-09-212-3/+13
* Simplify the implementation of Scheduler#blockBenoit Daloze2020-09-211-13/+15
* Make it clear the first field of join_arg is the waiting threadBenoit Daloze2020-09-211-11/+11
* Fix Thread leak in Thread#join specsBenoit Daloze2020-09-211-1/+2