aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* procnames-start-lines [ci skip]Nobuyoshi Nakada2020-08-172-6/+12
* Revisit "Refactor to reduce "swap" instruction of pattern matching"Nobuyoshi Nakada2020-08-171-3/+3
* * 2020-08-17 [ci skip]git2020-08-171-1/+1
* Revert "Refactor to reduce "swap" instruction of pattern matching"Kazuhiro NISHIYAMA2020-08-171-1/+2
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-162-36/+1
* Refactor to reduce "swap" instruction of pattern matchingwanabe2020-08-161-2/+1
* Adjust sp for `case ... in a: 0 ... end`wanabe2020-08-161-0/+2
* Adjust sp for `case ... in *, a, * end`wanabe2020-08-161-0/+3
* Adjust sp for `case ... in *v end`/`case ... in v1, v2 end`wanabe2020-08-161-0/+3
* Adjust sp for `case ... in v1 ... in v2 end`wanabe2020-08-161-0/+3
* Adjust sp for `case ... in v1, v2 ... end`wanabe2020-08-161-0/+2
* Adjust sp for `case ... in pat => var ... end`wanabe2020-08-161-0/+1
* Adjust sp for `case ... in pat1 | pat2 ... end`wanabe2020-08-161-0/+1
* Adjust sp for pattern matching implicit/explicit "else"wanabe2020-08-161-0/+8
* * 2020-08-16 [ci skip]git2020-08-161-1/+1
* Warn sp overwriting on compile timewanabe2020-08-161-1/+20
* Show hidden object and TS_BUILTIN for halfbaked insn datawanabe2020-08-161-2/+6
* [DOC] fixed a missing markupNobuyoshi Nakada2020-08-151-1/+1
* tool/update-deps --fix卜部昌平2020-08-151-0/+8
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-1512-17/+34
* * 2020-08-15 [ci skip]git2020-08-151-1/+1
* Fix links to Dig Methods document (#3421)Burdette Lamar2020-08-144-4/+4
* [DOC] fixed the method nameNobuyoshi Nakada2020-08-141-3/+3
* RSTRING_LEN was not usedNobuyoshi Nakada2020-08-141-3/+1
* re.c: prevent "warning: variable 'n' set but not used"Yusuke Endoh2020-08-141-1/+1
* Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar2020-08-135-75/+121
* * 2020-08-14 [ci skip]git2020-08-141-1/+1
* Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi2020-08-147-3/+28
* Replace repeated RSTRING_PTR and RSTRING_LEN with RSTRING_GETMEMNobuyoshi Nakada2020-08-131-15/+28
* rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-132-5/+18
* rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-132-23/+26
* ruby_debug_log: suppress warning卜部昌平2020-08-131-1/+1
* MAYBE_UNUSED should just suffice卜部昌平2020-08-131-5/+2
* Revert "Improve performance of partial backtraces"Jeremy Evans2020-08-121-159/+71
* * 2020-08-13 [ci skip]git2020-08-131-1/+1
* Improve performance of partial backtracesJeremy Evans2020-08-121-71/+159
* Fix corruption in ARGF.inplacePeter Zhu2020-08-122-1/+16
* string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki2020-08-122-1/+7
* * 2020-08-12 [ci skip]git2020-08-121-1/+1
* Test out fix for OpenSSL test flakinessAlan Wu2020-08-111-1/+1
* Enable s390x invokebuiltin JIT test againTakashi Kokubun2020-08-111-1/+0
* Use colorize.rb for non-capable terminalsNobuyoshi Nakada2020-08-111-1/+6
* Add default color for each instanceNobuyoshi Nakada2020-08-111-4/+8
* template/prelude.c.tmpl: suppress clang-12 warning卜部昌平2020-08-111-0/+6
* .github/workflows/compilers.yml: clang-12卜部昌平2020-08-111-0/+1
* tool/prelude.c.tmpl: use RubyVM::CEscape卜部昌平2020-08-112-20/+8
* RubyVM::CEscape#rstring2cstr: do not escape '卜部昌平2020-08-111-1/+1
* Add Method Documentation Guide (#3399)Jeremy Evans2020-08-101-0/+176
* * 2020-08-11 [ci skip]git2020-08-111-1/+1
* Enhanced RDoc for Array (#3400)Burdette Lamar2020-08-101-28/+180