summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2019-08-14Move some assertions to CoreAssertions. (#2354)SHIBATA Hiroshi
2019-08-13Detect VCS from the current directory by default [ci skip]Nobuyoshi Nakada
2019-08-13Push commits notes too [ci skip]Nobuyoshi Nakada
2019-08-12Include commits notes in ChangeLogNobuyoshi Nakada
2019-08-12We did not have tool/ before checkoutTakashi Kokubun
2019-08-12Stop relying on actions/checkoutTakashi Kokubun
2019-08-11Use `end_with?` instead of Regexp with missing escapeKazuhiro NISHIYAMA
2019-08-09complement `test_` prefix.Koichi Sasada
2019-08-08Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA
2019-08-07Added separator for failing commits from default gems.Hiroshi SHIBATA
2019-08-07Skip merge commit created by bundlerbot.Hiroshi SHIBATA
2019-08-07Refactor .travis.yml by introducing travis_retry.shTakashi Kokubun
2019-08-05Moved FailDesc to EnvUtil.failure_descriptionNobuyoshi Nakada
2019-08-04Fix release post output for tool/format-releaseMarcus Stollsteimer
2019-08-03Move assert_ruby_status and assert_throw to CoreAssertions for default gems.Hiroshi SHIBATA
2019-08-03Added more attributes [ci skip]Nobuyoshi Nakada
2019-08-03Refine error messageNobuyoshi Nakada
2019-08-02It can be share to use CoreAssertions for default gems.Hiroshi SHIBATA
2019-07-31backtrace can be nil.Koichi Sasada
2019-07-31Revert "add debug code"Koichi Sasada
2019-07-31add debug codeKoichi Sasada
2019-07-30Separate VCS::GIT#upstreamNobuyoshi Nakada
2019-07-27tool/merger.rb: execute 'svn update' after 'svn ci' to update revision info o...nagachika
2019-07-27Skip the some of commits when sync default gems from upstream.Hiroshi SHIBATA
2019-07-27Added ignore files to sync_default_gems_with_commits and make constant them.Hiroshi SHIBATA
2019-07-26Ignore Merge commit and insufficiency commit for ruby core repository.Hiroshi SHIBATA
2019-07-26Improve the commits list for cherry-picking from default gems.Hiroshi SHIBATA
2019-07-26Escape parentheses for syntax hilighting for VScode.Hiroshi SHIBATA
2019-07-26Adjust the test direcotry structure of rdoc.Hiroshi SHIBATA
2019-07-25Get rid of failures about coverageNobuyoshi Nakada
2019-07-25Separated tool/test/runner.rb and test/runner.rbNobuyoshi Nakada
2019-07-25Use libraries in the base directory if givenNobuyoshi Nakada
2019-07-25Added --base-directory optionNobuyoshi Nakada
2019-07-25Moved NoMemoryError hookNobuyoshi Nakada
2019-07-25Moved NoMemoryError hook to Test::Unit::AutoRunnerNobuyoshi Nakada
2019-07-25Do not fetch remote tagsNobuyoshi Nakada
2019-07-24@@project_dir in Gem::TestCase is no longer usedNobuyoshi Nakada
2019-07-22Allways fetch the latest commit from default gems repository.Hiroshi SHIBATA
2019-07-22Fixed exception messageNobuyoshi Nakada
2019-07-22Only the first argument can be --test-target-dir optionNobuyoshi Nakada
2019-07-21tool/test/runner.rb: support --test-target-dir optionYusuke Endoh
2019-07-15Removed needless LOAD_PATH modification.Hiroshi SHIBATA
2019-07-15Move vpath.rb into tool library direcotry.Hiroshi SHIBATA
2019-07-15Added test-tool target for the test suite of tool/test files.Hiroshi SHIBATA
2019-07-15Put jisx0208.rb to under the library directory.Hiroshi SHIBATA
2019-07-15Separate the assertions of ruby core tests from test/unit/assertions.Hiroshi SHIBATA
2019-07-15Put colorize to library directory.Hiroshi SHIBATA
2019-07-15Put vcs .rb to under the lib direcotory.Hiroshi SHIBATA
2019-07-15Insert a newline before `=end`Nobuyoshi Nakada
2019-07-15Drop `make change` and tool/change_maker.rbTakashi Kokubun