summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-18[ruby/rdoc] Support full filename to make a link for a text fileaycabta
2020-09-18sync ruby_global_symbolsKoichi Sasada
2020-09-18show object info to debug purpose.Koichi Sasada
2020-09-18add debug log on enabling multi-ractor modeKoichi Sasada
2020-09-18rb_obj_info() shows more info for T_SYMBOLKoichi Sasada
2020-09-18sync fstring_table for deletionKoichi Sasada
2020-09-18* 2020-09-18 [ci skip]git
2020-09-17Cleanup commented codeBenoit Daloze
2020-09-17Add missing goto found;Benoit Daloze
2020-09-17Fix Mutex#unlock with a scheduler and thread contentionBenoit Daloze
2020-09-17Document the various scheduler hooksBenoit Daloze
2020-09-17Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...Benoit Daloze
2020-09-17Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}Benoit Daloze
2020-09-17Use a similar pattern for waiting and readyBenoit Daloze
2020-09-17Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-09-17Sort links in NEWS.md by URI [ci skip]Kazuhiro NISHIYAMA
2020-09-17Update to ruby/spec@e829fb0Benoit Daloze
2020-09-17Add NEWS entry for [Feature #16792]Benoit Daloze
2020-09-17* 2020-09-17 [ci skip]git
2020-09-16Warn on a finalizer that captures the object to be finalizedChris Seaton
2020-09-17Prefer to use `prep_io` for temporary IO instances.Samuel Williams
2020-09-16Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata
2020-09-16Add a note at the top of the test schedulerBenoit Daloze
2020-09-16RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...Benoit Daloze
2020-09-16Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"Benoit Daloze
2020-09-16skip on RUBY_ISEQ_DUMP_DEBUG=to_binaryKoichi Sasada
2020-09-16Use build_message on test_securerandom.rb (#3543)Hiroshi SHIBATA
2020-09-152.8 -> 3.0 in specsBenoit Daloze
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-09-15Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noiseJean Boussier
2020-09-16* 2020-09-16 [ci skip]git
2020-09-15pointers on the stack need to be pinnedAaron Patterson
2020-09-15Revert "[ruby/securerandom] Use build_message instead of message for test-unit"Hiroshi SHIBATA
2020-09-15[ruby/uri] Remove deprecated URI.escape/URI.unescapeJeremy Evans
2020-09-15[ruby/securerandom] Use build_message instead of message for test-unitHiroshi SHIBATA
2020-09-15[ruby/fileutils] Reduce iteration through list for `:mkdir_p`Ashwin Maroli
2020-09-15Fix handling of FMODE_PREP.Samuel Williams
2020-09-15Fix incorrect initialization of `rb_io_t::self`.Samuel Williams
2020-09-15Fix `warning: instance variable bt_locations not initialized`Kazuhiro NISHIYAMA
2020-09-15Fix missing `"` [ci skip]Kazuhiro NISHIYAMA
2020-09-15Add IRB and Reline update for NEWS of 3.0.0-preview1aycabta
2020-09-14[ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune
2020-09-14[ruby/ostruct] method_missing is privateMarc-Andre Lafortune
2020-09-14[ruby/ostruct] Avoid self calling our public methods.Marc-Andre Lafortune
2020-09-14[ruby/ostruct] Reinstate recent changesMarc-Andre Lafortune
2020-09-14Optimize Pathname#relative? / absolute?Marc-Andre Lafortune
2020-09-14[ruby/ostruct] Revert recent changesMarc-Andre Lafortune
2020-09-14[ruby/rdoc] Prefer require_relativeMarc-Andre Lafortune
2020-09-14[ruby/ostruct] Add access to public instance methods in case they are overridenMarc-Andre Lafortune
2020-09-14[ruby/ostruct] Tweak docMarc-Andre Lafortune