aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "FreeBSD make uses the target under srcdir [ci skip]"Nobuyoshi Nakada2022-10-131-1/+1
* FreeBSD make uses the target under srcdir [ci skip]Nobuyoshi Nakada2022-10-131-1/+1
* file2lastrev.rb: Refactor VCS directory searchNobuyoshi Nakada2022-10-121-15/+8
* sync_default_gems: Replace the URIs to be redirectedNobuyoshi Nakada2022-10-121-1/+1
* sync_default_gems: Add rdoc-ref command to testNobuyoshi Nakada2022-10-121-0/+11
* sync_default_gems: Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-0/+29
* sync_default_gems: Should match with the beginning of the stringsNobuyoshi Nakada2022-10-121-2/+2
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-2/+8
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-8/+2
* Add `--zone` option to `VCS`Nobuyoshi Nakada2022-09-301-1/+3
* Introduce `VCS::Null` for fallbackNobuyoshi Nakada2022-09-303-15/+18
* Check for the availability of the command when detectingNobuyoshi Nakada2022-09-301-0/+3
* Pull up `VCS.short_revision` from `VCS::SVN`Nobuyoshi Nakada2022-09-301-4/+4
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-2/+8
* Install all file trees for lldb [ci skip]Nobuyoshi Nakada2022-09-281-1/+7
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-8/+2
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-2/+8
* Allow changing conversion macro in MJIT bindgenTakashi Kokubun2022-09-241-18/+22
* Skip struct fields whose output differsTakashi Kokubun2022-09-231-16/+16
* Swap the positions of offsetof and typeTakashi Kokubun2022-09-231-1/+1
* Bindgen offsetof struct and union with builtinTakashi Kokubun2022-09-231-2/+10
* Bindgen sizeof struct and union with builtinTakashi Kokubun2022-09-231-6/+11
* Bindgen immediate types with builtinTakashi Kokubun2022-09-231-5/+25
* Drop c_64 and c_32Takashi Kokubun2022-09-231-14/+7
* Bindgen enum with builtinTakashi Kokubun2022-09-231-50/+26
* Builtin needs to be baseruby-compatibleTakashi Kokubun2022-09-231-1/+3
* Automatically setup bundler of bindgen.rbTakashi Kokubun2022-09-231-0/+4
* mjit_c.rb doesn't need to be an erbTakashi Kokubun2022-09-232-138/+1
* Mix manual and auto-generated C APIsTakashi Kokubun2022-09-232-7/+148
* Bindgen macro with builtinTakashi Kokubun2022-09-232-245/+26