summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Check code_block_open for whether code continuesaycabta2019-07-031-2/+2
* Ensure that GC is disabled during compactionAaron Patterson2019-07-031-0/+2
* Try to avoid `not delagated` errorKazuhiro NISHIYAMA2019-07-031-1/+1
* Version guard for [Feature #15974]Nobuyoshi Nakada2019-07-031-24/+26
* Fix order of testsNobuyoshi Nakada2019-07-031-2/+1
* Just disable inlining with local varaible for nowTakashi Kokubun2019-07-032-0/+27
* Debugging failures on x86_64-darwin17 of travis-ciKazuhiro NISHIYAMA2019-07-031-3/+3
* * expand tabs.git2019-07-031-5/+5
* Fix up [Feature #15974]Nobuyoshi Nakada2019-07-032-14/+40
* Warn in verbose mode on defining a finalizer that captures the objectChris Seaton2019-07-032-0/+69
* Revert expansion of test-allNobuyoshi Nakada2019-07-031-0/+1
* Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada2019-07-032-19/+0
* * expand tabs.git2019-07-031-1/+1
* Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada2019-07-035-14/+3
* Check that String#scrub block does not modify receiverJeremy Evans2019-07-022-7/+25
* Make String#-@ not freeze receiver if called on unfrozen subclass instanceJeremy Evans2019-07-022-0/+19
* Remove Changelog section from doc/contributing.rdoc [ci skip]Jeremy Evans2019-07-021-37/+29
* * 2019-07-03git2019-07-031-1/+1
* Implement Array#minmaxJeremy Evans2019-07-022-0/+40
* Fix timezone issue for logger period's testsYusuke Endoh2019-07-021-0/+85
* Revert "Add a missing tests for Logger::Period module"Koichi Sasada2019-07-021-85/+0
* Avoid corrupting VM stack on inlined setlocalTakashi Kokubun2019-07-022-0/+19
* Add a missing tests for Logger::Period moduleAnton Davydov2019-07-021-0/+85
* The behavior of statx(2) depends on the filesystemNobuyoshi Nakada2019-07-021-1/+1
* Adjust memory_status.rb under the tool directory.Hiroshi SHIBATA2019-07-021-1/+1
* Fix test-all substitutionNobuyoshi Nakada2019-07-021-1/+1
* Clean up temporary expired cert fileNobuyoshi Nakada2019-07-021-0/+10
* Clean up temporary directory for raccNobuyoshi Nakada2019-07-023-19/+17
* ${} does not work with nmake.exeNobuyoshi Nakada2019-07-021-2/+2
* Use GitHub ruby.git for make-snapshotTakashi Kokubun2019-07-021-1/+2
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-024-4/+4
* Removed test-almost from TEST_TARGETSNobuyoshi Nakada2019-07-021-3/+2
* Now test-almost equals to test-allNobuyoshi Nakada2019-07-021-5/+4
* Substitute autoconf variables by prereq.statusNobuyoshi Nakada2019-07-022-1/+2
* with_different_ofs.rb has been moved tooNobuyoshi Nakada2019-07-022-2/+2
* Adjust minitest file pathNobuyoshi Nakada2019-07-021-1/+1
* Prefer master rather than trunk in doc/contributing.rdoc [ci skip]Kazuhiro NISHIYAMA2019-07-021-12/+12
* [DOC] Add LibreSSL [ci skip]Kazuhiro NISHIYAMA2019-07-021-1/+1
* Renamed to get rid of name clashNobuyoshi Nakada2019-07-021-1/+1
* Adjust minitest file pathNobuyoshi Nakada2019-07-021-1/+1
* Removed needless exclude option related testframework.Hiroshi SHIBATA2019-07-021-2/+1
* colors file has been moved from test to toolNobuyoshi Nakada2019-07-022-2/+2
* Fixed the wrong path for COVERAGE.Hiroshi SHIBATA2019-07-021-1/+1
* Split test files for test-framework that are test-unit and minitest to tool d...Hiroshi SHIBATA2019-07-0218-6/+7
* Move to tool/lib from test/lib.Hiroshi SHIBATA2019-07-0222-6/+7
* Don't use native realpath(3) on SolarisJeremy Evans2019-07-011-0/+5
* Raise TypeError if calling ENV.freezeJeremy Evans2019-07-012-0/+19
* * expand tabs.git2019-07-021-27/+27
* Use realpath(3) instead of custom realpath implementation if availableJeremy Evans2019-07-013-3/+114
* Enable native fiber coroutines on i386-openbsdJeremy Evans2019-07-011-0/+3