aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* glob_make_pattern: do not goto into a branch卜部昌平2020-06-291-4/+6
* ibf_dump_object_object: do not goto into a branch卜部昌平2020-06-291-8/+4
* compile_call: do not goto into a branch卜部昌平2020-06-291-10/+9
* compile_redo: do not goto into a branch卜部昌平2020-06-291-7/+3
* compile_next: do not goto into a branch卜部昌平2020-06-291-6/+2
* compile_break: do not goto into a branch卜部昌平2020-06-291-19/+15
* compile_branch_condition: do not goto into a branch卜部昌平2020-06-291-10/+10
* optimize_checktype: do not goto into a branch卜部昌平2020-06-291-2/+1
* iseq_set_exception_table: do not goto into a branch卜部昌平2020-06-291-5/+2
* cmp_clamp: do not goto into a branch卜部昌平2020-06-291-3/+1
* singleton_class_of: do not goto into a branch卜部昌平2020-06-291-15/+14
* SPECIAL_SINGLETON: no longer used卜部昌平2020-06-291-10/+6
* builtin_lookup: do not goto into a branch卜部昌平2020-06-291-14/+14
* rb_big_aref: do not goto into a branch卜部昌平2020-06-291-2/+2
* rb_int_parse_cstr: do not goto into a branch卜部昌平2020-06-291-4/+6
* str2big_scan_digits: do not goto into a branch卜部昌平2020-06-291-4/+3
* bary_mul_karatsuba_branch: do not goto into a branch卜部昌平2020-06-291-6/+10
* node_children: do not goto into a branch卜部昌平2020-06-291-29/+2
* rb_ary_slice_bang: do not goto into a branch卜部昌平2020-06-291-22/+38
* ary_join_1: do not goto into a branch卜部昌平2020-06-291-35/+38
* rb_ary_aset: do not goto into a branch卜部昌平2020-06-291-14/+22
* add spaces [ci skip]卜部昌平2020-06-291-1/+8
* ary_ensure_room_for_unshift: do not goto into a branch卜部昌平2020-06-291-31/+44
* rb_ary_behead: do not goto into a branch卜部昌平2020-06-291-21/+35
* Calculate header line count instead of hardcodingNobuyoshi Nakada2020-06-281-1/+2
* Replace separators in input file name in header tooNobuyoshi Nakada2020-06-281-4/+4
* Replace ALT_SEPARATOR with SEPARATOR also in output file nameNobuyoshi Nakada2020-06-281-1/+5
* [ruby/fiddle] support for very old libffiNobuyoshi Nakada2020-06-282-0/+5
* Mark some Integer methods as inline (#3264)Takashi Kokubun2020-06-274-94/+104
* * 2020-06-28 [ci skip]git2020-06-281-1/+1
* [ruby/fiddle] try bundled libffi by defaultNobuyoshi Nakada2020-06-281-1/+1
* [ruby/fiddle] Support MSWIN (#43)Sutou Kouhei2020-06-274-32/+54
* [ruby/fiddle] test windows: use _snprintfSutou Kouhei2020-06-271-1/+6
* [ruby/fiddle] Add missing includeSutou Kouhei2020-06-271-0/+2
* [ruby/fiddle] Add support for variadic argumentsSutou Kouhei2020-06-276-64/+229
* [ruby/fiddle] Use meaningful variable nameSutou Kouhei2020-06-271-3/+3
* [ruby/fiddle] Use "do { } while (0)" to ensure requiring ";"Sutou Kouhei2020-06-271-8/+8
* Update to ruby/spec@6c466d4Benoit Daloze2020-06-271-1/+1
* Removed non-ASCII code to suppress warnings by localized compilersNobuyoshi Nakada2020-06-271-2/+2
* Update to ruby/spec@b6b7752Benoit Daloze2020-06-2735-55/+651
* Update to ruby/mspec@6cb1f10Benoit Daloze2020-06-274-5/+8
* Revert "Try increasing read timeout of rinda tests"Takashi Kokubun2020-06-261-8/+3
* Cosmetic changeKazuki Tsujimoto2020-06-271-1/+2
* Suppress "assigned but unused variable" warningsKazuki Tsujimoto2020-06-271-4/+4
* Add #deconstruct cache to find patternVladimir Dementyev2020-06-272-59/+74
* Optimize array pattern matching by caching #deconstruct valueVladimir Dementyev2020-06-272-16/+143
* Add pattern matching with arrays benchmarkVladimir Dementyev2020-06-271-0/+19
* * 2020-06-27 [ci skip]git2020-06-271-1/+1
* Removed no longer used flagsNobuyoshi Nakada2020-06-271-2/+0
* Not to rewrite node while compilingNobuyoshi Nakada2020-06-271-9/+4