aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid duplicated "when"s [ci skip]Takashi Kokubun2020-06-261-2/+2
* Add a NEWS placeholder for disposable cc [ci skip]Takashi Kokubun2020-06-261-0/+5
* Add NEWS entries about JIT optimizationsTakashi Kokubun2020-06-261-0/+22
* [ruby/fiddle] Fixed typosNobuyoshi Nakada2020-06-262-4/+24
* Show what's inlined first in "JIT inline" logTakashi Kokubun2020-06-252-3/+6
* Decide JIT-ed insn based on cached cfuncTakashi Kokubun2020-06-254-9/+23
* Collect insns from a child processTakashi Kokubun2020-06-251-1/+4
* test/ruby/test_settracefunc.rb: Suppress a warningYusuke Endoh2020-06-261-1/+1
* Try increasing read timeout of rinda testsTakashi Kokubun2020-06-251-2/+8
* fix return event and opt_invokebuiltin_delegate_leave (#3256)Koichi Sasada2020-06-262-8/+10
* * 2020-06-26 [ci skip]git2020-06-261-1/+1
* Add require to Delegator examplesRichard Schneeman2020-06-251-0/+4
* Removed duplicate targetNobuyoshi Nakada2020-06-251-1/+1
* Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-06-255-5/+0
* [flori/json] add metadatanoraj2020-06-251-0/+8
* [flori/json] Gem::Specification#date is set automatically by RubyGems.org.Hiroshi SHIBATA2020-06-251-1/+0
* [flori/json] keyword argument is provided after Ruby 2.0+Hiroshi SHIBATA2020-06-251-1/+1
* Do not JIT inline builtin methodsTakashi Kokubun2020-06-242-0/+5