aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync ruby_global_symbolsKoichi Sasada2020-09-182-103/+199
* show object info to debug purpose.Koichi Sasada2020-09-181-2/+3
* add debug log on enabling multi-ractor modeKoichi Sasada2020-09-181-0/+1
* rb_obj_info() shows more info for T_SYMBOLKoichi Sasada2020-09-181-0/+11
* sync fstring_table for deletionKoichi Sasada2020-09-181-2/+7
* * 2020-09-18 [ci skip]git2020-09-181-1/+1
* Cleanup commented codeBenoit Daloze2020-09-171-4/+0
* Add missing goto found;Benoit Daloze2020-09-172-1/+3
* Fix Mutex#unlock with a scheduler and thread contentionBenoit Daloze2020-09-172-13/+36
* Document the various scheduler hooksBenoit Daloze2020-09-171-0/+3
* Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...Benoit Daloze2020-09-174-9/+35
* Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}Benoit Daloze2020-09-174-25/+28
* Use a similar pattern for waiting and readyBenoit Daloze2020-09-171-4/+3
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-174-5/+5
* Sort links in NEWS.md by URI [ci skip]Kazuhiro NISHIYAMA2020-09-171-1/+1
* Update to ruby/spec@e829fb0Benoit Daloze2020-09-1727-134/+296
* Add NEWS entry for [Feature #16792]Benoit Daloze2020-09-171-0/+7
* * 2020-09-17 [ci skip]git2020-09-171-1/+1
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-164-15/+190
* Prefer to use `prep_io` for temporary IO instances.Samuel Williams2020-09-171-13/+4
* Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata2020-09-162-0/+13
* Add a note at the top of the test schedulerBenoit Daloze2020-09-161-0/+4
* RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...Benoit Daloze2020-09-161-1/+1
* Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"Benoit Daloze2020-09-161-1/+0
* skip on RUBY_ISEQ_DUMP_DEBUG=to_binaryKoichi Sasada2020-09-161-0/+1
* Use build_message on test_securerandom.rb (#3543)Hiroshi SHIBATA2020-09-161-1/+1
* 2.8 -> 3.0 in specsBenoit Daloze2020-09-15147-201/+199
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-1510-94/+28
* Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noiseJean Boussier2020-09-152-118/+115
* * 2020-09-16 [ci skip]git2020-09-161-1/+1
* pointers on the stack need to be pinnedAaron Patterson2020-09-151-1/+1
* Revert "[ruby/securerandom] Use build_message instead of message for test-unit"Hiroshi SHIBATA2020-09-151-1/+1
* [ruby/uri] Remove deprecated URI.escape/URI.unescapeJeremy Evans2020-09-151-76/+0
* [ruby/securerandom] Use build_message instead of message for test-unitHiroshi SHIBATA2020-09-151-1/+1
* [ruby/fileutils] Reduce iteration through list for `:mkdir_p`Ashwin Maroli2020-09-151-1/+3
* Fix handling of FMODE_PREP.Samuel Williams2020-09-151-1/+1
* Fix incorrect initialization of `rb_io_t::self`.Samuel Williams2020-09-152-3/+8
* Fix `warning: instance variable bt_locations not initialized`Kazuhiro NISHIYAMA2020-09-151-1/+1
* Fix missing `"` [ci skip]Kazuhiro NISHIYAMA2020-09-151-1/+1
* Add IRB and Reline update for NEWS of 3.0.0-preview1aycabta2020-09-151-0/+8
* [ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune2020-09-142-3/+9
* [ruby/ostruct] method_missing is privateMarc-Andre Lafortune2020-09-142-27/+4
* [ruby/ostruct] Avoid self calling our public methods.Marc-Andre Lafortune2020-09-142-2/+22
* [ruby/ostruct] Reinstate recent changesMarc-Andre Lafortune2020-09-142-28/+64
* Optimize Pathname#relative? / absolute?Marc-Andre Lafortune2020-09-142-11/+14
* [ruby/ostruct] Revert recent changesMarc-Andre Lafortune2020-09-142-64/+28
* [ruby/rdoc] Prefer require_relativeMarc-Andre Lafortune2020-09-149-18/+18
* [ruby/ostruct] Add access to public instance methods in case they are overridenMarc-Andre Lafortune2020-09-142-2/+37
* [ruby/ostruct] Tweak docMarc-Andre Lafortune2020-09-141-1/+2
* [ruby/ostruct] Allow overriding public methodsMarc-Andre Lafortune2020-09-142-3/+9