diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-09-23 16:22:53 -0700 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2020-09-23 16:22:59 -0700 |
| commit | 16769eb19e8051a32a93c1b3fd7847aff5c9eded (patch) | |
| tree | 60d60bf167e8be7a384bc9e7f372efb80c3d3737 /src/bootstrap | |
| parent | c0ddaed2bfa95d488db7576055ee7472968babfd (diff) | |
| download | rust-16769eb19e8051a32a93c1b3fd7847aff5c9eded.tar.gz rust-16769eb19e8051a32a93c1b3fd7847aff5c9eded.zip | |
Add entry to CHANGELOG for `--keep-stage-std`
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md index 5fcaafab959..1510f4d59fa 100644 --- a/src/bootstrap/CHANGELOG.md +++ b/src/bootstrap/CHANGELOG.md @@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Make the default stage for x.py configurable [#76625](https://github.com/rust-lang/rust/pull/76625) - Add a dedicated debug-logging option [#76588](https://github.com/rust-lang/rust/pull/76588) - Add sample defaults for x.py [#76628](https://github.com/rust-lang/rust/pull/76628) +- Add `--keep-stage-std`, which behaves like `keep-stage` but allows the stage + 0 compiler artifacts (i.e., stage1/bin/rustc) to be rebuilt if changed + [#77120](https://github.com/rust-lang/rust/pull/77120). + ## [Version 0] - 2020-09-11 |
