aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
...
* Lazily move PC with RUBY_VM_CHECK_INTSTakashi Kokubun2020-12-164-4/+22
* Ignore catch_except_p for PC motionTakashi Kokubun2020-12-161-1/+1
* Bump version to json-2.4.1 and use VERSION file for json version same as upst...Hiroshi SHIBATA2020-12-171-0/+1
* Inline getconstant on JIT (#3906)Takashi Kokubun2020-12-162-0/+38
* Simplify positioning of '{' and '}'Takashi Kokubun2020-12-141-30/+27
* fix inline method cache sync bugKoichi Sasada2020-12-151-2/+3
* Fixed dst name for digest gemHiroshi SHIBATA2020-12-141-1/+1
* Debug the command used for gdb dumpTakashi Kokubun2020-12-131-1/+3
* Dump a backtrace with gdbTakashi Kokubun2020-12-121-0/+1
* Fixed RUBY_RM_RECURSIVE when autoconf met the required versionNobuyoshi Nakada2020-12-131-2/+2
* tool/mk_builtin_loader.rb: prevent "assigned but unused variable"Yusuke Endoh2020-12-121-2/+2
* Removed needless gemspec of webrickHiroshi SHIBATA2020-12-111-76/+0
* Bump webrick-1.7.0 for version management with ruby/webrick.Hiroshi SHIBATA2020-12-111-1/+1
* remove bz2NARUSE, Yui2020-12-101-7/+1
* Promote webrick to bundled gemsHiroshi SHIBATA2020-12-101-1/+0
* Move webrick library into internal test toolchainHiroshi SHIBATA2020-12-1061-0/+11000
* Added missing dependency of fileutilsHiroshi SHIBATA2020-12-081-0/+1
* rbinstall.rb: do not install useless files after installedNobuyoshi Nakada2020-12-071-1/+1
* Extract gemspec to versioned fileNobuyoshi Nakada2020-12-072-4/+9
* rbinstall.rb: relaxed split argumentNobuyoshi Nakada2020-12-071-1/+1
* rbinstall.rb: fix the position to expand filesNobuyoshi Nakada2020-12-071-13/+13
* rbinstall.rb: install files expanded from bundled gemsNobuyoshi Nakada2020-12-071-2/+14
* update-bundled_gems: support recent format, keep the tag to testNobuyoshi Nakada2020-12-061-1/+2
* update-bundled_gems: chomp ".git" suffix from the source code URINobuyoshi Nakada2020-12-061-1/+1
* Moved update-bundled_gems code to a toolNobuyoshi Nakada2020-12-061-0/+13
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-042-2/+2
* Avoid leaving too many core files in /tmpTakashi Kokubun2020-12-031-1/+7
* Do not require time and fileutils by defaultTakashi Kokubun2020-12-031-2/+2
* Save a core file on a worker crashTakashi Kokubun2020-12-031-0/+7
* Revert "Report a full_message on a worker crash"Takashi Kokubun2020-12-031-1/+1
* test-bundled-gems.rb: show failed gems at lastNobuyoshi Nakada2020-12-031-0/+3
* test-bundled-gems: select bundled gems to test by BUNDLED_GEMSNobuyoshi Nakada2020-12-021-0/+1
* tune parallel testKoichi Sasada2020-12-013-1/+40
* Cache access to reg_cfp->self on JITTakashi Kokubun2020-11-271-1/+1
* Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun2020-11-261-2/+3
* Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun2020-11-261-3/+2
* Report a full_message on a worker crashTakashi Kokubun2020-11-241-1/+1
* Increase the # of downloader.rb's retry attemptsTakashi Kokubun2020-11-231-1/+1
* Clarify the intention of `false &&`Takashi Kokubun2020-11-221-1/+2
* make-snapshot: don't store symlinks by 7z for reproduceable pacakgesNobuyoshi Nakada2020-11-221-1/+1
* make-snapshot: measure archiving timesNobuyoshi Nakada2020-11-221-3/+13
* make-snapshot: suppress messages copying cached files unless verboseNobuyoshi Nakada2020-11-221-1/+1
* make-snapshot: clean autoconf caches for reproduceable packagesNobuyoshi Nakada2020-11-221-0/+1
* Try to fix download errorKazuhiro NISHIYAMA2020-11-201-1/+6
* Fixed typoHiroshi SHIBATA2020-11-121-1/+1
* An ellipsis (...) can only be placed at the beginningNobuyoshi Nakada2020-10-291-2/+6
* freeze dynamic regexp literalsKoichi Sasada2020-10-271-0/+1
* Escape '/*' within block comment tooNobuyoshi Nakada2020-10-261-1/+1
* extend timeout of rbs test on rbs testsKoichi Sasada2020-10-211-1/+4
* Followed up with 708413807ae958afb79257b18475424e0a8a4a56Hiroshi SHIBATA2020-10-191-0/+9