rust/src/tools
bjorn3 0cdd7f50b0 Add all rustc_std_internal_symbol to symbols.o
rustc_std_internal_symbol is meant to call functions from crates where
there is no direct dependency on said crate. As they either have to be
added to symbols.o or rustc has to introduce an implicit dependency on
them to avoid linker errors. The latter is done for some things like the
panic runtime, but adding these symbols to symbols.o allows removing
those implicit dependencies.
2025-06-24 19:44:33 +00:00
..
build-manifest Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser 2025-06-08 17:17:53 -07:00
bump-stage0 Remove git_repository field from GitConfig 2025-04-23 10:41:20 +02:00
cargo@84709f0850 Update cargo 2025-06-22 17:43:06 -07:00
cargotest
clippy Port #[no_mangle] to new attribute parsing infrastructure 2025-06-22 22:17:04 +02:00
collect-license-metadata
compiletest compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
coverage-dump Update miniz_oxide dependency of coverage_dump 2025-05-10 18:35:20 +02:00
enzyme@a35f4f7731
error_index_generator
features-status-dump Remove backtrace dep from anyhow in features status dump tool 2025-05-01 07:45:47 -04:00
generate-copyright Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree-consideration, r=clubby789 2025-06-01 19:35:44 +02:00
generate-windows-sys
html-checker
jsondocck jsondocck: Explain what KNOWN_DIRECTIVE_NAMES is doing 2025-06-05 11:33:38 +00:00
jsondoclint rustdoc_json: represent generic args consistently. 2025-06-21 13:52:46 +10:00
libcxx-version
linkchecker fix(linkcheck): Build using the lockfile 2025-06-20 09:12:30 -05:00
lint-docs Avoid including text direction codepoints in lint messages 2025-05-27 15:57:41 +00:00
lld-wrapper
llvm-bitcode-linker
miri Add all rustc_std_internal_symbol to symbols.o 2025-06-24 19:44:33 +00:00
miropt-test-tools
nix-dev-shell Deduplicate nix code 2025-04-17 00:01:04 -04:00
opt-dist Bump rustc-perf and update PGO crates 2025-05-29 09:00:36 +00:00
remote-test-client
remote-test-server
replace-version-placeholder
run-make-support Enable reproducible-build-2 for Windows 2025-06-23 14:34:08 -07:00
rust-analyzer Auto merge of #142907 - lnicola:sync-from-ra, r=lnicola 2025-06-23 15:57:38 +00:00
rust-installer Fix install-template.sh for Solaris tr 2025-06-23 13:16:08 +02:00
rustbook Update libc to 0.2.174 2025-06-17 18:03:45 +00:00
rustc-perf@6a70166b92 Bump rustc-perf and update PGO crates 2025-05-29 09:00:36 +00:00
rustdoc
rustdoc-gui
rustdoc-gui-test Improve error output in case nodejs or npm is not installed for rustdoc-gui test suite 2025-05-01 17:42:22 +02:00
rustdoc-js
rustdoc-themes
rustfmt Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 2025-06-20 23:09:48 +00:00
suggest-tests Remove git_repository field from GitConfig 2025-04-23 10:41:20 +02:00
test-float-parse move test-float-parse tool into src/tools dir 2025-06-03 11:05:51 +03:00
tidy Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead 2025-06-24 15:39:38 +02:00
tier-check
unicode-table-generator
unstable-book-gen Rollup merge of #141526 - jyn514:env-vars, r=petrochenkov 2025-05-27 01:29:21 +08:00
wasm-component-ld Update wasm-component-ld to 0.5.13 2025-04-23 14:37:17 -07:00
x
cherry-pick.sh
publish_toolstate.py