| Age | Commit message (Expand) | Author | Lines |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+10 |
| 2021-07-31 | add two new build flags to build clang and enable llvm plugins | Manuel Drehwald | -0/+10 |
| 2021-07-24 | Rollup merge of #87380 - jyn514:smarter-submodule-defaults, r=Mark-Simulacrum | Yuki Okushi | -3/+8 |
| 2021-07-22 | Don't default to `submodules = true` unless the rust repo has a .git directory | Joshua Nelson | -3/+8 |
| 2021-07-22 | Fix `--dry-run` when download-ci-llvm is set | Joshua Nelson | -2/+10 |
| 2021-04-07 | Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum | bors | -23/+29 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -23/+29 |
| 2021-04-05 | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-Simulacrum | Dylan DPC | -2/+3 |
| 2021-04-05 | Add `download-rustc = "if-unchanged"` | Joshua Nelson | -2/+3 |
| 2021-04-04 | Use the beta compiler for building bootstrap tools when `download-rustc` is set | Joshua Nelson | -45/+53 |
| 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 |