]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/CHANGELOG.md
Move add_apple_sdk out of add_pre_link_args.
[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 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 - Add sample defaults for x.py [#76628](https://github.com/rust-lang/rust/pull/76628)
18
19 ## [Version 0] - 2020-09-11
20
21 This is the first changelog entry, and it does not attempt to be an exhaustive list of features in x.py.
22 Instead, this documents the changes to bootstrap in the past 2 months.
23
24 - Improve defaults in `x.py` [#73964](https://github.com/rust-lang/rust/pull/73964)
25   (see [blog post] for details)
26 - Set `ninja = true` by default [#74922](https://github.com/rust-lang/rust/pull/74922)
27 - Avoid trying to inversely cross-compile for build triple from host triples [#76415](https://github.com/rust-lang/rust/pull/76415)
28 - Allow blessing expect-tests in tools [#75975](https://github.com/rust-lang/rust/pull/75975)
29 - `x.py check` checks tests/examples/benches [#76258](https://github.com/rust-lang/rust/pull/76258)
30 - Fix `rust.use-lld` when linker is not set [#76326](https://github.com/rust-lang/rust/pull/76326)
31 - Build tests with LLD if `use-lld = true` was passed [#76378](https://github.com/rust-lang/rust/pull/76378)
32
33 [blog post]: https://blog.rust-lang.org/inside-rust/2020/08/30/changes-to-x-py-defaults.html