summaryrefslogtreecommitdiff
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-152-4/+0
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-151-1/+0
* Use versioning sort for released version detectionHiroshi SHIBATA2022-12-141-1/+1
* Match ABI versions preciselyTakashi Kokubun2022-12-131-4/+5
* Fix build when enable_shared is on (#6924)Jimmy Miller2022-12-131-1/+1
* Pin syntax_suggest-1.0.1 manually because it mixed dead_end tagsHiroshi SHIBATA2022-12-141-0/+5
* Skip calling f.read for `overwrite: true`-only casesTakashi Kokubun2022-12-131-2/+4
* Make sure f.read is not called twiceTakashi Kokubun2022-12-131-2/+5
* Avoid overwriting revision.h when .git doesn't exist (#6915)Takashi Kokubun2022-12-122-4/+8
* Don't leave backup file aroundDavid Rodríguez2022-12-131-1/+0
* Display error messages outside the groups so can be found quicklyNobuyoshi Nakada2022-12-121-5/+9
* Fix positional argument color [ci skip]Nobuyoshi Nakada2022-12-121-1/+1
* outdate-bundled-gems.rb: check for gemspec files for extensionsNobuyoshi Nakada2022-12-121-1/+3
* outdate-bundled-gems.rb: remove unused optionNobuyoshi Nakada2022-12-121-2/+0
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-125-69/+74
* [DOC] Fix update-NEWS-refs.rbNobuyoshi Nakada2022-12-101-1/+1
* Don't sync jar artifact of CGIHiroshi SHIBATA2022-12-081-0/+1
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-071-1/+0
* NEWS.md: Added some missing featuresYusuke Endoh2022-12-071-0/+26
* [Bug #18623] Link only existing excutables to make runnable [ci skip]Nobuyoshi Nakada2022-12-061-1/+3
* tool/runruby.rb: remove LD_PRELOAD-like env-var options from runruby.rbYuta Saito2022-12-051-9/+0
* downloader.rb: Select less components pathNobuyoshi Nakada2022-12-031-1/+1
* downloader.rb: Fix link to absolute cache pathNobuyoshi Nakada2022-12-031-2/+12
* MJIT: Use install = true for bundler/inlineTakashi Kokubun2022-12-011-1/+1
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-12-016-9/+9
* MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun2022-11-292-1/+1
* Extract outdate-bundled-gems.rbNobuyoshi Nakada2022-11-291-0/+134
* MJIT: Rename mjit_compiler.h to mjit_c.hTakashi Kokubun2022-11-281-2/+2
* sync_default_gems.rb: move default_branch to REPOSITORIESNobuyoshi Nakada2022-11-281-15/+25
* sync_default_gems.rb: suppress a duplicated range warningNobuyoshi Nakada2022-11-281-1/+1
* sync_default_gems.rb: adjust indent [ci skip]Nobuyoshi Nakada2022-11-281-659/+659
* sync_default_gems.rb: extend for singleton methodsNobuyoshi Nakada2022-11-281-0/+1
* Fix the case of multiple trailersNobuyoshi Nakada2022-11-282-2/+13
* Add tests for sync_default_gems.rbNobuyoshi Nakada2022-11-282-0/+60
* MJIT: Use a String buffer in builtin compilersTakashi Kokubun2022-11-271-9/+9
* MJIT: Clear .cache/clangd on bindgen if existsTakashi Kokubun2022-11-271-0/+8
* Do not use the same variable for multiple thingsTakashi Kokubun2022-11-251-5/+5
* Support other GitHub PR/issue syntaxesTakashi Kokubun2022-11-251-1/+1
* 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