aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* [ruby/date] Fix envutil for old RubyKenta Murata2020-12-231-2/+2
* Skip checking ROBJECT_EMBEDTakashi Kokubun2020-12-221-3/+3
* [ruby/date] Workaround for non-ruby repository like ruby/date, flori/jsonHiroshi SHIBATA2020-12-231-2/+2
* Guard < Ruby 3.0 for the repositories of default gems.Hiroshi SHIBATA2020-12-231-1/+1
* Adapt tool/search-cgvars.rb for MacOSMarc-Andre Lafortune2020-12-221-5/+18
* Add tool/search-cgvars.rb, thanks @ko1Marc-Andre Lafortune2020-12-221-0/+42
* Prepare to release json-2.5.0Hiroshi SHIBATA2020-12-221-0/+1
* Prefer stdbool in vm_execTakashi Kokubun2020-12-212-3/+3
* Prepare for importing the set gemAkinori MUSHA2020-12-221-0/+3
* Add `require_relative` option to `assert_ractor`Marc-Andre Lafortune2020-12-201-1/+6
* Check mjit_call_p only when interruptedTakashi Kokubun2020-12-192-2/+8
* `assert_ractor` tweak. Thanks NobuMarc-Andre Lafortune2020-12-191-5/+4
* Add `assert_ractor` [Feature #17367]Marc-Andre Lafortune2020-12-191-0/+17
* Prefer RB_OBJ_FROZEN_RAWTakashi Kokubun2020-12-191-2/+2
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-0/+7
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-171-0/+7
* ruby/pathname separated .rb file to top-level directory.Hiroshi SHIBATA2020-12-171-0/+1
* 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