| Age | Commit message (Expand) | Author | Lines |
| 2022-02-27 | Use the first codegen backend in the config.toml as default | bjorn3 | -1/+3 |
| 2022-02-10 | Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2022-02-09 | Add llvm.build-config option | Tyler Mandry | -0/+3 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -2/+2 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -3/+6 |
| 2021-10-23 | Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul... | bors | -1/+5 |
| 2021-10-19 | Make new symbol mangling scheme default for compiler itself. | Michael Woerister | -1/+5 |
| 2021-10-18 | config: add the option to enable LLVM tests | Augie Fackler | -0/+6 |
| 2021-10-13 | Rollup merge of #89840 - wangkirin:master, r=jyn514 | Yuki Okushi | -3/+3 |
| 2021-10-13 | fix the stage0 tools config file path in config.toml.example | Wang Qilin | -3/+3 |
| 2021-10-12 | Add missing entries for overflow-checks to config.toml.example. | Hans Kratz | -0/+12 |
| 2021-10-02 | bootstrap: add config option for nix patching | David Wood | -0/+6 |
| 2021-09-17 | bootstrap: Add LLVM target matching for M68k | John Paul Adrian Glaubitz | -1/+1 |
| 2021-07-31 | add two new build flags to build clang and enable llvm plugins | Manuel Drehwald | -0/+6 |
| 2021-07-16 | Fix download-ci-llvm help comment | Adam Gemmell | -1/+1 |
| 2021-06-21 | Delete spaces | Alexander Melentyev | -2/+2 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -1/+1 |
| 2021-05-30 | BPF: review fixes | Alessandro Decina | -1/+1 |
| 2021-05-26 | cleanup and fix compiling of libunwind | 12101111 | -0/+8 |
| 2021-05-23 | Add BPF target to config.toml.example | Alessandro Decina | -1/+1 |
| 2021-05-09 | Remove outdated FIXME for download-rustc | Joshua Nelson | -2/+0 |
| 2021-04-07 | Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum | bors | -69/+67 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -69/+67 |
| 2021-04-05 | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-Simulacrum | Dylan DPC | -1/+3 |
| 2021-04-05 | Add `download-rustc = "if-unchanged"` | Joshua Nelson | -1/+3 |
| 2021-04-03 | Make rust-demangler installable | Rich Kadel | -4/+5 |
| 2021-03-12 | Add a `disable-minification` option for rustdoc | Michael Howell | -0/+5 |
| 2021-03-01 | Rollup merge of #82360 - osa1:issue82317, r=Mark-Simulacrum | Joshua Nelson | -1/+3 |
| 2021-03-01 | config.toml error reporting: | Ömer Sinan Ağacan | -1/+3 |
| 2021-02-25 | Created experimental build.print_step_rusage setting | Felix S. Klock II | -0/+6 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -0/+6 |
| 2021-01-15 | Add all tier 1 platforms to supported platforms for "if-available" | Joshua Nelson | -3/+5 |
| 2020-12-29 | bootstrap: add the dist.compression-formats option | Pietro Albini | -0/+4 |
| 2020-12-20 | Skip `dsymutil` by default for compiler bootstrap | J. Ryan Stinnett | -0/+8 |
| 2020-11-16 | x.py: allow a custom string appended to the version | Josh Stone | -0/+5 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -0/+9 |
| 2020-10-30 | Enable LLVM Polly via llvm-args. | Joseph Rafael Ferrer | -0/+3 |
| 2020-10-27 | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -1/+1 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -0/+9 |
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -1/+2 |
| 2020-10-11 | Rollup merge of #77787 - jyn514:consistent-versions, r=spastorino | Yuki Okushi | -1/+1 |
| 2020-10-10 | Clarify the debug-related values should take boolean | Yuki Okushi | -3/+3 |
| 2020-10-10 | Update `changelog-seen` in config.toml.example | Joshua Nelson | -1/+1 |
| 2020-10-08 | Make `max_log_info` easily greppable | Joshua Nelson | -0/+4 |
| 2020-09-23 | Adjust support expectations for downloaded LLVMs | Mark Rousskov | -3/+3 |
| 2020-09-21 | Add a changelog for x.py | Joshua Nelson | -0/+6 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -0/+10 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -0/+17 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -0/+17 |