aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Stop compiling if type mismatch was found.Koichi Sasada2019-11-081-0/+6
* use builtin for TracePoint.Koichi Sasada2019-11-081-2/+1
* support builtin features with Ruby and C.Koichi Sasada2019-11-083-0/+110
* extend rb_call_cache卜部昌平2019-11-072-2/+2
* Promote cgi to default gemsHiroshi SHIBATA2019-11-071-0/+9
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-071-0/+5
* Promote net-pop to default gemsHiroshi SHIBATA2019-11-071-0/+5
* Promote benchmark to default gemsHiroshi SHIBATA2019-11-071-0/+2
* Promote delegate to default gemsHiroshi SHIBATA2019-11-071-0/+2
* Promote pstore to default gemsHiroshi SHIBATA2019-11-071-0/+2
* Fixed an Errno::ENOENT with non-test librariesHiroshi SHIBATA2019-11-071-1/+3
* Promote open3 to default gemsHiroshi SHIBATA2019-11-071-1/+3
* fallback standard structure library to sync_lib_gem methodHiroshi SHIBATA2019-11-071-2/+1
* Promote singleton to default gemsHiroshi SHIBATA2019-11-071-2/+4
* Do not occupy `ARGV` by XRUBY commandNobuyoshi Nakada2019-11-051-1/+2
* sync_default_gems.rb: Show the progress at fetchingNobuyoshi Nakada2019-11-041-1/+1
* Fixed the sync task for jsonHiroshi SHIBATA2019-10-311-3/+2
* Try to run assert_output_unchanged with racc testsHiroshi SHIBATA2019-10-311-0/+3
* Update the latest structure for racc upstreamHiroshi SHIBATA2019-10-301-1/+3
* tool/lib/minitest/unit.rb: add "omit" as an alias to "skip"Yusuke Endoh2019-10-291-0/+2
* test-bundled-gems.rb: fixed for out-of-place buildNobuyoshi Nakada2019-10-281-2/+3
* more on struct rb_call_data卜部昌平2019-10-251-3/+3
* Combine call info and cache to speed up method invocationAlan Wu2019-10-248-22/+58
* Fixed sync path of e2mmap structure for gemspec.Hiroshi SHIBATA2019-10-241-1/+1
* Catch syntax error even if fatalNobuyoshi Nakada2019-10-231-0/+2
* tool/release.sh uses ruby-actions' resultNARUSE, Yui2019-10-221-33/+14
* Move format-release to tool and fix bugsNARUSE, Yui2019-10-221-27/+19
* make-snapshot: Regexp#match raises on nil nowNobuyoshi Nakada2019-10-221-1/+1
* Revert "alias assert_raise_message for compatibility with test-unit"Nobuyoshi Nakada2019-10-161-1/+0
* alias assert_raise_message for compatibility with test-unitNobuyoshi Nakada2019-10-161-0/+1
* Fix typo [ci skip]Kazuhiro NISHIYAMA2019-10-081-2/+2
* Write yaml and json under destdir and print to stdoutKazuhiro NISHIYAMA2019-10-071-2/+10
* Create info.yml and info.jsonKazuhiro NISHIYAMA2019-10-071-1/+26
* Remove `-s3` optionKazuhiro NISHIYAMA2019-10-071-7/+0
* make-snapshot: touch updated files after preparedNobuyoshi Nakada2019-10-031-2/+2
* make-snapshot: suppress make error messages unless failedNobuyoshi Nakada2019-10-031-14/+30
* make-snapshot: copy cache files instead of linkingNobuyoshi Nakada2019-10-031-6/+1
* vcs.rb: fix to export git-svn versionNobuyoshi Nakada2019-10-031-26/+32
* [ruby/fileutils] improve the compatibility of minitestHiroshi SHIBATA2019-10-031-1/+2
* use bind_call for test-all --gc-stress卜部昌平2019-10-031-1/+1
* fix assertion number.Koichi Sasada2019-10-021-1/+1
* Fixed failure message for `clean-cache`Nobuyoshi Nakada2019-10-021-1/+1
* Enable checkers on parallel test.Koichi Sasada2019-10-023-5/+14
* Fix the order of executing `after-update` taskNAKAMURA Usaku2019-10-021-3/+7
* Should fail if `system` failedNAKAMURA Usaku2019-10-021-3/+12
* expose assert_raise and assert_join_threadsHiroshi SHIBATA2019-10-012-116/+121
* Revert "introduce debug check."Koichi Sasada2019-09-301-11/+0
* introduce debug check.Koichi Sasada2019-09-301-0/+11
* show RUBY_ISEQ_DUMP_DEBUG envval if given.Koichi Sasada2019-09-301-2/+4
* Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for mi...Benoit Daloze2019-09-291-1/+1