aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ASan crashPeter Zhu2020-06-101-0/+6
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-103-6/+15
* * 2020-06-11 [ci skip]git2020-06-111-1/+1
* Change language used in instance_variable_set documentation [ci skip]Jeremy Evans2020-06-101-3/+3
* Run spec/bundler without a sub-makeNobuyoshi Nakada2020-06-101-2/+2
* spec/bundler must not be run by mspecNobuyoshi Nakada2020-06-101-0/+3
* [rubygems/rubygems] Use parenthesis for clarity for ternary conditionBenoit Daloze2020-06-101-1/+1
* [rubygems/rubygems] Increase timeouts in test_gem_stream_ui.rbBenoit Daloze2020-06-101-1/+3
* Enhanced Rdoc for Array#fetch and Array#index (#3202)Burdette Lamar2020-06-102-46/+100
* Skip updating exts in test-all to reduce the turnaround timeNobuyoshi Nakada2020-06-101-1/+1
* vm_call_method: avoid marking on-stack object卜部昌平2020-06-101-1/+2
* doc/contributing.rdoc: Now ruby >= 2.2 or 2.3 is required to build rubyYusuke Endoh2020-06-101-2/+2
* This document is steal status.Hiroshi SHIBATA2020-06-101-793/+0
* Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans2020-06-092-2/+23
* Reduced job number to run tests on MinGWNobuyoshi Nakada2020-06-101-3/+3
* Revert "Combine sweeping and moving"Aaron Patterson2020-06-093-149/+15
* Enhanced Rdoc for Array (#3193)Burdette Lamar2020-06-091-96/+294
* * 2020-06-10 [ci skip]git2020-06-101-1/+1
* Freeing cc tables doesn't need access to IDAaron Patterson2020-06-091-2/+2
* the default gems couldn't use ruby2_keywords gem.Hiroshi SHIBATA2020-06-091-2/+1
* Use the dedicated conversion macroNobuyoshi Nakada2020-06-091-1/+1
* Improved assertionsNobuyoshi Nakada2020-06-091-2/+2
* Added ruby2_keywords for Ruby 2.6 and 2.5Hiroshi SHIBATA2020-06-091-0/+2
* [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