summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-18test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh
2020-08-18Disable debugging test.Koichi Sasada
2020-08-17Remove write barrier exemption for T_ICLASSAlan Wu
2020-08-18* 2020-08-18 [ci skip]git
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-08-17Clarify coroutine implementation license.Samuel Williams
2020-08-17procnames-start-lines [ci skip]Nobuyoshi Nakada
2020-08-17Revisit "Refactor to reduce "swap" instruction of pattern matching"Nobuyoshi Nakada
2020-08-17* 2020-08-17 [ci skip]git
2020-08-17Revert "Refactor to reduce "swap" instruction of pattern matching"Kazuhiro NISHIYAMA
2020-08-16Remove the deprecated override of Kernel#open in open-uriJeremy Evans
2020-08-16Refactor to reduce "swap" instruction of pattern matchingwanabe
2020-08-16Adjust sp for `case ... in a: 0 ... end`wanabe
2020-08-16Adjust sp for `case ... in *, a, * end`wanabe
2020-08-16Adjust sp for `case ... in *v end`/`case ... in v1, v2 end`wanabe
2020-08-16Adjust sp for `case ... in v1 ... in v2 end`wanabe
2020-08-16Adjust sp for `case ... in v1, v2 ... end`wanabe
2020-08-16Adjust sp for `case ... in pat => var ... end`wanabe
2020-08-16Adjust sp for `case ... in pat1 | pat2 ... end`wanabe
2020-08-16Adjust sp for pattern matching implicit/explicit "else"wanabe
2020-08-16* 2020-08-16 [ci skip]git
2020-08-16Warn sp overwriting on compile timewanabe
2020-08-16Show hidden object and TS_BUILTIN for halfbaked insn datawanabe
2020-08-15[DOC] fixed a missing markupNobuyoshi Nakada
2020-08-15tool/update-deps --fix卜部昌平
2020-08-15RARRAY_AREF: convert into an inline function卜部昌平
2020-08-15* 2020-08-15 [ci skip]git
2020-08-14Fix links to Dig Methods document (#3421)Burdette Lamar
2020-08-14[DOC] fixed the method nameNobuyoshi Nakada
2020-08-14RSTRING_LEN was not usedNobuyoshi Nakada
2020-08-14re.c: prevent "warning: variable 'n' set but not used"Yusuke Endoh
2020-08-13Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar
2020-08-14* 2020-08-14 [ci skip]git
2020-08-14Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi
2020-08-13Replace repeated RSTRING_PTR and RSTRING_LEN with RSTRING_GETMEMNobuyoshi Nakada
2020-08-13rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-13rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-13ruby_debug_log: suppress warning卜部昌平
2020-08-13MAYBE_UNUSED should just suffice卜部昌平
2020-08-12Revert "Improve performance of partial backtraces"Jeremy Evans
2020-08-13* 2020-08-13 [ci skip]git
2020-08-12Improve performance of partial backtracesJeremy Evans
2020-08-12Fix corruption in ARGF.inplacePeter Zhu
2020-08-12string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki
2020-08-12* 2020-08-12 [ci skip]git
2020-08-11Test out fix for OpenSSL test flakinessAlan Wu