aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Retry hung tests after parallel runsNobuyoshi Nakada2021-10-174-16/+86
* Timeout parallel test worker processesNobuyoshi Nakada2021-10-171-5/+27
* Replace unpack with unpack1Nobuyoshi Nakada2021-10-173-10/+10
* Use `__dir__`Nobuyoshi Nakada2021-10-151-2/+2
* Prefer `require_relative`Nobuyoshi Nakada2021-10-153-11/+11
* Use `__dir__`Nobuyoshi Nakada2021-10-151-1/+1
* Removed redundant digest namespaceHiroshi SHIBATA2021-10-141-3/+3
* separate pure ruby location under the digest/* extensionsHiroshi SHIBATA2021-10-141-1/+3
* Move pure ruby files under the ext/gemname/lib directory.Hiroshi SHIBATA2021-10-141-1/+2
* [ruby/digest] jruby supportPavel Rosický2021-10-121-0/+1
* Add comments in sync_default_gems.rbTakashi Kokubun2021-10-101-0/+5
* chmod +x tool/sync_default_gems.rbTakashi Kokubun2021-10-101-0/+1
* Run JIT tests first when random order instead of no-sortNobuyoshi Nakada2021-10-101-4/+10
* Default the test order to randomNobuyoshi Nakada2021-10-101-1/+1
* Refactor `Test::Unit::CoreAssertions#assert_nothing_raised`Nobuyoshi Nakada2021-10-091-20/+8
* Exclude also core_assertions.rb from backtracesNobuyoshi Nakada2021-10-091-2/+3
* Unify `Test::Unit::Assertions#message`Nobuyoshi Nakada2021-10-091-21/+10
* Let `Test::Unit::CoreAssertions::AllFailures#for` yield the keyNobuyoshi Nakada2021-10-091-1/+1
* Newly generated gems require Ruby 2.6.0OKURA Masafumi2021-10-092-25/+27
* Fix a typo since 688f2e1a893e04457a1a5aa3577b13f74b2bc080Nobuyoshi Nakada2021-10-051-1/+1
* introduce debug.gemKoichi Sasada2021-10-052-1/+26
* Enabled to build extensions with the bundled gemsHiroshi SHIBATA2021-10-051-3/+0
* Expose instruction information for debuggers [Feature #18026]Nobuyoshi Nakada2021-10-043-31/+51
* Refactor ordering of testsNobuyoshi Nakada2021-10-044-78/+157
* Fix a typoNobuyoshi Nakada2021-10-041-1/+1
* Leave builddir absoluteNobuyoshi Nakada2021-10-041-0/+2
* Checks for CPU specific header on universal buildNobuyoshi Nakada2021-10-011-0/+32
* Prefer `printf` like the recent autoconfNobuyoshi Nakada2021-10-011-8/+2
* Removed needless rake and bundler files for rdocHiroshi SHIBATA2021-09-281-0/+1
* .cirrus.yml: Add Cirrus CI for Arm64 tests.fedor2021-09-221-0/+9
* Prohibit test method redefinitionNobuyoshi Nakada2021-09-172-10/+5
* Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462Hiroshi SHIBATA2021-09-131-1/+1
* Use capture_output instead of capture_ioHiroshi SHIBATA2021-09-132-3/+3
* Rename capture_io to capture_output and deprecate to use capture_ioHiroshi SHIBATA2021-09-131-7/+6