rust/tests
Oli Scherer 55ea94402b Run a single huge par_body_owners instead of many small ones after each other.
This improves parallel rustc parallelism by avoiding the bottleneck after each individual `par_body_owners` (because it needs to wait for queries to finish, so if there is one long running one, a lot of cores will be idle while waiting for the single query).
2024-03-11 08:48:03 +00:00
..
assembly
auxiliary
codegen Auto merge of #122050 - erikdesjardins:sret, r=nikic 2024-03-11 04:45:27 +00:00
codegen-units
coverage
coverage-run-rustdoc
debuginfo
incremental
mir-opt MIR printing: print the path of uneval'd const; refer to promoteds in a consistent way 2024-03-10 14:59:41 +01:00
pretty
run-make Rollup merge of #121685 - fortanix:raoul/shellcheck_on_lvi_test_script, r=Mark-Simulacrum 2024-03-10 10:58:16 +01:00
run-make-fulldeps
run-pass-valgrind
rustdoc
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Run a single huge par_body_owners instead of many small ones after each other. 2024-03-11 08:48:03 +00:00
ui-fulldeps Rename DecorateLint as LintDiagnostic. 2024-03-11 10:04:50 +11:00
COMPILER_TESTS.md