| Age | Commit message (Expand) | Author | Lines |
| 2022-02-09 | Add llvm.build-config option | Tyler Mandry | -0/+4 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -2/+3 |
| 2022-01-01 | Remove some dead code | bjorn3 | -4/+0 |
| 2022-01-01 | Remove the merge dependency | bjorn3 | -2/+9 |
| 2022-01-01 | Avoid the merge derive macro in rustbuild | bjorn3 | -165/+196 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -0/+2 |
| 2021-10-23 | Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul... | bors | -2/+2 |
| 2021-10-19 | Make new symbol mangling scheme default for compiler itself. | Michael Woerister | -2/+2 |
| 2021-10-18 | config: add the option to enable LLVM tests | Augie Fackler | -0/+5 |
| 2021-10-17 | Rollup merge of #89888 - rusticstuff:download-ci-llvm-apple-arm64, r=Mark-Sim... | Matthias Krüger | -1/+23 |
| 2021-10-15 | Make `rust.download-ci-llvm="if-available"` work for tier 2 platforms. | Hans Kratz | -1/+23 |
| 2021-10-14 | Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum | Matthias Krüger | -9/+4 |
| 2021-10-13 | Allow static linking LLVM with ThinLTO | Tyler Mandry | -9/+4 |
| 2021-10-12 | Make `rust.overflow-checks-std`option default to `rust.overflow-checks`. | Hans Kratz | -1/+2 |
| 2021-10-02 | bootstrap: add config option for nix patching | David Wood | -0/+1 |
| 2021-08-24 | PGO for LLVM builds on x86_64-unknown-linux-gnu in CI | Mark Rousskov | -0/+4 |
| 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 |