| Age | Commit message (Expand) | Author | Lines |
| 2022-12-24 | Rollup merge of #105465 - jyn514:docs, r=Mark-Simulacrum | Matthias Krüger | -4/+1 |
| 2022-12-23 | Remove ancient and outdated references to `config.mk` | Joshua Nelson | -4/+1 |
| 2022-12-23 | Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3 | Matthias Krüger | -0/+4 |
| 2022-12-22 | Allow building std with cranelift | Joshua Nelson | -0/+4 |
| 2022-12-17 | Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to run | Joshua Nelson | -0/+1 |
| 2022-12-10 | Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-Simulacrum | Matthias Krüger | -94/+108 |
| 2022-12-06 | Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix | Matthias Krüger | -0/+3 |
| 2022-11-19 | Set `download-ci-llvm = "if-available"` by default when `channel = "dev"` | Joshua Nelson | -94/+108 |
| 2022-11-19 | Rollup merge of #103969 - ferrocene:pa-download-rustc-ui-tests, r=jyn514 | Matthias Krüger | -9/+15 |
| 2022-11-17 | fmt | Pietro Albini | -1/+1 |
| 2022-11-17 | set correct default value for cc and cxx on android | Pietro Albini | -2/+7 |
| 2022-11-16 | normalize download-rustc's prefix when running compiletests | Pietro Albini | -9/+15 |
| 2022-11-15 | add the build.reuse config option to choose the reuse binary | Pietro Albini | -0/+3 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -226/+88 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -6/+24 |
| 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 |