| Age | Commit message (Expand) | Author | Lines |
| 2022-11-10 | Avoid runtime dependency on static libstdc++ | kubycsolutions | -1/+1 |
| 2022-11-07 | Only set config.config to None when using default path | Tanner Davies | -1/+2 |
| 2022-11-05 | Place config.toml in current working directory if config not found | Tanner Davies | -2/+2 |
| 2022-11-03 | Fix artifact version/channel detection for stable | Mark Rousskov | -15/+40 |
| 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/+3 |
| 2022-10-23 | Add `rust.lto` config option | Jakub Beránek | -0/+31 |
| 2022-10-10 | Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrum | bors | -0/+11 |
| 2022-10-09 | Use BOLT in x64 dist CI to optimize LLVM | Jakub Beránek | -0/+11 |
| 2022-10-08 | Rollup merge of #102581 - jyn514:src-detection, r=Mark-Simulacrum | Matthias Krüger | -1/+10 |
| 2022-10-02 | Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrum | bors | -7/+18 |
| 2022-10-02 | Make the `config.src` handling for downloadable bootstrap a little more conse... | Joshua Nelson | -1/+10 |
| 2022-10-01 | fix: use git-commit-info for version information | dawnofmidnight | -7/+18 |
| 2022-09-29 | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula... | bors | -0/+4 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -0/+4 |
| 2022-09-25 | Support overriding initial rustc and cargo paths | Mark Rousskov | -6/+8 |
| 2022-09-20 | Update src/bootstrap/config.rs | Tuna | -0/+1 |
| 2022-09-20 | Update src/bootstrap/config.rs | Tuna | -1/+8 |
| 2022-09-14 | Make it possible to run bootstrap on a different machine than the one it was ... | Joshua Nelson | -4/+44 |
| 2022-09-01 | Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2022-08-29 | bootstrap: Add llvm-has-rust-patches target option | Tyler Mandry | -0/+3 |
| 2022-08-20 | Enable downloading prebuilt LLVM in test builders | Mark Rousskov | -1/+1 |
| 2022-08-19 | Refactor if-available setting to work in CI | Mark Rousskov | -35/+1 |
| 2022-08-19 | Minor refactoring | Mark Rousskov | -2/+1 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -1/+1 |
| 2022-08-09 | LLVM lib unwind fuchsia config | Andrew Pollack | -1/+5 |
| 2022-07-30 | Discover channel for artifact download | Mark Rousskov | -5/+11 |
| 2022-07-26 | Don't build std for *-uefi targets | Nicholas Bishop | -1/+5 |
| 2022-07-14 | Don't build std for switch | leo60228 | -1/+1 |
| 2022-07-11 | configure nightly branch name in stage0.json | Pietro Albini | -0/+1 |
| 2022-07-11 | Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrum | bors | -12/+18 |
| 2022-07-10 | Allow using `download-ci-llvm = true` outside the git checkout | Joshua Nelson | -12/+18 |
| 2022-07-08 | Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2022-07-07 | squash the commits | toshiki goto | -5/+3 |
| 2022-07-01 | Fix caching bug in `download-rustc = true` | Joshua Nelson | -1/+2 |
| 2022-06-30 | Add a `--build-dir` flag to rustbuild | Thom Chiovoloni | -1/+1 |
| 2022-06-18 | Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514 | Yuki Okushi | -16/+47 |
| 2022-06-13 | move stage0 config closer to Config | Pietro Albini | -22/+22 |
| 2022-06-10 | fix tests | Pietro Albini | -0/+3 |
| 2022-06-09 | load configuration for downloading artifacts from stage0.json | Pietro Albini | -16/+44 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -1/+1 |
| 2022-06-07 | Add a `DownloadSource` enum | Joshua Nelson | -43/+26 |
| 2022-06-07 | Add checksum verification for rustfmt downloads | Joshua Nelson | -9/+57 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -17/+116 |
| 2022-06-07 | Simplify handling of `initial_rustfmt` | Joshua Nelson | -13/+5 |
| 2022-06-07 | Rename `download_component` -> `download_ci_component` | Joshua Nelson | -4/+4 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -1/+1 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -4/+142 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -1/+1 |