aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show the caller's locationNobuyoshi Nakada2019-07-242-3/+15
* Make pkg_config in mkmf include -I cflags in return valueJeremy Evans2019-07-231-4/+4
* Document that non-blocking mode isn't always supported on Windows [ci skip]Jesús Burgos Maciá2019-07-231-0/+4
* Reset mtime of all files on osxNobuyoshi Nakada2019-07-231-6/+4
* Relaxed target_os matchingNobuyoshi Nakada2019-07-231-5/+5
* Show seconds and in the modified time orderNobuyoshi Nakada2019-07-231-1/+1
* Retry to update Unicode timestampNobuyoshi Nakada2019-07-232-3/+7
* Let the index boundary check in rb_enc_from_index be flagged as unlikelyLourens Naudé2019-07-231-1/+1
* Explicitly initialise encodings on init to remove branches on encoding lookupLourens Naudé2019-07-232-17/+7
* check iseq is executableKoichi Sasada2019-07-231-28/+28
* Support memsize of ASTNobuyoshi Nakada2019-07-231-1/+8
* Let memory sizes of the various IMEMO object types be reflected correctlyLourens Naudé2019-07-234-8/+61
* Added the upstream repositories to default gems.Hiroshi SHIBATA2019-07-231-0/+16
* reline is default gems now.Hiroshi SHIBATA2019-07-231-2/+2
* Removed duplicated entry for racc.Hiroshi SHIBATA2019-07-231-4/+2
* Document BasicObject does not implement #object_id and #send [ci skip]Jeremy Evans2019-07-222-0/+4
* Document encoding of string returned by Regexp.quote [ci skip]Jeremy Evans2019-07-221-2/+2
* Adjust documentation for Kernel#raise [ci skip]Jeremy Evans2019-07-221-14/+14
* Split test/ripper/test_files.rb to run in parallelNobuyoshi Nakada2019-07-237-18/+56
* Stop packing rb_method_definition_tNobuyoshi Nakada2019-07-231-2/+3
* * 2019-07-23git2019-07-231-1/+1
* Fix documentation for Array#pack m directive count specifier [ci skip]Jeremy Evans2019-07-221-1/+3
* Allways fetch the latest commit from default gems repository.Hiroshi SHIBATA2019-07-221-1/+1
* constify again.Koichi Sasada2019-07-225-23/+23
* [ruby/date] Describe what is meant by valid in the Date.valid_date? rdocJeremy Evans2019-07-221-0/+3
* constify RHash::ifnone.Koichi Sasada2019-07-222-2/+2
* Fixed exception messageNobuyoshi Nakada2019-07-221-1/+1
* 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