aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Use `File::PATH_SEPARATOR` for the portabilityNobuyoshi Nakada2022-07-091-3/+3
* Fallback `mkdir_p` to `as_mkdir_p`Nobuyoshi Nakada2022-07-071-0/+9
* Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`Nobuyoshi Nakada2022-07-051-2/+7
* Separate failed output optionNobuyoshi Nakada2022-07-051-5/+18
* Adjust indent [ci skip]Nobuyoshi Nakada2022-06-301-6/+8
* Move function to `static inline` so we don't have leaked globalsAaron Patterson2022-06-291-0/+16
* Prevent accidental use of assert_raisesNobuyoshi Nakada2022-06-252-4/+4
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-242-26/+0
* vcs.rb: ignore configuration files get rid of aliases [ci skip]Nobuyoshi Nakada2022-06-221-2/+5
* vcs.rb: just one log to check if `--date` option works [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* vcs.rb: show diagnostic/progressing messages when debugging [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* tool/extlibs.rb: Use Exception#message for older rubiesAlan Wu2022-06-171-1/+1
* Hack to avoid leak checkerNobuyoshi Nakada2022-05-251-1/+2
* [ruby/date] Constify gperf-generated tableNobuyoshi Nakada2022-05-241-0/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-201-6/+6
* Add `make test-annocheck` to detect security issues.Jun Aruga2022-05-163-0/+44
* Stop `build_extensions` when DESTDIR setKazuhiro NISHIYAMA2022-05-131-1/+1
* Honor --with-thread option to enable pthreadNobuyoshi Nakada2022-05-101-4/+47
* [DOC] Move :nodoc: so rdoc finds `RbConfig.ruby`Alan Wu2022-04-251-2/+1
* rbinstall: Also do `Gem.ruby` patching for unpacked bundled gemsAlan Wu2022-04-221-1/+7
* Added assert_true and assert_false same as test-unit gemHiroshi SHIBATA2022-04-201-0/+16
* Extract `pipe_readlines` method which reads from the pipelineNobuyoshi Nakada2022-04-161-5/+9
* Simplify the condition expression to ignore commitsNobuyoshi Nakada2022-04-161-1/+1
* Do not import any files under rakelibNobuyoshi Nakada2022-04-161-3/+5
* Fix bundled gems installation when relative loadingNobuyoshi Nakada2022-04-161-3/+7
* Skip build extensions again on cross compiling tooKazuhiro NISHIYAMA2022-04-131-1/+1
* Skip build extensions again on mswin and mingwKazuhiro NISHIYAMA2022-04-131-0/+3
* Enabled to build extensions with the bundled gems againKazuhiro NISHIYAMA2022-04-131-3/+0
* Install built gem extension binariesNobuyoshi Nakada2022-04-071-40/+16
* Obey spec file locations to rubygemsNobuyoshi Nakada2022-04-071-2/+3
* Copyedit parallel test harness crash messageAlan Wu2022-04-061-1/+1
* Copyedit parallel test harness crash messageAlan Wu2022-04-061-2/+2
* Try to fix NoMethodError on slow environmentsKazuhiro NISHIYAMA2022-04-051-1/+1
* Use latest RSpec to get rspec-mocks ruby2_keywords fixBenoit Daloze2022-04-052-9/+9
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-2/+2
* Remove CI configuration files from extracted bundled gemsNobuyoshi Nakada2022-03-311-0/+4
* Fix locations of the second argumentNobuyoshi Nakada2022-03-302-2/+2
* Fix a missing commaNobuyoshi Nakada2022-03-281-1/+1
* Use m4 comments outside macros in m4 filesNobuyoshi Nakada2022-03-281-3/+3
* Extract RUBY_REQUIRE_FUNCSNobuyoshi Nakada2022-03-281-0/+13
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-2/+2
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-2/+2
* Add ISEQ_BODY macroPeter Zhu2022-03-242-4/+4
* extlibs.rb: Add fallback `Colorize`Nobuyoshi Nakada2022-03-241-1/+11
* extlibs.rb: Enclose `Vars` in `ExtLibs` classNobuyoshi Nakada2022-03-241-11/+11
* extlibs.rb: Extract ExtLibs#processNobuyoshi Nakada2022-03-241-66/+78
* Ignore pre-release for sync target on sync_default_gemsHiroshi SHIBATA2022-03-101-1/+1
* Added release option to sync only released version of the default gemsHiroshi SHIBATA2022-03-081-5/+18
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-02-281-1/+1
* fake.rb: Set prefix to `$topdir`Nobuyoshi Nakada2022-02-271-0/+1