]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/CHANGELOG.md
dfb39c54c17235dc4556fc198606e5dd520182af
[rust.git] / src / bootstrap / CHANGELOG.md
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 `x.py setup` [#76631](https://github.com/rust-lang/rust/pull/76631)
10 - Add a changelog for x.py [#76626](https://github.com/rust-lang/rust/pull/76626)
11 - Optionally, download LLVM from CI on Linux and NixOS
12   + [#76439](https://github.com/rust-lang/rust/pull/76349)
13   + [#76667](https://github.com/rust-lang/rust/pull/76667)
14   + [#76708](https://github.com/rust-lang/rust/pull/76708)
15 - Distribute rustc sources as part of `rustc-dev` [#76856](https://github.com/rust-lang/rust/pull/76856)
16 - Make the default stage for x.py configurable [#76625](https://github.com/rust-lang/rust/pull/76625)
17 - Add a dedicated debug-logging option [#76588](https://github.com/rust-lang/rust/pull/76588)
18 - Add sample defaults for x.py [#76628](https://github.com/rust-lang/rust/pull/76628)
19 - Add `--keep-stage-std`, which behaves like `keep-stage` but allows the stage
20   0 compiler artifacts (i.e., stage1/bin/rustc) to be rebuilt if changed
21   [#77120](https://github.com/rust-lang/rust/pull/77120).
22
23
24 ## [Version 0] - 2020-09-11
25
26 This is the first changelog entry, and it does not attempt to be an exhaustive list of features in x.py.
27 Instead, this documents the changes to bootstrap in the past 2 months.
28
29 - Improve defaults in `x.py` [#73964](https://github.com/rust-lang/rust/pull/73964)
30   (see [blog post] for details)
31 - Set `ninja = true` by default [#74922](https://github.com/rust-lang/rust/pull/74922)
32 - Avoid trying to inversely cross-compile for build triple from host triples [#76415](https://github.com/rust-lang/rust/pull/76415)
33 - Allow blessing expect-tests in tools [#75975](https://github.com/rust-lang/rust/pull/75975)
34 - `x.py check` checks tests/examples/benches [#76258](https://github.com/rust-lang/rust/pull/76258)
35 - Fix `rust.use-lld` when linker is not set [#76326](https://github.com/rust-lang/rust/pull/76326)
36 - Build tests with LLD if `use-lld = true` was passed [#76378](https://github.com/rust-lang/rust/pull/76378)
37
38 [blog post]: https://blog.rust-lang.org/inside-rust/2020/08/30/changes-to-x-py-defaults.html