aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto-generate mjit_c.rb.erbTakashi Kokubun2022-09-231-2/+8
* Builtin RubyVM::MJIT::CTakashi Kokubun2022-09-233-3/+4
* Expand paths used for dumper.rbTakashi Kokubun2022-09-221-2/+2
* add rb_execution_contextAaron Patterson2022-09-211-0/+2
* add rb_control_frame_tAaron Patterson2022-09-211-0/+1
* reserved_word: just use gperf 3.1 declaration卜部昌平2022-09-211-5/+1
* Quiet if the target is already linked the same sourceNobuyoshi Nakada2022-09-201-0/+6
* Fix the trailing comma comment for builtin [ci skip]Takashi Kokubun2022-09-201-1/+1
* Support trailing commas in builtinTakashi Kokubun2022-09-201-1/+6
* Downloader: Define long option aliasesNobuyoshi Nakada2022-09-191-4/+6
* Downloader: Define per-class command line optionsNobuyoshi Nakada2022-09-191-13/+47
* Introduce --basedir to insns2vm.rbTakashi Kokubun2022-09-184-6/+16
* Revert "Preserve the directory structure under tool/ruby_vm/views"Takashi Kokubun2022-09-182-2/+1
* Preserve the directory structure under tool/ruby_vm/viewsTakashi Kokubun2022-09-182-1/+2
* Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun2022-09-181-0/+0
* Remove git command existence check againTakashi Kokubun2022-09-171-4/+1
* Fallback to VCS.release_date on VCS::NotFoundErrorTakashi Kokubun2022-09-172-7/+8
* Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun2022-09-173-7/+27
* Move case-folding.rb to tooldir with enc-prefixNobuyoshi Nakada2022-09-171-0/+418
* Emoji files header changed at 15.0 againNobuyoshi Nakada2022-09-171-2/+2
* Follow emoji data files header changeNobuyoshi Nakada2022-09-171-12/+13
* [rubygems/rubygems] Also added x86_64-darwin-21Hiroshi SHIBATA2022-09-152-0/+2
* [rubygems/rubygems] Added arm64-darwin-22 to lockfiles for testingHiroshi SHIBATA2022-09-152-0/+2
* Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]Nobuyoshi Nakada2022-09-142-2/+2
* Enable deprecation warnings for test-allBenoit Daloze2022-09-101-0/+15
* Support sub-library in builtin-loaderNobuyoshi Nakada2022-09-091-0/+36
* More robust macro parser (#6343)Aaron Patterson2022-09-091-10/+208
* Ignore EACCES on WindowsNobuyoshi Nakada2022-09-091-1/+1