|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to bootstrap will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
| 6 | + |
| 7 | +## [Non-breaking changes since the last major version] |
| 8 | + |
| 9 | +- Add a changelog for x.py [#76626](https://github.com/rust-lang/rust/pull/76626) |
| 10 | +- Optionally, download LLVM from CI on Linux and NixOS |
| 11 | + + [#76439](https://github.com/rust-lang/rust/pull/76349) |
| 12 | + + [#76667](https://github.com/rust-lang/rust/pull/76667) |
| 13 | + + [#76708](https://github.com/rust-lang/rust/pull/76708) |
| 14 | +- Distribute rustc sources as part of `rustc-dev` [#76856](https://github.com/rust-lang/rust/pull/76856) |
| 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 | + |
| 18 | +## [Version 0] - 2020-09-11 |
| 19 | + |
| 20 | +This is the first changelog entry, and it does not attempt to be an exhaustive list of features in x.py. |
| 21 | +Instead, this documents the changes to bootstrap in the past 2 months. |
| 22 | + |
| 23 | +- Improve defaults in `x.py` [#73964](https://github.com/rust-lang/rust/pull/73964) |
| 24 | + (see [blog post] for details) |
| 25 | +- Set `ninja = true` by default [#74922](https://github.com/rust-lang/rust/pull/74922) |
| 26 | +- Avoid trying to inversely cross-compile for build triple from host triples [#76415](https://github.com/rust-lang/rust/pull/76415) |
| 27 | +- Allow blessing expect-tests in tools [#75975](https://github.com/rust-lang/rust/pull/75975) |
| 28 | +- `x.py check` checks tests/examples/benches [#76258](https://github.com/rust-lang/rust/pull/76258) |
| 29 | +- Fix `rust.use-lld` when linker is not set [#76326](https://github.com/rust-lang/rust/pull/76326) |
| 30 | +- Build tests with LLD if `use-lld = true` was passed [#76378](https://github.com/rust-lang/rust/pull/76378) |
| 31 | + |
| 32 | +[blog post]: https://blog.rust-lang.org/inside-rust/2020/08/30/changes-to-x-py-defaults.html |
0 commit comments