summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-28NDEBUG is ignored since Ruby 3.0Nobuyoshi Nakada
2021-04-28Guard for < Ruby 3.0Hiroshi SHIBATA
2021-04-28[ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/ostruct] Compatibility with Ruby 2.5Marc-Andre Lafortune
2021-04-28[ruby/optparse] Add EditorConfig fileAlexander Popov
2021-04-28[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]Ryuta Kamizono
2021-04-28[ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans
2021-04-28[ruby/net-http] Fix the regexp used to clean the hostJean Boussier
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28[ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed
2021-04-28[ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg
2021-04-28[ruby/net-smtp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2021-04-28[ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-28[ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg
2021-04-28test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: reduce the size of a long responseYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: remove unused variableYusuke Endoh
2021-04-28test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh
2021-04-28* 2021-04-28 [ci skip]git
2021-04-27Fix Monitor to lock per Fiber, like Mutex [Bug #17827]Benoit Daloze
2021-04-27lldb: highlight the slot when using dump_page_rvalueMatt Valentine-House
2021-04-27lldb: dump_page_rvalue - dump a heap page containing an RVALUEMatt Valentine-House
2021-04-27lldb: Add Freelist Index to dump_page outputMatt Valentine-House
2021-04-27[ruby/net-ftp] Replace "iff" with "if and only if"Gannon McGibbon
2021-04-27[ruby/net-ftp] Add test casesShugo Maeda
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-27[ruby/net-ftp] Re-apply 827e471d438fdec1ae329afb5912b8e06d534823Hiroshi SHIBATA
2021-04-27[ruby/matrix] Guard for < Ruby 3.0Hiroshi SHIBATA
2021-04-27[ruby/matrix] v0.4.1Marc-Andre Lafortune
2021-04-27[ruby/matrix] v0.4.0Marc-Andre Lafortune
2021-04-27[ruby/matrix] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA
2021-04-27[ruby/gdbm] Add dependency to gdbm package on mingwLars Kanis
2021-04-27[ruby/pathname] gemspec: Explicitly list 0 executablesOlle Jonsson
2021-04-27test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh
2021-04-27Make imemo_ast WB-protected againYusuke Endoh
2021-04-27Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3eYusuke Endoh
2021-04-26Fix type-o in insns.defebrohman
2021-04-26Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu
2021-04-27* 2021-04-27 [ci skip]git
2021-04-26Document binding behavior for C call/return events for TracePoint/set_trace_funcJeremy Evans
2021-04-26Revert "disable shareable_constant_value for CI"Yusuke Endoh
2021-04-26node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh
2021-04-26[ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada
2021-04-26[ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada
2021-04-26[ruby/irb] Assertions on non-ttyNobuyoshi Nakada
2021-04-26[ruby/irb] Added test_colorizeNobuyoshi Nakada
2021-04-26[ruby/irb] Added assert_equal_with_termNobuyoshi Nakada
2021-04-26[ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono