summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-14Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA
2020-12-14Fixed dst name for digest gemHiroshi SHIBATA
2020-12-14Support shareable_constant_value: literalNobuyoshi Nakada
2020-12-14Make shareable_constant_value tri-stateNobuyoshi Nakada
2020-12-14shareable_constant_value: is effective only in comment-only lineNobuyoshi Nakada
2020-12-14Added continued line caseNobuyoshi Nakada
2020-12-14Added false caseNobuyoshi Nakada
2020-12-14Test by Ractor.shareable?Nobuyoshi Nakada
2020-12-14Make the value shareable deeplyNobuyoshi Nakada
2020-12-14Save and pass lex_context wholelyNobuyoshi Nakada
2020-12-14Determine shareable-ness after assignment operatorNobuyoshi Nakada
2020-12-14Implemented shareable_constant_value op_asgnNobuyoshi Nakada
2020-12-14Call FrozenCore.make_shareableNobuyoshi Nakada
2020-12-14Implemented shareable_constant_valueNobuyoshi Nakada
2020-12-14Support shareable_constant_value pragmaNobuyoshi Nakada
2020-12-14fix condition and add another debug counterKoichi Sasada
2020-12-14Add information to Caveats section in NEWS.mdJunichi Ito
2020-12-14add ccs_not_found debug counterKoichi Sasada
2020-12-14add debug counters to survey the IMC missKoichi Sasada
2020-12-13Debug the command used for gdb dumpTakashi Kokubun
2020-12-13@ruby is the target Ruby in bootstraptestTakashi Kokubun
2020-12-14test/ruby/test_method_cache.rb: suppress "assigned but unused variable"Yusuke Endoh
2020-12-14use method cache on Object#respond_to?Koichi Sasada
2020-12-14add tests for method cache.Koichi Sasada
2020-12-14add cc_invalidate_negative debug counterKoichi Sasada
2020-12-14Introduce negative method cacheKoichi Sasada
2020-12-14create ccs with 0 capaKoichi Sasada
2020-12-14Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-12-14* 2020-12-14 [ci skip]git
2020-12-14Remove "2.8" from NEWS.mdJunichi Ito
2020-12-13`ulimit` does not affect another shellKazuhiro NISHIYAMA
2020-12-13Sorted links by URLs and issue numbers [ci skip]Nobuyoshi Nakada
2020-12-13Add NEWS about open-uri and Kernel#openJunichi Ito
2020-12-13Wait testing/helper threads to terminateNobuyoshi Nakada
2020-12-13Fixed a suspicious comparisonNobuyoshi Nakada
2020-12-13Narrowed down unaligned member access region in RB_OBJ_WRITENobuyoshi Nakada
2020-12-13Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto
2020-12-13Don't emit warning when the pattern of one-line pattern matching is just a va...Kazuki Tsujimoto
2020-12-12Allow dumping a core file on ActionsTakashi Kokubun
2020-12-12Dump a backtrace with gdbTakashi Kokubun
2020-12-13* 2020-12-13 [ci skip]git
2020-12-13Fixed RUBY_RM_RECURSIVE when autoconf met the required versionNobuyoshi Nakada
2020-12-12spec: suppress deprecations of "lambda(&proc_block)" patternYusuke Endoh
2020-12-12test/ruby/test_lambda.rb: prevent lambda(&proc_block) warningsYusuke Endoh
2020-12-12tool/mk_builtin_loader.rb: prevent "assigned but unused variable"Yusuke Endoh
2020-12-12Removed obsolete autoconf checksNobuyoshi Nakada
2020-12-12Signal handler type should be voidNobuyoshi Nakada
2020-12-12Omit checks for C89 standard or laterNobuyoshi Nakada
2020-12-11Add some JIT options to MJIT ActionsTakashi Kokubun
2020-12-12Added parentheses to silence sizeof-array-div warnings [Bug #17385]Nobuyoshi Nakada