about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/hir.rs
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-09-04 10:02:05 +1000
committerGitHub <noreply@github.com>2025-09-04 10:02:05 +1000
commit8b2a64f0c7b0fe8431542cce8101ee57b9fa7cda (patch)
tree1245a4b2ef9b4d26852d3dce5d4227b954202d9c /compiler/rustc_hir/src/hir.rs
parent8fc568e905990d06f2435aa32959d08da188fc7e (diff)
parent9f3fe4084ab3012e6a4e3ca74228a2194ed863cc (diff)
downloadrust-8b2a64f0c7b0fe8431542cce8101ee57b9fa7cda.tar.gz
rust-8b2a64f0c7b0fe8431542cce8101ee57b9fa7cda.zip
Rollup merge of #146155 - Shourya742:2025-09-03-make-test-run-parallel, r=Kobzol
Make bootstrap self test parallel

This PR refactors the bootstrap self test:

1. Replaced the hardcoded --test-threads=1 with std::thread::available_parallelism(), allowing tests to run with the maximum concurrency supported by the system.
2. Replaced custom hacks around OUT_DIR with TempDir and introduced TestCtx to simplify configuration setup.

r? `@Kobzol`
Diffstat (limited to 'compiler/rustc_hir/src/hir.rs')
0 files changed, 0 insertions, 0 deletions