aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-0/+0
* Fix typoAlan Wu2021-10-201-1/+1
* Include disassembly in MicroJIT scraper outputAlan Wu2021-10-202-13/+25
* Add to the MicroJIT scraper an example that passes ecAlan Wu2021-10-204-15/+39
* Fix compilation for OPT_THREADED_CODE=2Alan Wu2021-10-201-3/+6
* Zero sized array are not standard CAlan Wu2021-10-201-1/+1
* Compile with MicroJIT disabled when scrape failsAlan Wu2021-10-202-12/+14
* endbr64 is fineAlan Wu2021-10-201-1/+1
* Preliminary GNU/Linux support for code scraperAlan Wu2021-10-201-5/+77
* Refactor ujit_examples.h generator. Remove dwarfdump dependencyAlan Wu2021-10-205-62/+215
* Remove PC argument from ujit instructionsMaxime Chevalier-Boisvert2021-10-201-1/+1
* Yeah, this actually works!Alan Wu2021-10-201-1/+1
* Add example handler for ujit and scrape it from vm.oAlan Wu2021-10-202-1/+74
* Remove `Test::Unit::TestCase.make_my_diffs_pretty!`Nobuyoshi Nakada2021-10-181-14/+0
* Remove `Test::Unit::Assertions#exception_details`Nobuyoshi Nakada2021-10-181-14/+0
* Retry hung up tests verboselyNobuyoshi Nakada2021-10-172-4/+13