aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Only the first argument can be --test-target-dir optionNobuyoshi Nakada2019-07-222-13/+11
* Update rake-12.3.3.Hiroshi SHIBATA2019-07-221-1/+1
* * 2019-07-22git2019-07-221-1/+1
* Run test-tool in the order of the testsNobuyoshi Nakada2019-07-221-2/+2
* common.mk: `make check` now includes `make test-tool`Yusuke Endoh2019-07-211-4/+3
* tool/test/runner.rb: support --test-target-dir optionYusuke Endoh2019-07-214-49/+20
* * 2019-07-21git2019-07-211-1/+1
* Update simplecov and doclie to the latest version.Hiroshi SHIBATA2019-07-211-2/+2
* Move travis coroutine check to cron only.Samuel Williams2019-07-201-2/+2
* --debug was not functional eitherTakashi Kokubun2019-07-201-1/+1
* file.c: add a NORETURN declaration for statx_notimplementYusuke Endoh2019-07-201-0/+2
* Explain what's benchmark/lib/load.rb [ci skip]Takashi Kokubun2019-07-201-0/+16
* Upgrade benchmark-driver.gem againTakashi Kokubun2019-07-201-1/+1
* Upgrade benchmark-driver.gem versionTakashi Kokubun2019-07-201-1/+1
* array.c: factor out a complex condition of assertYusuke Endoh2019-07-201-2/+8
* Only disable GC around reference updatingAaron Patterson2019-07-191-2/+3
* Document use of ensure and else at method level [ci skip]Jeremy Evans2019-07-191-0/+22
* Remove section on performance advantage of not using a block parameter [ci skip]Jeremy Evans2019-07-191-5/+0
* Remove mention of Proc.new with implicit block [ci skip]Jeremy Evans2019-07-191-4/+0
* Document evaluation order of arguments [ci skip]Jeremy Evans2019-07-191-0/+19
* Document required keyword argument syntax [ci skip]Jeremy Evans2019-07-191-0/+11
* * 2019-07-20git2019-07-201-1/+1
* Some keywords, "true", "false", and "nil" should be treated as a variableaycabta2019-07-201-1/+1
* array.c: use assert in macro instead of in a functionYusuke Endoh2019-07-191-7/+7
* array.c: factor out `assert(RB_TYPE_P(ary, T_ARRAY))` to a functionYusuke Endoh2019-07-191-4/+10
* Add documentation to `fiber_pool_allocate_memory`.Samuel Williams2019-07-191-0/+7
* Fix 32-bit build and typo.Samuel Williams2019-07-191-2/+2
* Ensure that madvise does not clobber vacancy data.Samuel Williams2019-07-191-5/+19
* fix debug counter for Hash counts.Koichi Sasada2019-07-192-12/+12
* Use FL_TEST_RAW() to check flags.Koichi Sasada2019-07-191-10/+18
* * expand tabs.git2019-07-192-20/+20
* fix shared array terminology.Koichi Sasada2019-07-194-57/+75
* In some situations, `vm_stack` can be NULL, but `cfp` is valid.Samuel Williams2019-07-191-4/+0
* Add assertions to `coroutine_initialize_main`.Samuel Williams2019-07-191-2/+3
* Split assertions to check which one fails.Samuel Williams2019-07-191-1/+3
* Better usage of `rb_ec_clear_vm_stack` to maintain invariants.Samuel Williams2019-07-192-7/+8
* Improve ec assertions.Samuel Williams2019-07-192-17/+7
* respect NDEBUG.Koichi Sasada2019-07-191-0/+5
* Remove doc/etc.rd.ja [ci skip]Kazuhiro NISHIYAMA2019-07-191-75/+0
* initialize only Fiber's cfp.Koichi Sasada2019-07-191-0/+1
* Revert "Ensure cfp is initialized to NULL."Samuel Williams2019-07-191-6/+0
* Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta2019-07-192-1/+8
* Ensure cfp is initialized to NULL.Samuel Williams2019-07-191-0/+6
* Remove `rb_vm_push_frame` as it is no longer used.Samuel Williams2019-07-194-39/+1
* Ripper#validate_object: check if the object is hiddenNobuyoshi Nakada2019-07-191-5/+10
* Update before commitNobuyoshi Nakada2019-07-191-1/+1
* Moved RIPPER_DEBUG methods to Ripper from KernelNobuyoshi Nakada2019-07-191-3/+3
* Fixed build error with RIPPER_DEBUGNobuyoshi Nakada2019-07-191-7/+3
* * 2019-07-19git2019-07-191-1/+1
* Adjust styles and indentsNobuyoshi Nakada2019-07-194-24/+39