summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-25ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler卜部昌平
2020-09-25RBIMPL_ALIGNOF: do not use constexpr卜部昌平
2020-09-25ext/-test-/RUBY_ALIGNOF: add minimalistic test卜部昌平
2020-09-25ALLOCA_N: do not use RUBY_ALIGNOF卜部昌平
2020-09-25RBIMPL_ALIGNOF: do not use __alignof__卜部昌平
2020-09-25rb_cv_have_alignas: not used any longer卜部昌平
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-24Enhanced RDoc for String#match? (#3576)Burdette Lamar
2020-09-25Revert "[ruby/webrick] Add test for shutdown_pipe"Hiroshi SHIBATA
2020-09-25Revert "[ruby/webrick] Fix shutdown_pipe test issue"Hiroshi SHIBATA
2020-09-24Enhanced RDoc for String (#3574)Burdette Lamar
2020-09-24Enhanced RDoc for String (#3569)Burdette Lamar
2020-09-25* 2020-09-25 [ci skip]git
2020-09-25Ractor#close_outgoping cancel Ractor.yieldKoichi Sasada
2020-09-24Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA
2020-09-24[ruby/webrick] Manually pick commit from upstream repoHiroshi SHIBATA
2020-09-24[ruby/webrick] Allow shutdown_pipe to be passed in via @configJohn W Higgins
2020-09-24[ruby/webrick] Only run test_big_bodies test on Ruby 2.5+Jeremy Evans
2020-09-24[ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans
2020-09-24[ruby/webrick] Allow EPROTOTYPE error when writing junk to a socketJeremy Evans
2020-09-24[ruby/webrick] Fix shutdown_pipe test issueJohn W Higgins
2020-09-24[ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins
2020-09-24[ruby/webrick] Add test for shutdown_pipeJohn W Higgins
2020-09-24[ruby/webrick] Do not use ensure in a block without beginJeremy Evans
2020-09-24[ruby/webrick] Make readpartial limit chunk to appropriate sizeJohn W Higgins
2020-09-24[ruby/webrick] Skip env-locale-sensitive CGI test on the "java" platformCharles Oliver Nutter
2020-09-24test/net/http/test_https.rb: The test logic was buggyYusuke Endoh
2020-09-24test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh
2020-09-24test/ostruct/test_ostruct.rb: Prevent "method redefined; discarding old foo"Yusuke Endoh
2020-09-24test/fiber/scheduler.rb: Prevent "instance variable @urgent not initialized"Yusuke Endoh
2020-09-24test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh
2020-09-24add GC_GUARDKoichi Sasada
2020-09-24sync rb_gc_register_mark_object()Koichi Sasada
2020-09-24Remove test for putiseq insnMichael Lindley
2020-09-23Document difference between Thread::Backtrace::Location#{,absolute_}pathJeremy Evans
2020-09-24* 2020-09-24 [ci skip]git
2020-09-23Improve the performance of supereileencodes
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
2020-09-23bundle-package.* was removed at upstream repoHiroshi SHIBATA
2020-09-23strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-23Update the version number of rubygems and bundler at NEWS.mdHiroshi SHIBATA
2020-09-23Fix call-seq [ci skip]Kazuhiro NISHIYAMA
2020-09-23Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA
2020-09-23Removed rb_find_file_ext_safe and rb_find_file_safeHiroshi SHIBATA
2020-09-22Update UnixSocket#recv_io tests to handle receiving a UnixSocketJeremy Evans
2020-09-22Enhanced RDoc for String (#3565)Burdette Lamar
2020-09-22Rudimentary support for disassembling rb_iseq_tAaron Patterson
2020-09-22Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans