summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2021-09-04Expand upstream issue numbers to URLs in ChangeLogNobuyoshi Nakada
2021-09-03Add some punctuations as regexp separators to fix commit logsNobuyoshi Nakada
2021-08-31No commits to pick is success [ci skip]Nobuyoshi Nakada
2021-08-31Exit with the syncing status [ci skip]Nobuyoshi Nakada
2021-08-30Add irb section to tool/sync_default_gems.rbaycabta
2021-08-29Handle non-succeeding reports mingled with dotsNobuyoshi Nakada
2021-08-29Memory::Status#_update should return `self`Nobuyoshi Nakada
2021-08-25Added bundle install before bundle exec on rdoc syncHiroshi SHIBATA
2021-08-25tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh
2021-08-24Revert "tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf"Yusuke Endoh
2021-08-24Added ruby/un entryHiroshi SHIBATA
2021-08-24tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProfYusuke Endoh
2021-08-21Allow tracing of optimized methodsJeremy Evans
2021-08-19Hard-link executable files to mae runnableNobuyoshi Nakada
2021-08-16Use `VALUE` instead of `intptr_t`Nobuyoshi Nakada
2021-08-10Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rbaycabta
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-08-05Show WorkingSetSize as RSS on WindowsNobuyoshi Nakada
2021-08-05check GC.enable'd statusKoichi Sasada
2021-08-05Use equivalent `__FILE__`Nobuyoshi Nakada
2021-08-04Fix relative paths from core_assertions.rbNobuyoshi Nakada
2021-08-04Remove an extraneous escapeNobuyoshi Nakada
2021-07-28Support document sync for optparseHiroshi SHIBATA
2021-07-27Added intern_ids.rbNobuyoshi Nakada
2021-07-26Prepend DebugSystem to VCS class onlyNobuyoshi Nakada
2021-07-26Ignore 7z unless availableNobuyoshi Nakada
2021-07-21Drop optional commit hash when updatedNobuyoshi Nakada
2021-07-16[rubygems/rubygems] lock for development on macosAndre Arko
2021-07-13tool/sync_default_gems.rb: remove CRsNobuyoshi Nakada
2021-07-13sync_default_gems.rb: expand links to PRs of the upstreamNobuyoshi Nakada
2021-07-11Move core_assertions.rb from test/unitNobuyoshi Nakada
2021-07-08rbinstall.rb: just call File.basename directlyNobuyoshi Nakada
2021-07-08Adjust tool/enc-unicode.rb to deal with new location of some emoji filesMartin Dürst
2021-07-06Try "so" attribute if "smso" is not foundNobuyoshi Nakada
2021-07-01rbinstall.rb: get rid of making directories when dryrunNobuyoshi Nakada
2021-06-30tool/sync_default_gems.rb: remove unneeded code for error_highlight syncYusuke Endoh
2021-06-30tool/sync_default_gems.rb: Add error_highlight gemYusuke Endoh
2021-06-29tool/test-bundled-gems.rb: Stop tests conflicting with error_highlightYusuke Endoh
2021-06-27Show leaked file descriptors only, without cwd, txt, and so onNobuyoshi Nakada
2021-06-27Narrow the tracing of object allocations to during each testNobuyoshi Nakada
2021-06-24Tests for MiniTest define anonymous test casesNobuyoshi Nakada
2021-06-24test: imply random test order by --seed optionNobuyoshi Nakada
2021-06-24Load rubygems before default gemsNobuyoshi Nakada
2021-06-01Expose assert_all? for ruby/csv repoHiroshi SHIBATA
2021-05-31Make --without-mjit-tabs work againTakashi Kokubun
2021-05-31Decompose the captured_cc code for investigationTakashi Kokubun
2021-05-31tool/ci_functions.sh: Fix typos and improve the comment. [ci skip]Jun Aruga
2021-05-31Tweak skipped files in bundler gemspecDavid Rodríguez
2021-05-28Use require_relative to use Minitest library for testing.Hiroshi SHIBATA
2021-05-27Fixed target directory when copying from upstreamHiroshi SHIBATA