summaryrefslogtreecommitdiff
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-11-217-39/+31
* Fix a broken interpolation #{head}Takashi Kokubun2022-11-201-2/+3
* sync_default_gems.rb: Fix substitution [ci skip]Nobuyoshi Nakada2022-11-201-3/+9
* Run skipped minitest tests that now passAlan Wu2022-11-191-5/+0
* rename SHAPE_BITS to SHAPE_ID_NUM_BITSAaron Patterson2022-11-181-1/+1
* tool/generic_erb.rb: Add a hack to prevent "unused variable" warningsYusuke Endoh2022-11-181-0/+3
* Revert "tool/generic_erb.rb: Use ERB#result_with_hash instead of #result"Yusuke Endoh2022-11-181-1/+1
* tool/generic_erb.rb: Use ERB#result_with_hash instead of #resultYusuke Endoh2022-11-181-1/+1
* Remove duplicate `.rbinc` on `.rb` dependenciesNobuyoshi Nakada2022-11-161-1/+1
* Let mjit-bindgen use BASERUBY and bundle/inline (#6740)Takashi Kokubun2022-11-153-11/+12
* Depending on revision.h with VPATHNobuyoshi Nakada2022-11-161-1/+1
* MJIT: Fix vm_cc_cme(cc).def.type to use bit fieldTakashi Kokubun2022-11-151-1/+1
* Update RSpec gemsDavid Rodríguez2022-11-154-19/+20
* Remove USE_RVARGC codeAaron Patterson2022-11-141-1/+0
* Import shape constants with mjit-bindgenTakashi Kokubun2022-11-141-0/+10
* Import class constants with mjit-bindgenTakashi Kokubun2022-11-141-0/+8
* Try to overwrite the file in VPATH if possibleNobuyoshi Nakada2022-11-131-1/+2
* Preprocess for older bison is no longer neededNobuyoshi Nakada2022-11-101-24/+0
* jobserver option may not be at the lastNobuyoshi Nakada2022-11-071-1/+2
* Set `autoclose:` for inherited FDs only [ci skip]Nobuyoshi Nakada2022-11-071-2/+2
* GNU make 4.4 now uses a fifo for the jobserverNobuyoshi Nakada2022-11-061-3/+8
* Don't report changed ENV caused by BundlerPeter Zhu2022-11-041-0/+3
* mkconfig.rb: take CPU name from arch flagNobuyoshi Nakada2022-11-041-0/+8
* sync_default_gems.rb: fix a typo [ci skip]Nobuyoshi Nakada2022-11-041-1/+1
* sync_default_gems.rb: fix the position to insert the original URLNobuyoshi Nakada2022-11-041-2/+3
* sync_default_gems.rb: accept log input from other than STDINNobuyoshi Nakada2022-11-041-4/+6
* Fix crash in test runner on timeoutPeter Zhu2022-11-021-1/+4
* file2lastrev.rb: changed revision may be `nil` [ci skip]Nobuyoshi Nakada2022-11-021-2/+4
* file2lastrev.rb: try to overwrite the found revision.h as beforeNobuyoshi Nakada2022-11-022-6/+9
* file2lastrev.rb: separate options for `Output` and `VPath`Nobuyoshi Nakada2022-11-023-1/+8
* file2lastrev.rb: use output.rb for the optionsNobuyoshi Nakada2022-11-011-2/+5
* file2lastrev.rb: rename output as formatNobuyoshi Nakada2022-11-011-15/+15
* output.rb: extract from generic_erb.rbNobuyoshi Nakada2022-11-012-33/+55
* colorize.rb: support for NO_COLORNobuyoshi Nakada2022-11-011-1/+1
* vpath.rb: tweak --vpath option messageNobuyoshi Nakada2022-11-011-1/+1
* vcs.rb: do not reference the constant before assignmentNobuyoshi Nakada2022-11-011-3/+3
* vcs.rb: copy safe directory configurationNobuyoshi Nakada2022-10-301-5/+42
* vcs.rb: prettify debug printNobuyoshi Nakada2022-10-301-10/+27
* sync_default_gems.rb: do not add extra empty lines [ci skip]Nobuyoshi Nakada2022-10-281-2/+2
* sync_default_gems.rb: append orignal commit URLs to subject only logNobuyoshi Nakada2022-10-281-1/+4
* sync_default_gems.rb: Ignore unmergeable files [ci skip]Nobuyoshi Nakada2022-10-251-1/+1
* Remove iv_index_tbl_entryJohn Hawthorn2022-10-241-1/+0
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2022-10-241-0/+1
* Fix error when commit hash is removed [ci skip]Nobuyoshi Nakada2022-10-241-1/+1
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-0/+1
* sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]Nobuyoshi Nakada2022-10-191-1/+1
* sync_default_gems.rb: fold too long subject [ci skip]Nobuyoshi Nakada2022-10-181-10/+24
* ruby/ruby-commit-hook has been renamed [ci skip]Takashi Kokubun2022-10-172-2/+2
* sync_default_gems.rb: fix links to GitHub issuesNobuyoshi Nakada2022-10-181-3/+6
* Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson2022-10-131-0/+2