aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Override `AC_C_PROGRAM` on old autoconfNobuyoshi Nakada2022-01-221-0/+15
* remain `RUBY_ON_BUG` for child processes.Koichi Sasada2022-01-191-1/+6
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-192-24/+24
* [wasm] add no thread variant for freestanding environmentYuta Saito2022-01-191-0/+4
* [wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito2022-01-192-0/+30
* Removed skip alias in test suiteHiroshi SHIBATA2022-01-171-5/+3
* Let testunit use omit or pend instead of skipNobuyoshi Nakada2022-01-164-10/+28
* Fetch the unmerged revision to test of bundled gemsNobuyoshi Nakada2022-01-141-0/+4
* tool/rbinstall.rb: instal ruby.wasm produced by EmscriptenYuta Saito2022-01-061-0/+5
* Track RubyGems 3.4.0dev and Bundler 2.4.0devHiroshi SHIBATA2021-12-273-3/+3
* tag's prefix is "v"NARUSE, Yui2021-12-251-1/+1
* Revert "Do not include external library sources into packages"NARUSE, Yui2021-12-251-1/+0
* Revert "make-snapshot: add -extlibs option"NARUSE, Yui2021-12-251-2/+1
* fix tool/format-releaseNARUSE, Yui2021-12-251-8/+11
* Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA2021-12-253-3/+3
* sync_default_gems.rb: Expand GH-xxxx style GitHub links [ci skip]Nobuyoshi Nakada2021-12-241-1/+1
* sync_default_gems.rb: GitHub links at word boundary only [ci skip]Nobuyoshi Nakada2021-12-241-2/+2
* Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA2021-12-243-3/+3
* Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA2021-12-233-3/+3
* Merge RubyGems-3.3.0 and Bundler-2.3.0Hiroshi SHIBATA2021-12-213-3/+3
* rbinstall.rb: install ext only when it's configured [Bug #18414]Yuta Saito2021-12-211-0/+17
* Fix location of extensions in bundled gems when static-linked-extNobuyoshi Nakada2021-12-211-1/+1
* Install gemspec even though no .rb and no .soYuta Saito2021-12-161-1/+0