Skip to content

Commit 9c07010

Browse files
committed
Auto merge of rust-lang#77631 - jyn514:helpful-changelog, r=RalfJung
Make src/bootstrap/CHANGELOG.md more helpful Addresses rust-lang@fe6fc55#r42949241. r? `@RalfJung` cc `@Mark-Simulacrum`
2 parents cc662cd + 2a41342 commit 9c07010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1919

2020
- Add `x.py setup` [#76631](https://github.com/rust-lang/rust/pull/76631)
2121
- Add a changelog for x.py [#76626](https://github.com/rust-lang/rust/pull/76626)
22-
- Optionally, download LLVM from CI on Linux and NixOS
22+
- Optionally, download LLVM from CI on Linux and NixOS. This can be enabled with `download-ci-llvm = true` under `[llvm]`.
2323
+ [#76439](https://github.com/rust-lang/rust/pull/76349)
2424
+ [#76667](https://github.com/rust-lang/rust/pull/76667)
2525
+ [#76708](https://github.com/rust-lang/rust/pull/76708)
2626
- Distribute rustc sources as part of `rustc-dev` [#76856](https://github.com/rust-lang/rust/pull/76856)
27-
- Make the default stage for x.py configurable [#76625](https://github.com/rust-lang/rust/pull/76625)
28-
- Add a dedicated debug-logging option [#76588](https://github.com/rust-lang/rust/pull/76588)
27+
- Make the default stage for x.py configurable [#76625](https://github.com/rust-lang/rust/pull/76625). This can be enabled with `build-stage = N`, `doc-stage = N`, etc.
28+
- Add a dedicated debug-logging option [#76588](https://github.com/rust-lang/rust/pull/76588). Previously, `debug-logging` could only be set with `debug-assertions`, slowing down the compiler more than necessary.
2929
- Add sample defaults for x.py [#76628](https://github.com/rust-lang/rust/pull/76628)
3030
- Add `--keep-stage-std`, which behaves like `keep-stage` but allows the stage
3131
0 compiler artifacts (i.e., stage1/bin/rustc) to be rebuilt if changed

0 commit comments

Comments
 (0)