| Age | Commit message (Expand) | Author | Lines |
| 2020-12-23 | Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbini | bors | -0/+9 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -0/+9 |
| 2020-12-20 | Skip `dsymutil` by default for compiler bootstrap | J. Ryan Stinnett | -0/+3 |
| 2020-11-29 | Fix a bootstrap comment | nooberfsh | -1/+1 |
| 2020-11-21 | Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum | bors | -0/+3 |
| 2020-11-18 | fix handling the default config for profiler and sanitizers | 12101111 | -8/+8 |
| 2020-11-16 | x.py: allow a custom string appended to the version | Josh Stone | -0/+3 |
| 2020-11-12 | Add `--color` support to bootstrap | Joshua Nelson | -1/+3 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -0/+22 |
| 2020-11-09 | Rollup merge of #78566 - JRF63:polly, r=Mark-Simulacrum | Dylan DPC | -0/+4 |
| 2020-11-07 | Honor the rustfmt setting in config.toml | Jake Goulding | -5/+12 |
| 2020-10-30 | Enable LLVM Polly via llvm-args. | Joseph Rafael Ferrer | -0/+4 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -0/+22 |
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -3/+32 |
| 2020-10-13 | Implement "if-available" option for download-ci-llvm | Antoine Martin | -2/+9 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -0/+2 |
| 2020-10-04 | Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} | Thom Chiovoloni | -1/+1 |
| 2020-09-30 | Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrum | bors | -5/+7 |
| 2020-09-28 | Remove skip_only_host_steps | Tyler Mandry | -4/+0 |
| 2020-09-28 | bootstrap: Always build for host, even when target is given | Tyler Mandry | -5/+2 |
| 2020-09-28 | Don't warn if the config file is somewhere other than `config.toml` | Joshua Nelson | -5/+7 |
| 2020-09-26 | Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum | Ralf Jung | -1/+6 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -1/+6 |
| 2020-09-23 | Add `keep-stage-std` to `x.py` | Dylan MacKenzie | -0/+2 |
| 2020-09-21 | Add a changelog for x.py | Joshua Nelson | -1/+8 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -25/+51 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -25/+51 |
| 2020-09-20 | Discover Rust toolchain without Python | Mark Rousskov | -7/+12 |
| 2020-09-20 | Remove support for different src directory | Mark Rousskov | -1/+3 |
| 2020-09-20 | Set BUILD_TRIPLE via build script | Mark Rousskov | -1/+1 |
| 2020-09-19 | Rollup merge of #76796 - jyn514:wrong-stage, r=shepmaster | Ralf Jung | -1/+7 |
| 2020-09-16 | Give a better error message when x.py uses the wrong stage for CI | Joshua Nelson | -1/+7 |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -32/+33 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -6/+53 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -6/+53 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -0/+6 |
| 2020-09-12 | Set link-shared if LLVM ThinLTO is enabled in config.rs | Mark Rousskov | -0/+7 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -0/+57 |
| 2020-09-11 | Stop implicitly appending triples to config.toml hosts and targets | Mark Rousskov | -28/+24 |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -0/+6 |
| 2020-09-01 | Move ninja requirements to a dynamic check, when actually building | Mark Rousskov | -3/+4 |
| 2020-08-26 | Set ninja=true by default | Josh Triplett | -0/+1 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -1/+1 |
| 2020-08-12 | Add option to use the new symbol mangling in rustc/std | Mark Rousskov | -0/+3 |
| 2020-07-27 | Change debuginfo to default to 1 if `debug = true` is set | Joshua Nelson | -1/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -10/+74 |
| 2020-06-18 | bootstrap: Configurable musl libdir | Tomasz Miąsko | -0/+3 |
| 2020-05-15 | Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichton | Dylan DPC | -0/+6 |
| 2020-05-12 | Provide separate option for std debug asserts | Mark Rousskov | -0/+6 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -3/+0 |