summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
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
2021-10-20Cleanup diff against upstream. Add commentsAlan Wu
2021-10-20Remove the scraperAaron Patterson
2021-10-20Remove some MicroJIT vestigesAaron Patterson
2021-10-20YJIT: lazy polymorphic getinstancevariableAlan Wu
2021-10-20Remove trailing whitespacesMaxime Chevalier-Boisvert
2021-10-20Yet Another Ruby JIT!Jose Narvaez
2021-10-20Restore interpreter regs in ujit hook. Implement leave bytecode.Maxime Chevalier-Boisvert
2021-10-20Tally instructions when taking side exists for --ujit-statsAlan Wu
2021-10-20Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert
2021-10-20Fix typoAlan Wu
2021-10-20Include disassembly in MicroJIT scraper outputAlan Wu
2021-10-20Add to the MicroJIT scraper an example that passes ecAlan Wu
2021-10-20Fix compilation for OPT_THREADED_CODE=2Alan Wu
2021-10-20Zero sized array are not standard CAlan Wu
2021-10-20Compile with MicroJIT disabled when scrape failsAlan Wu