summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-29make_exception: do not goto into a branch卜部昌平
2020-06-29setup_exception: do not goto into a branch卜部昌平
2020-06-29rb_class_modify_check: do not goto into a branch卜部昌平
2020-06-29rb_check_typeddata: do not goto into a branch卜部昌平
2020-06-29add spaces [ci skip]卜部昌平
2020-06-29sum_iter: do not goto into a branch卜部昌平
2020-06-29dln_find_1: do not goto into a branch卜部昌平
2020-06-29glob_opendir: do not goto into a branch卜部昌平
2020-06-29glob_make_pattern: do not goto into a branch卜部昌平
2020-06-29ibf_dump_object_object: do not goto into a branch卜部昌平
2020-06-29compile_call: do not goto into a branch卜部昌平
2020-06-29compile_redo: do not goto into a branch卜部昌平
2020-06-29compile_next: do not goto into a branch卜部昌平
2020-06-29compile_break: do not goto into a branch卜部昌平
2020-06-29compile_branch_condition: do not goto into a branch卜部昌平
2020-06-29optimize_checktype: do not goto into a branch卜部昌平
2020-06-29iseq_set_exception_table: do not goto into a branch卜部昌平
2020-06-29cmp_clamp: do not goto into a branch卜部昌平
2020-06-29singleton_class_of: do not goto into a branch卜部昌平
2020-06-29SPECIAL_SINGLETON: no longer used卜部昌平
2020-06-29builtin_lookup: do not goto into a branch卜部昌平
2020-06-29rb_big_aref: do not goto into a branch卜部昌平
2020-06-29rb_int_parse_cstr: do not goto into a branch卜部昌平
2020-06-29str2big_scan_digits: do not goto into a branch卜部昌平
2020-06-29bary_mul_karatsuba_branch: do not goto into a branch卜部昌平
2020-06-29node_children: do not goto into a branch卜部昌平
2020-06-29rb_ary_slice_bang: do not goto into a branch卜部昌平
2020-06-29ary_join_1: do not goto into a branch卜部昌平
2020-06-29rb_ary_aset: do not goto into a branch卜部昌平
2020-06-29add spaces [ci skip]卜部昌平
2020-06-29ary_ensure_room_for_unshift: do not goto into a branch卜部昌平
2020-06-29rb_ary_behead: do not goto into a branch卜部昌平
2020-06-28Calculate header line count instead of hardcodingNobuyoshi Nakada
2020-06-28Replace separators in input file name in header tooNobuyoshi Nakada
2020-06-28Replace ALT_SEPARATOR with SEPARATOR also in output file nameNobuyoshi Nakada
2020-06-28[ruby/fiddle] support for very old libffiNobuyoshi Nakada
2020-06-27Mark some Integer methods as inline (#3264)Takashi Kokubun
2020-06-28* 2020-06-28 [ci skip]git
2020-06-28[ruby/fiddle] try bundled libffi by defaultNobuyoshi Nakada
2020-06-27[ruby/fiddle] Support MSWIN (#43)Sutou Kouhei
2020-06-27[ruby/fiddle] test windows: use _snprintfSutou Kouhei
2020-06-27[ruby/fiddle] Add missing includeSutou Kouhei
2020-06-27[ruby/fiddle] Add support for variadic argumentsSutou Kouhei
2020-06-27[ruby/fiddle] Use meaningful variable nameSutou Kouhei
2020-06-27[ruby/fiddle] Use "do { } while (0)" to ensure requiring ";"Sutou Kouhei
2020-06-27Update to ruby/spec@6c466d4Benoit Daloze
2020-06-27Removed non-ASCII code to suppress warnings by localized compilersNobuyoshi Nakada
2020-06-27Update to ruby/spec@b6b7752Benoit Daloze
2020-06-27Update to ruby/mspec@6cb1f10Benoit Daloze
2020-06-26Revert "Try increasing read timeout of rinda tests"Takashi Kokubun