ruby/tool
Aaron Patterson ec93d09c94 add rb_execution_context 2022-09-21 22:20:35 -07:00
..
annocheck Add `make test-annocheck` to detect security issues. 2022-05-16 10:10:16 +02:00
bundler [rubygems/rubygems] Also added x86_64-darwin-21 2022-09-15 12:50:48 +09:00
dummy-rake-compiler/rake Bundle rbs 1.7.0.beta.5 2021-11-09 03:32:46 +09:00
lib Remove git command existence check again 2022-09-17 23:05:10 +09:00
m4 Fallback `mkdir_p` to `as_mkdir_p` 2022-07-07 15:06:10 +09:00
mjit add rb_execution_context 2022-09-21 22:20:35 -07:00
releng gen-mail.rb: support markdown file path 2022-02-18 21:44:22 +09:00
ruby_vm Introduce --basedir to insns2vm.rb 2022-09-18 14:39:53 +09:00
test Allow strings in assert_pattern_list 2022-08-19 01:28:31 +09:00
asm_parse.rb
bisect.sh bisect.sh: Apply bisect.patch if exists [ci skip] 2020-12-29 21:12:08 +09:00
build-transcode
checksum.rb
ci_functions.sh tool/ci_functions.sh: Fix typos and improve the comment. [ci skip] 2021-05-31 16:24:16 +02:00
colors
darwin-cc
disable_ipv6.sh .cirrus.yml: Add Cirrus CI for Arm64 tests. 2021-09-22 09:01:43 +02:00
downloader.rb Downloader: Define long option aliases 2022-09-19 01:09:47 +09:00
enc-case-folding.rb Move case-folding.rb to tooldir with enc-prefix 2022-09-17 12:37:48 +09:00
enc-emoji-citrus-gen.rb
enc-emoji4unicode.rb
enc-unicode.rb reserved_word: just use gperf 3.1 declaration 2022-09-21 11:44:09 +09:00
eval.rb
expand-config.rb
extlibs.rb tool/extlibs.rb: Use Exception#message for older rubies 2022-06-17 18:13:19 -04:00
fake.rb Use $(bindir) for path to executable in mkmf 2022-08-04 16:29:22 +09:00
fetch-bundled_gems.rb Try the tag without "v" prefix to checkout upstream repositories 2022-07-26 21:12:58 +09:00
file2lastrev.rb Fallback to VCS.release_date on VCS::NotFoundError 2022-09-17 22:24:10 +09:00
format-release tag's prefix is "v" 2021-12-25 22:19:02 +09:00
gen-mailmap.rb
gen_dummy_probes.rb
gen_ruby_tapset.rb
generic_erb.rb Revert "Extracted AtomicWrite" 2021-03-13 09:14:20 +09:00
git-refresh
gperf.sed [ruby/date] Constify gperf-generated table 2022-05-24 17:23:42 +09:00
id2token.rb Process token IDs from id.def without id.h 2022-09-08 18:22:47 +09:00
ifchange ifchange: check the number of arguments 2021-01-04 15:54:09 +09:00
insns2vm.rb
install-sh
intern_ids.rb Added intern_ids.rb 2021-07-27 15:40:27 +09:00
leaked-globals Canonicalization functions were removed already 2020-12-29 21:00:16 +09:00
ln_sr.rb Quiet if the target is already linked the same source 2022-09-20 12:54:08 +09:00
make-snapshot Auto-generate the release date on version.h from git CommitDate (#6382) 2022-09-17 21:16:06 +09:00
make_hgraph.rb
mdoc2man.rb
merger.rb The guard is to alert patchlevel of X.Y.0 2021-04-06 12:02:46 +09:00
mjit_archflag.sh
mjit_tabs.rb Make --without-mjit-tabs work again 2021-05-31 22:56:22 -07:00
mk_builtin_loader.rb Fix the trailing comma comment for builtin [ci skip] 2022-09-20 09:43:50 +09:00
mkconfig.rb [DOC] Move :nodoc: so rdoc finds `RbConfig.ruby` 2022-04-25 14:28:39 -04:00
mkrunnable.rb Merge to one regexp 2021-12-14 12:19:44 +09:00
node_name.rb
parse.rb
prereq.status
probes_to_wiki.rb
pure_parser.rb pure_parser.rb: get rid of an error at localed messages 2020-05-20 10:52:32 +09:00
rbinstall.rb Make date in installed gemspec files stable 2022-08-17 00:58:56 +09:00
rbuninstall.rb rbuninstall.rb: show paths without destdir as well as rbinstall.rb 2020-05-09 13:45:50 +09:00
redmine-backporter.rb Pass revision by hand if the commit message lacks the ticket number 2021-02-02 19:15:45 +09:00
release.sh
rmdirs
run-gcov.rb
run-lcov.rb
runruby.rb Set `GEM_PATH` environment variable in runruby.rb 2022-07-14 09:00:13 +09:00
search-cgvars.rb Adapt tool/search-cgvars.rb for MacOS 2020-12-22 22:25:41 -05:00
strip-rdoc.rb tool/strip-rdoc.rb: optimize 2021-09-10 20:00:06 +09:00
sync_default_gems.rb Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip] 2022-09-14 11:24:06 +09:00
test-annocheck.sh Add `make test-annocheck` to detect security issues. 2022-05-16 10:10:16 +02:00
test-bundled-gems.rb Do not load library files from repository only for test 2022-07-27 17:36:45 +09:00
test-coverage.rb Use Module#name instead of #inspect 2020-05-28 14:39:53 +09:00
transcode-tblgen.rb transcode-tblgen.rb: make silent a little when just -v 2020-12-29 17:45:19 +09:00
transform_mjit_header.rb Fix a typo [ci skip] 2022-08-20 18:36:52 -07:00
travis_retry.sh
travis_wait.sh .travis.yml: Update to use arm64/ppc64le/s390x. 2021-05-25 12:38:05 +02:00
update-bundled_gems.rb Preserve each column positions in gems/bundled_gems 2022-08-12 23:51:55 +09:00
update-deps Ruby MJIT (#6028) 2022-09-04 21:53:46 -07:00
vtlh.rb
wasm-clangw [wasm] add asyncify based setjmp, fiber, register scan emulation 2022-01-19 11:19:06 +09:00
ytab.sed Bison 3.59.1 folds yydestruct function header 2020-05-04 13:35:38 +09:00