summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-30Promote io-nonblock to the default gems.Hiroshi SHIBATA
2020-07-30Promote io-wait to the default gemsHiroshi SHIBATA
2020-07-30Add explicitly require for Dir.mktmpdirHiroshi SHIBATA
2020-07-30Extract version number from the sourceNobuyoshi Nakada
2020-07-30[skip-ci] Clarification for dup vs clone docsEspartaco Palma
2020-07-30Apply timeout-scale to test_nogvl_poll.Jun Aruga
2020-07-29Enhanced RDoc for Array (#3372)Burdette Lamar
2020-07-30Set cloned flag after checked if copiableNobuyoshi Nakada
2020-07-30* 2020-07-30 [ci skip]git
2020-07-29Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze
2020-07-29rbinstall.rb: fix generated script name to set modeNobuyoshi Nakada
2020-07-29rbinstall.rb: fix dry-run modeNobuyoshi Nakada
2020-07-29transient_heap_status_cstr() is used only for debuggingNobuyoshi Nakada
2020-07-29Skip already extracted gemsNobuyoshi Nakada
2020-07-29display stderr output even if core dump filesKoichi Sasada
2020-07-29add debug output.Koichi Sasada
2020-07-28Fix Time#ceil when result should be the same as the receiverJeremy Evans
2020-07-29* 2020-07-29 [ci skip]git
2020-07-28Enhanced RDoc for Array [ci skip]BurdetteLamar
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-28Do not assume all compilers accept same flags as gccNobuyoshi Nakada
2020-07-28[ruby/net-ftp] Moved Net::Ftp::Version to Net::FTPNobuyoshi Nakada
2020-07-28vm_backtrace.c: let rb_profile_frames show cfunc framesYusuke Endoh
2020-07-28Remove unnecessary word from commentSergio
2020-07-28[DOC] Clarify ObjectSpace return values are in bytes [ci skip]Simon Perepelitsa
2020-07-28Remove `EnvUtil.rubyexec`, because it is not used anywhere.Vít Ondruch
2020-07-27Update to ruby/spec@07164daBenoit Daloze
2020-07-27Update to ruby/mspec@9cffee9Benoit Daloze
2020-07-27Use a linked list to eliminate imemo tmp bufs for managing local tablesAaron Patterson
2020-07-28* 2020-07-28 [ci skip]git
2020-07-27Prevent SystemStackError when calling super in module with activated refinementJeremy Evans
2020-07-27* 2020-07-27 [ci skip]git
2020-07-27Use typewriter notation for var[:sym] correctlyaycabta
2020-07-26* 2020-07-26 [ci skip]git
2020-07-26Fixed a typoNobuyoshi Nakada
2020-07-24Respect visibility in non-array Enumerable#inject [Bug #13592]Nobuyoshi Nakada
2020-07-24Fix Time#to_a behavior with timezone [Bug #17046]S.H
2020-07-24* 2020-07-24 [ci skip]git
2020-07-24[ruby/optparse] Fix ls-files matching regexpNobuyoshi Nakada
2020-07-23Suppress "assigned but unused variable" warningsYusuke Endoh
2020-07-23[ruby/observer] add symbol usage example to Observer#add_observer [doc]Tom Rothe
2020-07-23Improved Enumerable::Lazy#zipNobuyoshi Nakada
2020-07-23Improved Enumerable::Lazy#flat_mapNobuyoshi Nakada
2020-07-23New functions to pass more elements than passedNobuyoshi Nakada
2020-07-23Removed fragile tests in https://github.com/ruby/ruby/pull/3349Nobuyoshi Nakada
2020-07-23dln.h: delete unused codes卜部昌平
2020-07-23include/ruby/util.h: delete unused codes卜部昌平
2020-07-23Remove unused field in rb_iseq_constant_bodyAlan Wu
2020-07-23Ensure time object meets a given condition [Bug #17042]Nobuyoshi Nakada
2020-07-23Merge pull request #3352 from S-H-GAMELINKS/bug/17042-strftimeS.H