aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fcntl] add F_GETPIPE_SZ and F_SETPIPE_SZpavel2020-06-091-0/+14
* [ruby/fcntl] Use Gemfile instead of Gem::Specification#add_development_depend...Hiroshi SHIBATA2020-06-091-4/+0
* [ruby/dbm] Update dbm.gemspecdsisnero2020-06-091-0/+1
* [ruby/gdbm] Workaround for GitHub ActionsHiroshi SHIBATA2020-06-091-1/+1
* Return seconds slept after Thread.scheduler wait_sleepnicholas a. evans2020-06-092-10/+27
* Removed + token from single test runner recipes [ci skip]Nobuyoshi Nakada2020-06-091-3/+3
* disable GC on a testKoichi Sasada2020-06-091-1/+1
* Added CodeQL scanning by GitHub (#3196)Hiroshi SHIBATA2020-06-091-0/+39
* mjit_mark_cc_entries: should consider VM_CALLCACHE_UNMARKABLE卜部昌平2020-06-091-1/+1
* .github: add test for -DMJIT_FORCE_ENABLE卜部昌平2020-06-091-0/+2
* [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