summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-22constify again.Koichi Sasada
2019-07-22[ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans
2019-07-22constify RHash::ifnone.Koichi Sasada
2019-07-22Fixed exception messageNobuyoshi Nakada
2019-07-22Only the first argument can be --test-target-dir optionNobuyoshi Nakada
2019-07-22Update rake-12.3.3.Hiroshi SHIBATA
2019-07-22* 2019-07-22git
2019-07-22Run test-tool in the order of the testsNobuyoshi Nakada
2019-07-21common.mk: `make check` now includes `make test-tool`Yusuke Endoh
2019-07-21tool/test/runner.rb: support --test-target-dir optionYusuke Endoh
2019-07-21* 2019-07-21git
2019-07-21Update simplecov and doclie to the latest version.Hiroshi SHIBATA
2019-07-20Move travis coroutine check to cron only.Samuel Williams
2019-07-20--debug was not functional eitherTakashi Kokubun
2019-07-20file.c: add a NORETURN declaration for statx_notimplementYusuke Endoh
2019-07-20Explain what's benchmark/lib/load.rb [ci skip]Takashi Kokubun
2019-07-20Upgrade benchmark-driver.gem againTakashi Kokubun
2019-07-20Upgrade benchmark-driver.gem versionTakashi Kokubun
2019-07-20array.c: factor out a complex condition of assertYusuke Endoh
2019-07-19Only disable GC around reference updatingAaron Patterson
2019-07-19Document use of ensure and else at method level [ci skip]Jeremy Evans
2019-07-19Remove section on performance advantage of not using a block parameter [ci skip]Jeremy Evans
2019-07-19Remove mention of Proc.new with implicit block [ci skip]Jeremy Evans
2019-07-19Document evaluation order of arguments [ci skip]Jeremy Evans
2019-07-19Document required keyword argument syntax [ci skip]Jeremy Evans
2019-07-20* 2019-07-20git
2019-07-20Some keywords, "true", "false", and "nil" should be treated as a variableaycabta
2019-07-19array.c: use assert in macro instead of in a functionYusuke Endoh
2019-07-19array.c: factor out `assert(RB_TYPE_P(ary, T_ARRAY))` to a functionYusuke Endoh
2019-07-19Add documentation to `fiber_pool_allocate_memory`.Samuel Williams
2019-07-19Fix 32-bit build and typo.Samuel Williams
2019-07-19Ensure that madvise does not clobber vacancy data.Samuel Williams
2019-07-19fix debug counter for Hash counts.Koichi Sasada
2019-07-19Use FL_TEST_RAW() to check flags.Koichi Sasada
2019-07-19* expand tabs.git
2019-07-19fix shared array terminology.Koichi Sasada
2019-07-19In some situations, `vm_stack` can be NULL, but `cfp` is valid.Samuel Williams
2019-07-19Add assertions to `coroutine_initialize_main`.Samuel Williams
2019-07-19Split assertions to check which one fails.Samuel Williams
2019-07-19Better usage of `rb_ec_clear_vm_stack` to maintain invariants.Samuel Williams
2019-07-19Improve ec assertions.Samuel Williams
2019-07-19respect NDEBUG.Koichi Sasada
2019-07-19Remove doc/etc.rd.ja [ci skip]Kazuhiro NISHIYAMA
2019-07-19initialize only Fiber's cfp.Koichi Sasada
2019-07-19Revert "Ensure cfp is initialized to NULL."Samuel Williams
2019-07-19Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta
2019-07-19Ensure cfp is initialized to NULL.Samuel Williams
2019-07-19Remove `rb_vm_push_frame` as it is no longer used.Samuel Williams
2019-07-19Ripper#validate_object: check if the object is hiddenNobuyoshi Nakada
2019-07-19Update before commitNobuyoshi Nakada