aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/singleton] Remove unnecessaray spacetaki2020-06-091-1/+1
* rb_eql_opt,rb_equal_opt: purge stale cc卜部昌平2020-06-091-4/+2
* vm_ccs_push: do not cache non-heap entries卜部昌平2020-06-091-0/+7
* VM_CI_NEW_ID: USE_EMBED_CI could be false卜部昌平2020-06-092-12/+24
* eliminate C99 compound literals卜部昌平2020-06-092-30/+39
* vm_empty_cc: fix MSVC compile error卜部昌平2020-06-091-1/+9
* vm_call_method: use struct assignment卜部昌平2020-06-091-1/+2
* vm_empty_cc: refactor use macro卜部昌平2020-06-091-7/+1
* rb_vm_call0: on-stack call info卜部昌平2020-06-093-44/+35
* vm_yield_setup_args: refactor use macro卜部昌平2020-06-091-4/+1
* vm_call_method: no call vm_cc_fill卜部昌平2020-06-091-5/+3
* vm_call_refined: no call vm_cc_fill卜部昌平2020-06-091-5/+3
* vm_call_zsuper: no call vm_cc_fill卜部昌平2020-06-091-6/+3
* vm_call_method_missing_body: on-stack call info卜部昌平2020-06-091-9/+5
* vm_call_symbol: on-stack call info卜部昌平2020-06-091-8/+16
* vm_call_alias: no call vm_cc_fill卜部昌平2020-06-091-6/+15
* rb_eql_opt: fully static call data卜部昌平2020-06-091-4/+8
* rb_vm_search_method_slowpath: skip vm_empty_cc卜部昌平2020-06-091-3/+10
* rb_equal_opt: fully static call data卜部昌平2020-06-093-20/+33
* vm_ci_markable: added卜部昌平2020-06-092-2/+23
* vm_search_method_fastpath: avoid rb_vm_empty_cc()卜部昌平2020-06-091-3/+12
* check_cfunc: add assertions卜部昌平2020-06-091-4/+11
* fix debugging outputAaron Patterson2020-06-081-2/+2
* Fix crashes in the peephole optimizer on OpenBSD/sparc64Jeremy Evans2020-06-081-2/+3
* * 2020-06-09 [ci skip]git2020-06-091-1/+1
* Avoid requiring "psych/versions"Yusuke Endoh2020-06-091-5/+5
* Fixed main dependencyNobuyoshi Nakada2020-06-081-1/+1
* Fixed test dependenciesNobuyoshi Nakada2020-06-081-5/+13
* Updated the benchmark-driver versionNobuyoshi Nakada2020-06-081-1/+1
* Defaulted benchmark output to markdown with comarisonNobuyoshi Nakada2020-06-082-2/+3
* * 2020-06-08 [ci skip]git2020-06-081-1/+1
* Enhanced Rdoc for Hash (#3187)Burdette Lamar2020-06-071-57/+76
* Differentiate `...` in lambda argumentsNobuyoshi Nakada2020-06-072-2/+7
* Fix `make benchmark` exampleRyuta Kamizono2020-06-071-1/+1
* docs: fix typoszTheory2020-06-071-2/+2
* Add leading arguments support to arguments forwardingJeremy Evans2020-06-063-3/+165
* Remove experimental feaures and related code completelyYuki Nishijima2020-06-062-85/+0
* Make test for no method error more reliableYuki Nishijima2020-06-061-8/+12
* * 2020-06-07 [ci skip]git2020-06-071-1/+1
* Fix build failuresYuki Nishijima2020-06-061-2/+2
* Sync did_you_meanYuki Nishijima2020-06-0610-246/+266
* Hash marks in Makefile need to be escaped [Bug #16935]Nobuyoshi Nakada2020-06-061-1/+1
* * 2020-06-06 [ci skip]git2020-06-061-1/+1
* Run tests in more parallelNobuyoshi Nakada2020-06-062-3/+6
* Aligned test-bundler-parallel at the end of the test orderNobuyoshi Nakada2020-06-051-1/+1
* Try test-bundler-parallel in GitHub ActionsNobuyoshi Nakada2020-06-052-3/+3
* Fixup test-bundler-parallelNobuyoshi Nakada2020-06-051-4/+7
* Fixup 347127794e8041a1257b7241bbbdd9d0db2921a5Hiroshi SHIBATA2020-06-051-1/+2
* spec/bundler/support/parallel.rb is no longer used parallel_rspec.Hiroshi SHIBATA2020-06-051-1/+1
* [ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson2020-06-053-24/+21