aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gen-release-note.rb: Avoid to depend release metadatav3_0_0_rc2NARUSE, Yui2020-12-241-14/+5
* Add tag keyNARUSE, Yui2020-12-241-0/+1
* Add release engineering related toolsNARUSE, Yui2020-12-243-0/+307
* Revert "remove bz2"NARUSE, Yui2020-12-241-1/+7
* Bundle RBS 1.0.0.pre2 (#3991)Soutaro Matsumoto2020-12-241-1/+1
* doc/keywords.rdoc: mention pattern matching in the `in` keyword sectionYusuke Endoh2020-12-241-0/+2
* Redocument non-blocking Fibers and schedulerzverok2020-12-241-1/+339
* doc/contributing.rdoc: remove outdated contentYusuke Endoh2020-12-241-19/+0
* README.md: Haiku is currently unsupportedYusuke Endoh2020-12-241-2/+2
* Use RBIMPL_COMPILER_{SINCE,BEFORE} for MSVCNobuyoshi Nakada2020-12-241-3/+3
* Add call-seq to Ractor doc; improve wording [doc]Marc-Andre Lafortune2020-12-241-18/+59
* Let's be more accurate [ci skip]Takashi Kokubun2020-12-231-1/+1
* Add NEWS entries about JIT in Jul ~ DecTakashi Kokubun2020-12-231-9/+38
* Tweak magic comments [doc]Marc-Andre Lafortune2020-12-241-9/+9
* NEWS.md: grammatical improvementYusuke Endoh2020-12-241-6/+6
* Review commentszverok2020-12-241-3/+10
* Redocument Fiber#transferzverok2020-12-241-27/+53
* dir.c: chdir conflict should raise only when called in different threadYusuke Endoh2020-12-242-4/+19
* remove redundant example.Koichi Sasada2020-12-241-1/+0
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-246-15/+73
* Fix class of method in Method#inspect for singleton classes of classesJeremy Evans2020-12-233-3/+26
* add about Ractor into extension.rdoc [ci skip]Koichi Sasada2020-12-242-0/+102
* etc: use atomic operation instead of mutexNobuyoshi Nakada2020-12-242-26/+12
* Expose atomic operation macros with RUBY prefixNobuyoshi Nakada2020-12-246-236/+298
* test/ruby/test_module.rb: not depend on the order of method definitionsYusuke Endoh2020-12-241-5/+5
* [memory_view] Fix some grammar issues in a commentKenta Murata2020-12-241-4/+4
* doc/fiber.md: fix typosMarcus Stollsteimer2020-12-231-2/+2
* introduce rb_ractor_atfork()Koichi Sasada2020-12-243-5/+22
* fix ractor-locking around rb_ractor_thread_list()Koichi Sasada2020-12-241-9/+21
* Small improvements in magic comments docsMarcus Stollsteimer2020-12-231-13/+13
* remove method__cache__clearKoichi Sasada2020-12-241-11/+0
* sample/trick2015/kinaba/entry.rb: The constant "Data" has been removedYusuke Endoh2020-12-241-1/+1
* Document shareable_constant_value and other magic constants [doc]Marc-Andre Lafortune2020-12-232-0/+197
* Reset paren_nest at tAREF and tASET [Bug #17431]Nobuyoshi Nakada2020-12-242-0/+19
* Pass keyword options in assert_syntax_errorNobuyoshi Nakada2020-12-241-2/+2
* * 2020-12-24 [ci skip]git2020-12-241-1/+1
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-243-3/+37
* [fiddle] Update to 1.0.6Kenta Murata2020-12-231-1/+1
* [ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta2020-12-231-1/+9
* [ruby/irb] Fix error_message for assert_dynamic_promptaycabta2020-12-231-2/+8
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-231-1/+1
* [ruby/psych] Bump version to 3.3.0Hiroshi SHIBATA2020-12-231-1/+1
* [ruby/psych] Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA2020-12-231-1/+1
* [ruby/date] Define dummy RUBY_TYPED_FROZEN_SHAREABLE for old RubyKenta Murata2020-12-231-0/+4
* [ruby/date] Fix envutil for old RubyKenta Murata2020-12-231-2/+2
* Use rb_init_identtable instead of direct use of rb_hashtype_identNobuyoshi Nakada2020-12-231-3/+2
* Revert "need to clear blocking cnt at fork (child process)"Koichi Sasada2020-12-231-2/+1
* Skip checking ROBJECT_EMBEDTakashi Kokubun2020-12-221-3/+3
* Allow inlining Integer#-@ and #~Takashi Kokubun2020-12-224-31/+35
* [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-233-2/+5