aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the logic to test bundled gems to Ruby codeBenoit Daloze2019-09-291-0/+26
* assert_in_out_err should use FailDesc tooNobuyoshi Nakada2019-09-271-4/+2
* make-snapshot: store timestamps in UTC for zip which lacks timezoneNobuyoshi Nakada2019-09-231-0/+1
* Add `-mtc=off` to `7z` not to store NTFS timestampsKazuhiro NISHIYAMA2019-09-231-1/+1
* make-snapshot: Added -no7z optionNobuyoshi Nakada2019-09-221-1/+1
* make-snapshot: Do not save extra file attributesNobuyoshi Nakada2019-09-221-1/+1
* st.c: Use rb_st_* prefix instead of st_* (#2479)Yusuke Endoh2019-09-221-1/+1
* typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is usedFangrui Song2019-09-211-1/+1
* Fixed up 37c083942509dd7e0d8b7ccd3575936a2017c400Hiroshi SHIBATA2019-09-201-1/+0
* Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA2019-09-201-6/+0
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-201-1/+1
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-201-3/+1
* Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada2019-09-151-4/+3
* make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada2019-09-151-1/+1
* make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada2019-09-152-5/+2
* make-snapshot: deprecated -exported option [Bug #16167]Nobuyoshi Nakada2019-09-151-51/+46
* Continue to export even if no notes/commitsNobuyoshi Nakada2019-09-141-1/+3
* make-snapshot: -git option is no longer provided [ci skip]Nobuyoshi Nakada2019-09-081-2/+0
* make-snapshot: default to the toplevel directoryNobuyoshi Nakada2019-09-081-1/+5
* Touch copied cache files to make tarballs stableNobuyoshi Nakada2019-09-081-5/+8
* Suppress detached head warningNobuyoshi Nakada2019-09-081-1/+1
* Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada2019-09-071-0/+1
* Removed no longer used variableNobuyoshi Nakada2019-09-071-1/+0
* Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada2019-09-071-3/+4
* Fixed wrong method at 71f7b0421acNobuyoshi Nakada2019-09-071-1/+1
* Fix error when checking file modified with git-svnNobuyoshi Nakada2019-09-071-1/+2