summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-24Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh
2020-12-23[fiddle] Update to 1.0.6Kenta Murata
2020-12-23[ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta
2020-12-23[ruby/irb] Fix error_message for assert_dynamic_promptaycabta
2020-12-23[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-23[ruby/psych] Bump version to 3.3.0Hiroshi SHIBATA
2020-12-23[ruby/psych] Skip test_ractor.rb with ruby/psych repoHiroshi SHIBATA
2020-12-23[ruby/date] Define dummy RUBY_TYPED_FROZEN_SHAREABLE for old RubyKenta Murata
2020-12-23[ruby/date] Fix envutil for old RubyKenta Murata
2020-12-23Use rb_init_identtable instead of direct use of rb_hashtype_identNobuyoshi Nakada
2020-12-23Revert "need to clear blocking cnt at fork (child process)"Koichi Sasada
2020-12-22Skip checking ROBJECT_EMBEDTakashi Kokubun
2020-12-22Allow inlining Integer#-@ and #~Takashi Kokubun
2020-12-23[ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune
2020-12-23[ruby/psych] Make Ractor-ready.Marc-Andre Lafortune
2020-12-23[ruby/psych] Don't use instance variables directly for configMarc-Andre Lafortune
2020-12-23[ruby/psych] Avoid methods depending on bindingsMarc-Andre Lafortune
2020-12-23[ruby/psych] Freeze constants.Marc-Andre Lafortune
2020-12-23need to clear blocking cnt at fork (child process)Koichi Sasada
2020-12-23Update version for Ractor-safe extensionsHiroshi SHIBATA
2020-12-23[ruby/date] Workaround for non-ruby repository like ruby/date, flori/jsonHiroshi SHIBATA
2020-12-23Ensure non-literal expressions shareable if `leteral`Nobuyoshi Nakada
2020-12-23Update rb_ractor_ensure_shareableNobuyoshi Nakada
2020-12-23Split the testNobuyoshi Nakada
2020-12-23Added assertionsNobuyoshi Nakada
2020-12-23`begin ... end` is not a literalNobuyoshi Nakada
2020-12-23Added dedicated helper methodsNobuyoshi Nakada
2020-12-23Changed shareable literal semantics [Feature #17397]Nobuyoshi Nakada
2020-12-23Guard < Ruby 3.0 for the repositories of default gems.Hiroshi SHIBATA
2020-12-23ruby_single_main_ractor should be clear before warnKoichi Sasada
2020-12-22Adapt tool/search-cgvars.rb for MacOSMarc-Andre Lafortune
2020-12-22Add tool/search-cgvars.rb, thanks @ko1Marc-Andre Lafortune
2020-12-23[DOC] Add doc to sharing_detection= [ci skip]Kazuhiro NISHIYAMA
2020-12-23Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA
2020-12-23ripper: fix bad label parameter handling [Bug #17425]Nobuyoshi Nakada
2020-12-22[ruby/etc] Make Ractor safeMarc-Andre Lafortune
2020-12-22[ruby/etc] Refactor locks using mutex APIMarc-Andre Lafortune
2020-12-23[memory_view] Acquire VM lock while running exported_object_registry_freeKenta Murata
2020-12-23[memory_view] Make some rb_memroy_view_t members constKenta Murata
2020-12-23[memory_view] Remove needless use of StringValueCStrKenta Murata
2020-12-23[memory_view] Add mdview_release_view for testKenta Murata
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-23[memory_view][fiddle] Use bool for boolean return valueKenta Murata
2020-12-22NEWS: fix typos and grammarMarcus Stollsteimer
2020-12-23[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta
2020-12-23[ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito
2020-12-23fiddle: Update to 1.0.5Sutou Kouhei
2020-12-22NEWS: Mention deprecation warnings not being shown by defaultMarc-Andre Lafortune
2020-12-22NEWS: group keyword arguments related items togetherMarc-Andre Lafortune
2020-12-22NEWS: combine $SAFE and $KCODE, move lowerMarc-Andre Lafortune