| Age | Commit message (Expand) | Author | Lines |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -4/+4 |
| 2022-10-23 | Add `rust.lto` config option | Jakub Beránek | -0/+5 |
| 2022-10-02 | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrum | bors | -0/+6 |
| 2022-10-01 | fix: use git-commit-info for version information | dawnofmidnight | -0/+6 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -0/+4 |
| 2022-09-01 | Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2022-08-29 | bootstrap: Add llvm-has-rust-patches target option | Tyler Mandry | -0/+4 |
| 2022-08-06 | Document the `no-std` target option in config.toml.example | Nicholas Bishop | -0/+4 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+6 |
| 2022-05-24 | Make llvm-libunwind a per-target option | Tyler Mandry | -10/+15 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -4/+0 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+6 |
| 2022-04-18 | bootstrap: disable split dwarf by default | David Wood | -7/+2 |
| 2022-04-18 | bootstrap: add split-debuginfo config | David Wood | -7/+22 |
| 2022-03-10 | bootstrap: untangle static-libstdcpp & llvm-tools | Jon Gjengset | -1/+1 |
| 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 |