| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -805/+0 |
| 2023-03-07 | Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2023-03-07 | Rollup merge of #108619 - jyn514:llvm-version-check, r=cuviper | Yuki Okushi | -5/+0 |
| 2023-03-05 | Remove the option to disable `llvm-version-check` | Joshua Nelson | -5/+0 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2023-03-03 | ./configure script should only show blocks (and associated comments) where it... | Alex Huang | -0/+1 |
| 2023-03-01 | Remove `llvm.skip-rebuild` option | Joshua Nelson | -6/+0 |
| 2023-02-28 | Add a new config flag, dist.include-mingw-linker. | James Farrell | -0/+4 |
| 2023-02-24 | Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-mir | yukang | -0/+3 |
| 2023-02-03 | Auto merge of #107241 - clubby789:bootstrap-lto-off, r=simulacrum | bors | -1/+2 |
| 2023-01-26 | Add `rust.lto=off` to bootstrap | clubby789 | -1/+2 |
| 2023-01-24 | add option to include private items in library docs | Pietro Albini | -0/+3 |
| 2023-01-14 | Make stage2 rustdoc and proc-macro-srv disableable in x.py install | David Tolnay | -5/+18 |
| 2022-12-10 | Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-Simulacrum | Matthias Krüger | -4/+3 |
| 2022-11-24 | address review feedback | Pietro Albini | -4/+7 |
| 2022-11-19 | Set `download-ci-llvm = "if-available"` by default when `channel = "dev"` | Joshua Nelson | -4/+3 |
| 2022-11-15 | add the build.reuse config option to choose the reuse binary | Pietro Albini | -0/+7 |
| 2022-11-10 | Avoid runtime dependency on static libstdc++ | kubycsolutions | -3/+4 |
| 2022-10-29 | Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred" | Mark Rousskov | -4/+0 |
| 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 |