summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2021-12-25Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA
2021-12-24sync_default_gems.rb: Expand GH-xxxx style GitHub links [ci skip]Nobuyoshi Nakada
2021-12-24sync_default_gems.rb: GitHub links at word boundary only [ci skip]Nobuyoshi Nakada
2021-12-24Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA
2021-12-23Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA
2021-12-21Merge RubyGems-3.3.0 and Bundler-2.3.0Hiroshi SHIBATA
2021-12-21rbinstall.rb: install ext only when it's configured [Bug #18414]Yuta Saito
2021-12-21Fix location of extensions in bundled gems when static-linked-extNobuyoshi Nakada
2021-12-16Install gemspec even though no .rb and no .soYuta Saito
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-14Merge to one regexpKazuhiro NISHIYAMA
2021-12-09Followed up f5d80c26d493c14241d4e3320437e62d7f54eabb for sync_default_gems.rbHiroshi SHIBATA
2021-12-06sync_default_gems.rb: convert commit hashes to github URLs [ci skip]Nobuyoshi Nakada
2021-12-05Make `leaf` const in VM generatorAlan Wu
2021-12-02update-bundled_gems.rb: Fix typo and version comparisonNobuyoshi Nakada
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
2021-11-30Let pretty_inspect work once at firstNobuyoshi Nakada
2021-11-30Load io/console earlierNobuyoshi Nakada
2021-11-30Recent systems prohibit symlink for relative loadingNobuyoshi Nakada
2021-11-29Consider environment variable case-insensitivenessNobuyoshi Nakada
2021-11-26Move win32ole.gemspec to the proper placeNobuyoshi Nakada
2021-11-25Add win32ole to sync_default_gems.rbNobuyoshi Nakada
2021-11-24No need to link and install .pdb anymoreAlan Wu
2021-11-16Ignore LUCENSE files of standard libraries for sync targetHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored net-http-persistent to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored connection_pool to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored molinillo to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored thor to LEGALHiroshi SHIBATA
2021-11-16Merge digest-3.0.3.pre3 and https://github.com/ruby/digest/commit/efd76821b8a...Hiroshi SHIBATA
2021-11-16Support preview releaseNARUSE, Yui
2021-11-15Relax extention name for macOSHiroshi SHIBATA
2021-11-15`Primitive.mandatory_only?` for fast pathKoichi Sasada
2021-11-12Bundle RBS 1.7.0 (#5105)Soutaro Matsumoto
2021-11-10Disable experimental warnings in test/runner.rbNobuyoshi Nakada
2021-11-10Mark IO::Buffer as experimental.Samuel Williams
2021-11-09Filter method names only if filtering method name onlyNobuyoshi Nakada
2021-11-09Bundle rbs 1.7.0.beta.5Yusuke Endoh
2021-11-05Skip bundled gem with an extension library under with-static-linked-extYusuke Endoh
2021-10-30Allow the thread-model to be switched by configure optionYuta Saito
2021-10-30Select including thread impl file at config timeYuta Saito
2021-10-30Split thread-model config into another ac fileYuta Saito
2021-10-30Get rid of exponential backtracks found by CodeQLNobuyoshi Nakada
2021-10-29vm_core.h: Avoid unaligned access to ic_serial on 32-bit machineYusuke Endoh
2021-10-28Downloader: retry when RFC 2616 noncompliant dates [ci skip]Nobuyoshi Nakada
2021-10-27Properly exclude test cases.Vít Ondruch
2021-10-26Revert "introduce check code for mysterious EBADF"Koichi Sasada
2021-10-26Revert "check other IO#close calls"Koichi Sasada
2021-10-25check other IO#close callsKoichi Sasada
2021-10-25introduce check code for mysterious EBADFKoichi Sasada