aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Skip RBS `RbConfig::TOPDIR` test that is `nil` before installationNobuyoshi Nakada2023-10-221-0/+1
* RBS no longer has test/stdlib/Prime_test.rbNobuyoshi Nakada2023-10-221-1/+0
* [Bug #19967] Ignore library before buildNobuyoshi Nakada2023-10-211-1/+1
* Fallback job status to normal if no ttyNobuyoshi Nakada2023-10-211-1/+1
* [Bug #19967] Delete real pathNobuyoshi Nakada2023-10-211-1/+2
* Strip universal_archnamesNobuyoshi Nakada2023-10-211-2/+2
* [Bug #19967] Reset `LIBPATHENV` env after startedNobuyoshi Nakada2023-10-211-0/+8
* Added explicitly begin-end block for Ruby 2.4.Hiroshi SHIBATA2023-10-201-5/+7
* [DOC] "is now bundled" is ambiguousTakashi Kokubun2023-10-191-2/+2
* [DOC] Prism is a new default gemTakashi Kokubun2023-10-191-4/+6
* Avoid using a system Ruby if possibleTakashi Kokubun2023-10-191-1/+1
* Handle `Timeout::Error` reported from workersNobuyoshi Nakada2023-10-183-1/+26
* Fix total count when filters givenNobuyoshi Nakada2023-10-181-5/+8
* Escape method names containing control charactersNobuyoshi Nakada2023-10-181-1/+1
* Prefer RbConfig.ruby over the 3.times fallback (#8691)Takashi Kokubun2023-10-171-15/+14
* Manage parallel test workers after timeoutNobuyoshi Nakada2023-10-185-13/+39
* Add `jobs` optional keyword argumentNobuyoshi Nakada2023-10-181-7/+3
* Ignore symbols even in empty shared libraryNobuyoshi Nakada2023-10-141-1/+5
* YJIT: port call threshold logic from Rust to C for performance (#8628)Maxime Chevalier-Boisvert2023-10-121-1/+1
* Fix leaked symbols on FreeBSD [ci skip]Nobuyoshi Nakada2023-10-121-0/+1
* Remove a binding.irb in rjit-bindgenTakashi Kokubun2023-10-041-1/+0
* Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada2023-10-042-1/+14
* Support regexp in log-fix [ci skip]Nobuyoshi Nakada2023-10-031-3/+22
* Use the hexdigit character classNobuyoshi Nakada2023-10-021-4/+4
* tool/enc-unicode.rb: make the condition concice with flip-flopNobuyoshi Nakada2023-10-011-2/+1
* Move CRuby-specific prism files to top levelKevin Newton2023-09-281-9/+0
* Rename YARP symbols to prismKevin Newton2023-09-273-11/+11
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-21/+21
* Rename compiler test to iseq testKevin Newton2023-09-271-5/+5
* Improve VCS::GIT#format_changelog addessing [ci skip]Nobuyoshi Nakada2023-09-231-12/+20
* [Bug #19892] Clean intermediate files regardless `-keep_temp`Nobuyoshi Nakada2023-09-211-4/+4
* Make `clean.create` to accept a blockNobuyoshi Nakada2023-09-211-3/+16
* Fix the case of file to be ignored with to be removedNobuyoshi Nakada2023-09-202-2/+19
* Add a successful sync test caseNobuyoshi Nakada2023-09-201-2/+17
* Ignore JRuby extension syncTakashi Kokubun2023-09-191-0/+1
* Fix `git cat-file` conditionNobuyoshi Nakada2023-09-182-4/+4
* Refactor test_sync_default_gems.rbNobuyoshi Nakada2023-09-181-40/+45
* Move special patterns to the common patternNobuyoshi Nakada2023-09-171-11/+3
* Ignore changed files under removed pathsNobuyoshi Nakada2023-09-161-9/+3
* Resurrect gem-specific patterns for syncTakashi Kokubun2023-09-151-1/+9
* Lrama v0.5.6yui-knk2023-09-138-141/+188
* Suppress warning for shadowing outer local variableHiroshi SHIBATA2023-09-121-3/+3
* sync_default_gems.rb: Deal with conflicts on ignored filesTakashi Kokubun2023-09-011-0/+1
* sync_default_gems.rb: Discard some error messagesNobuyoshi Nakada2023-08-311-2/+4
* sync_default_gems.rb: Remove the pattern for yarpNobuyoshi Nakada2023-08-311-6/+1
* sync_default_gems.rb: Remove the pattern for bundlerNobuyoshi Nakada2023-08-311-6/+0
* sync_default_gems.rb: RefactorNobuyoshi Nakada2023-08-311-68/+81
* sync_default_gems.rb: Move ignored_paths to ignore_file_pattern_forNobuyoshi Nakada2023-08-311-21/+9
* Work around a hang in fork(2) on FreeBSDKJ Tsanaktsidis2023-08-301-0/+3
* sync_default_gems.rb: Remove Java templatesNobuyoshi Nakada2023-08-301-0/+1