about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-05 12:21:34 +0200
committerGitHub <noreply@github.com>2025-06-05 12:21:34 +0200
commitcfe78d99ae8ee4f83d2873b4ec21998301ea6660 (patch)
treeea72c9f9c4cf281c962b92bbb757c54060fe9e20 /compiler/rustc_interface/src
parent0ea49dca99a922e45d62acbbc026823a9586441b (diff)
parentc843bec230d70ee8823568b67e2317ec1e9d1d8a (diff)
downloadrust-cfe78d99ae8ee4f83d2873b4ec21998301ea6660.tar.gz
rust-cfe78d99ae8ee4f83d2873b4ec21998301ea6660.zip
Rollup merge of #141970 - onur-ozkan:skip-stage1-std, r=Kobzol
implement new `x` flag: `--skip-std-check-if-no-download-rustc`

One of our developers (``@RalfJung)`` [reported](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Surprising.20stages.20for.20check.20build.20after.20stage.20reorg/with/521925606)[#t-infra/bootstrap > Surprising stages for check build after stage reorg](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Surprising.20stages.20for.20check.20build.20after.20stage.20reorg/with/521925606) that working on both the compiler and the library simultaneously with RA enabled is extremely difficult because checking library creates a heavy load on machines (by building stage1 compiler) on each modification. `--skip-std-check-if-no-download-rustc` flag is intended to reduce this heavy load on their IDE integration as much as possible.

Fixes: rust-lang/rust#141955
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions