aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Install gemspec even though no .rb and no .soYuta Saito2021-12-161-1/+0
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-152-0/+2
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-136-6/+6
* Merge to one regexpKazuhiro NISHIYAMA2021-12-141-1/+1
* Followed up f5d80c26d493c14241d4e3320437e62d7f54eabb for sync_default_gems.rbHiroshi SHIBATA2021-12-091-0/+3
* sync_default_gems.rb: convert commit hashes to github URLs [ci skip]Nobuyoshi Nakada2021-12-061-0/+2
* Make `leaf` const in VM generatorAlan Wu2021-12-051-1/+1
* update-bundled_gems.rb: Fix typo and version comparisonNobuyoshi Nakada2021-12-021-1/+1
* Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA2021-12-013-13/+16
* Let pretty_inspect work once at firstNobuyoshi Nakada2021-11-301-1/+1
* Load io/console earlierNobuyoshi Nakada2021-11-301-0/+1
* Recent systems prohibit symlink for relative loadingNobuyoshi Nakada2021-11-301-1/+1
* Consider environment variable case-insensitivenessNobuyoshi Nakada2021-11-291-3/+18
* Move win32ole.gemspec to the proper placeNobuyoshi Nakada2021-11-261-0/+1
* Add win32ole to sync_default_gems.rbNobuyoshi Nakada2021-11-251-0/+6
* No need to link and install .pdb anymoreAlan Wu2021-11-241-1/+0
* Ignore LUCENSE files of standard libraries for sync targetHiroshi SHIBATA2021-11-161-5/+13
* Added LICENSE entry of vendored net-http-persistent to LEGALHiroshi SHIBATA2021-11-161-0/+1
* Added LICENSE entry of vendored connection_pool to LEGALHiroshi SHIBATA2021-11-161-0/+1
* Added LICENSE entry of vendored molinillo to LEGALHiroshi SHIBATA2021-11-161-0/+2
* Added LICENSE entry of vendored thor to LEGALHiroshi SHIBATA2021-11-161-0/+1
* Merge digest-3.0.3.pre3 and https://github.com/ruby/digest/commit/efd76821b8a...Hiroshi SHIBATA2021-11-161-0/+1
* Support preview releaseNARUSE, Yui2021-11-161-1/+3
* Relax extention name for macOSHiroshi SHIBATA2021-11-151-1/+1
* `Primitive.mandatory_only?` for fast pathKoichi Sasada2021-11-151-1/+4
* Bundle RBS 1.7.0 (#5105)Soutaro Matsumoto2021-11-121-4/+2
* Disable experimental warnings in test/runner.rbNobuyoshi Nakada2021-11-101-2/+0
* Mark IO::Buffer as experimental.Samuel Williams2021-11-101-0/+2
* Filter method names only if filtering method name onlyNobuyoshi Nakada2021-11-091-9/+6
* Bundle rbs 1.7.0.beta.5Yusuke Endoh2021-11-092-0/+18
* Skip bundled gem with an extension library under with-static-linked-extYusuke Endoh2021-11-051-0/+4
* Allow the thread-model to be switched by configure optionYuta Saito2021-10-301-10/+15
* Select including thread impl file at config timeYuta Saito2021-10-301-0/+9
* Split thread-model config into another ac fileYuta Saito2021-10-301-0/+19
* Get rid of exponential backtracks found by CodeQLNobuyoshi Nakada2021-10-302-2/+2
* vm_core.h: Avoid unaligned access to ic_serial on 32-bit machineYusuke Endoh2021-10-291-2/+2
* Downloader: retry when RFC 2616 noncompliant dates [ci skip]Nobuyoshi Nakada2021-10-281-5/+8
* Properly exclude test cases.Vít Ondruch2021-10-271-3/+9
* Revert "introduce check code for mysterious EBADF"Koichi Sasada2021-10-261-15/+2
* Revert "check other IO#close calls"Koichi Sasada2021-10-261-20/+17
* check other IO#close callsKoichi Sasada2021-10-251-17/+20
* introduce check code for mysterious EBADFKoichi Sasada2021-10-251-2/+15
* Cleanup diff against upstream. Add commentsAlan Wu2021-10-201-1/+0
* Remove the scraperAaron Patterson2021-10-205-331/+1
* Remove some MicroJIT vestigesAaron Patterson2021-10-205-8/+8
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-1/+0
* Remove trailing whitespacesMaxime Chevalier-Boisvert2021-10-201-1/+1
* Yet Another Ruby JIT!Jose Narvaez2021-10-205-13/+13
* Restore interpreter regs in ujit hook. Implement leave bytecode.Maxime Chevalier-Boisvert2021-10-203-19/+12
* Tally instructions when taking side exists for --ujit-statsAlan Wu2021-10-201-0/+5