summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21When setting current thread scheduler to nil, invoke `#close`.Samuel Williams
2020-09-20Update heap_pages_himem after freeing pagesPeter Zhu
2020-09-20Fulfill missing tests and stabilize testsQuang-Minh Nguyen
2020-09-20Validate name during initializationQuang-Minh Nguyen
2020-09-20Add status to Ractor#inspectQuang-Minh Nguyen
2020-09-20* 2020-09-20 [ci skip]git
2020-09-20Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()Benoit Daloze
2020-09-19[ruby/io-wait] update required_ruby_versionNobuyoshi Nakada
2020-09-19strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-18Add assertions when inline caches are copied to MJITAaron Patterson
2020-09-19[ruby/irb] Version 1.2.7aycabta
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-19* 2020-09-19 [ci skip]git
2020-09-18Pin values in the finalizer tableAaron Patterson
2020-09-18Added sync task for bigdecimalHiroshi SHIBATA
2020-09-18The executable file of erb is under the libexec on ruby/erb repoHiroshi SHIBATA
2020-09-18Fix copy/paste error from 5bb5e706f1d310a467075630145d2cc277045765Benoit Daloze
2020-09-18Only interrupt when there is no scheduler in sync_wakeup()Benoit Daloze
2020-09-18[ruby/rdoc] Add man/ri.1 for distribution filesaycabta
2020-09-18[ruby/rdoc] Fix spelling error in parser commentDorian MariƩ
2020-09-18[ruby/rdoc] update all files if any file is newerNobuyoshi Nakada
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