summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2022-07-09Use `File::PATH_SEPARATOR` for the portabilityNobuyoshi Nakada
2022-07-07Fallback `mkdir_p` to `as_mkdir_p`Nobuyoshi Nakada
2022-07-05Add `--stdout-on-failure`, the reverse of `--stderr-on-failure`Nobuyoshi Nakada
2022-07-05Separate failed output optionNobuyoshi Nakada
2022-06-30Adjust indent [ci skip]Nobuyoshi Nakada
2022-06-29Move function to `static inline` so we don't have leaked globalsAaron Patterson
2022-06-25Prevent accidental use of assert_raisesNobuyoshi Nakada
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-22vcs.rb: ignore configuration files get rid of aliases [ci skip]Nobuyoshi Nakada
2022-06-22vcs.rb: just one log to check if `--date` option works [ci skip]Nobuyoshi Nakada
2022-06-22vcs.rb: show diagnostic/progressing messages when debugging [ci skip]Nobuyoshi Nakada
2022-06-17tool/extlibs.rb: Use Exception#message for older rubiesAlan Wu
2022-05-25Hack to avoid leak checkerNobuyoshi Nakada
2022-05-24[ruby/date] Constify gperf-generated tableNobuyoshi Nakada
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-05-16Add `make test-annocheck` to detect security issues.Jun Aruga
2022-05-13Stop `build_extensions` when DESTDIR setKazuhiro NISHIYAMA
2022-05-10Honor --with-thread option to enable pthreadNobuyoshi Nakada
2022-04-25[DOC] Move :nodoc: so rdoc finds `RbConfig.ruby`Alan Wu
2022-04-22rbinstall: Also do `Gem.ruby` patching for unpacked bundled gemsAlan Wu
2022-04-20Added assert_true and assert_false same as test-unit gemHiroshi SHIBATA
2022-04-16Extract `pipe_readlines` method which reads from the pipelineNobuyoshi Nakada
2022-04-16Simplify the condition expression to ignore commitsNobuyoshi Nakada
2022-04-16Do not import any files under rakelibNobuyoshi Nakada
2022-04-16Fix bundled gems installation when relative loadingNobuyoshi Nakada
2022-04-13Skip build extensions again on cross compiling tooKazuhiro NISHIYAMA
2022-04-13Skip build extensions again on mswin and mingwKazuhiro NISHIYAMA
2022-04-13Enabled to build extensions with the bundled gems againKazuhiro NISHIYAMA
2022-04-07Install built gem extension binariesNobuyoshi Nakada
2022-04-07Obey spec file locations to rubygemsNobuyoshi Nakada
2022-04-06Copyedit parallel test harness crash messageAlan Wu
2022-04-06Copyedit parallel test harness crash messageAlan Wu
2022-04-05Try to fix NoMethodError on slow environmentsKazuhiro NISHIYAMA
2022-04-05Use latest RSpec to get rspec-mocks ruby2_keywords fixBenoit Daloze
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-03-31Remove CI configuration files from extracted bundled gemsNobuyoshi Nakada
2022-03-30Fix locations of the second argumentNobuyoshi Nakada
2022-03-28Fix a missing commaNobuyoshi Nakada
2022-03-28Use m4 comments outside macros in m4 filesNobuyoshi Nakada
2022-03-28Extract RUBY_REQUIRE_FUNCSNobuyoshi Nakada
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-24Add ISEQ_BODY macroPeter Zhu
2022-03-24extlibs.rb: Add fallback `Colorize`Nobuyoshi Nakada
2022-03-24extlibs.rb: Enclose `Vars` in `ExtLibs` classNobuyoshi Nakada
2022-03-24extlibs.rb: Extract ExtLibs#processNobuyoshi Nakada
2022-03-10Ignore pre-release for sync target on sync_default_gemsHiroshi SHIBATA
2022-03-08Added release option to sync only released version of the default gemsHiroshi SHIBATA
2022-02-28Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-02-27fake.rb: Set prefix to `$topdir`Nobuyoshi Nakada