| Age | Commit message (Expand) | Author | Lines |
| 2021-03-12 | Make docs-minification default to true | Michael Howell | -0/+1 |
| 2021-03-12 | Add a `disable-minification` option for rustdoc | Michael Howell | -0/+3 |
| 2021-02-25 | Created experimental build.print_step_rusage setting | Felix S. Klock II | -0/+3 |
| 2021-02-21 | Add new rustdoc-gui test suite | Guillaume Gomez | -0/+3 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -0/+3 |
| 2021-01-17 | Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514 | Mara Bos | -1/+2 |
| 2021-01-16 | Allow configuring the default stage for `x.py check` | Joshua Nelson | -1/+2 |
| 2021-01-15 | Allow downloading LLVM on Windows | Joshua Nelson | -2/+4 |
| 2020-12-31 | Rollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-12-30 | remove unnecessary trailing semicolon from bootstrap | Tomasz Miąsko | -1/+1 |
| 2020-12-29 | bootstrap: add the dist.compression-formats option | Pietro Albini | -0/+3 |
| 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 |