ruby/tool
Jemma Issroff 9614a61379 Fixed build scripts for YARP 2023-07-05 16:58:55 -04:00
..
annocheck Add `make test-annocheck` to detect security issues. 2022-05-16 10:10:16 +02:00
bundler Merge rubygems/rubygems HEAD 2023-06-20 13:35:13 +09:00
lib Exit with a failure if any test files failed to load 2023-06-03 20:22:10 +09:00
lrama Lrama v0.5.2 2023-06-14 10:40:25 +09:00
m4 Fix autoconf RUBY_STACK_GROW_DIRECTION on ARM devices 2023-02-26 22:17:24 +09:00
rakelib sync_tool.rake: Adjust the location [ci skip] 2023-04-28 22:31:07 +09:00
releng gen-mail.rb: support markdown file path 2022-02-18 21:44:22 +09:00
rjit Expose rb_hash_resurrect 2023-06-23 11:46:21 -07:00
ruby_vm Rename opes to operands on RubyVM::BaseInstruction 2023-03-16 14:16:56 -07:00
test Exit with a failure if any test files failed to load 2023-06-03 20:22:10 +09:00
asm_parse.rb
bisect.sh
build-transcode
checksum.rb Use class methods of `File` over `Kernel.open` and `IO.read` 2022-11-21 22:16:49 +09:00
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-ar Include `--no-llvm-bc` option in `NM` macro only if usable 2023-04-08 12:47:27 +09:00
darwin-cc
disable_ipv6.sh .cirrus.yml: Add Cirrus CI for Arm64 tests. 2021-09-22 09:01:43 +02:00
downloader.rb downloader.rb: Select less components path 2022-12-03 02:03:23 +09:00
enc-case-folding.rb Prefer to use File.foreach instead of IO.foreach 2023-02-27 18:49:18 +09:00
enc-emoji-citrus-gen.rb Use class methods of `File` over `Kernel.open` and `IO.read` 2022-11-21 22:16:49 +09:00
enc-emoji4unicode.rb
enc-unicode.rb [Bug #19728] Auto-generate unicode property docs 2023-07-01 23:22:17 +09:00
eval.rb
expand-config.rb expand-config.rb: search revision.h to extract release date 2022-12-20 17:40:19 +09:00
extlibs.rb Prefer to use File.foreach instead of IO.foreach 2023-02-27 18:49:18 +09:00
fake.rb Use $(bindir) for path to executable in mkmf 2022-08-04 16:29:22 +09:00
fetch-bundled_gems.rb We should not validate development version of bundled gems with fetch timing. 2023-05-09 12:57:12 +09:00
file2lastrev.rb Avoid overwriting revision.h when .git doesn't exist (#6915) 2022-12-12 23:34:30 -08:00
format-release tag's prefix is "v" 2021-12-25 22:19:02 +09:00
gen-github-release.rb Enhancement github releases generator 2023-02-10 09:26:12 +09:00
gen-mailmap.rb Use class methods of `File` over `Kernel.open` and `IO.read` 2022-11-21 22:16:49 +09:00
gen_dummy_probes.rb
gen_ruby_tapset.rb
generic_erb.rb tool/generic_erb.rb: Add a hack to prevent "unused variable" warnings 2022-11-18 14:56:55 +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
insns2vm.rb
install-sh
intern_ids.rb Added intern_ids.rb 2021-07-27 15:40:27 +09:00
leaked-globals [Feature #19741] Add yarp to builds 2023-06-21 11:25:39 -07:00
ln_sr.rb Quiet if the target is already linked the same source 2022-09-20 12:54:08 +09:00
make-snapshot Use Lrama LALR parser generator instead of Bison 2023-05-12 18:25:10 +09:00
make_hgraph.rb Use class methods of `File` over `Kernel.open` and `IO.read` 2022-11-21 22:16:49 +09:00
mdoc2man.rb
merger.rb Use 3 way merge for merger.rb 2023-03-28 16:57:55 +09:00
mk_builtin_loader.rb YJIT: Introduce no_gc attribute (#7511) 2023-03-14 15:38:58 -07:00
mkconfig.rb s/MJIT/RJIT/ 2023-03-06 23:44:01 -08:00
mkrunnable.rb [Bug #18623] Link only existing excutables to make runnable [ci skip] 2022-12-06 17:52:58 +09:00
node_name.rb
outdate-bundled-gems.rb Match ABI versions precisely 2022-12-13 22:07:42 -08:00
parse.rb
prereq.status
probes_to_wiki.rb
rbinstall.rb Use gemspec that keeps original dependencies 2023-03-27 17:45:43 +09:00
rbs_skip_tests Bundle rbs-3.1.0 (#7766) 2023-04-28 11:04:03 +09:00
rbuninstall.rb
redmine-backporter.rb fix to work with the case default issue is used 2023-02-01 22:49:54 +09:00
release.sh
rmdirs
rubyspec_temp.rb Use shorter path as `SPEC_TEMP_DIR` 2023-04-21 22:24:55 +09:00
run-gcov.rb
run-lcov.rb
runruby.rb tool/runruby.rb: remove LD_PRELOAD-like env-var options from runruby.rb 2022-12-05 17:24:17 +09:00
search-cgvars.rb
strip-rdoc.rb tool/strip-rdoc.rb: optimize 2021-09-10 20:00:06 +09:00
sync_default_gems.rb Fixed build scripts for YARP 2023-07-05 16:58:55 -04:00
sync_test_lib.rb Remove `sync_tool` task from Rakefile when syncing [ci skip] 2023-05-02 18:27:10 +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 Allow test-unit-ruby-core files to be loaded from bundled gems 2023-06-14 12:14:20 +09:00
test-coverage.rb Filter spec directory for code coverage 2023-01-26 14:05:01 +09:00
transcode-tblgen.rb Use class methods of `File` over `Kernel.open` and `IO.read` 2022-12-01 02:28:49 +09:00
travis_retry.sh
travis_wait.sh
update-NEWS-gemlist.rb [DOC] Add gem lists to NEWS.md automatically 2023-01-13 20:34:45 +09:00
update-NEWS-refs.rb [DOC] tool/update-NEWS-refs.rb: Align footnotes 2022-12-21 20:48:51 +09:00
update-bundled_gems.rb Introduce `UPDATE_BUNDLED_GEMS_ALL` option for auto update for bundled_gems file 2023-03-06 10:42:36 +09:00
update-deps [Feature #19741] Add yarp to builds 2023-06-21 11:25:39 -07:00
vtlh.rb
wasm-clangw [wasm] add asyncify based setjmp, fiber, register scan emulation 2022-01-19 11:19:06 +09:00