We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--keep-stage-std
1 parent c0ddaed commit 16769ebCopy full SHA for 16769eb
src/bootstrap/CHANGELOG.md
@@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
- Make the default stage for x.py configurable [#76625](https://github.com/rust-lang/rust/pull/76625)
16
- Add a dedicated debug-logging option [#76588](https://github.com/rust-lang/rust/pull/76588)
17
- Add sample defaults for x.py [#76628](https://github.com/rust-lang/rust/pull/76628)
18
+- Add `--keep-stage-std`, which behaves like `keep-stage` but allows the stage
19
+ 0 compiler artifacts (i.e., stage1/bin/rustc) to be rebuilt if changed
20
+ [#77120](https://github.com/rust-lang/rust/pull/77120).
21
+
22
23
## [Version 0] - 2020-09-11
24
0 commit comments