aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/date] Use `assert_deprecated_warn`Nobuyoshi Nakada2022-02-251-2/+2
* Add ABI version to RUBY_LIB_VERSIONPeter Zhu2022-02-241-9/+0
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-222-0/+10
* RUBY_REPLACE_TYPE: check if the target type is a pointerNobuyoshi Nakada2022-02-191-1/+11
* gen-mail.rb: support markdown file pathNARUSE, Yui2022-02-181-4/+9
* fix parallel test timeout retryingKoichi Sasada2022-02-161-1/+13
* Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff2022-02-021-0/+1
* Sync latest Bundler & RubyGemsDavid Rodríguez2022-02-013-0/+100
* [ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez2022-01-271-1/+1
* add `--stderr-on-failure` option to test-allKoichi Sasada2022-01-261-1/+7
* [ruby/pathname] Officially drop support for ruby 2.6 or olderDavid Rodríguez2022-01-251-1/+1
* Reuse the default `AC_LANG_PROGRAM(C)` definitionNobuyoshi Nakada2022-01-231-9/+1