| Age | Commit message (Expand) | Author | Lines |
| 2023-04-01 | bootstrap replace atty with is-terminal, dedupe few deps | klensy | -2/+4 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -3/+3 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -0/+6 |
| 2023-03-21 | Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrum | nils | -0/+4 |
| 2023-03-21 | change default to fast for everyone but the user profile | Pietro Albini | -1/+1 |
| 2023-03-17 | Initialize rust_info before is_ci_llvm_available() | Nikita Popov | -4/+5 |
| 2023-03-15 | add `enable-warnings` flag for llvm | ozkanonur | -0/+3 |
| 2023-03-14 | add dist.compression-profile option to control compression speed | Pietro Albini | -0/+4 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -2/+2 |
| 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 | -4/+0 |
| 2023-03-05 | Remove the option to disable `llvm-version-check` | Joshua Nelson | -4/+0 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -9/+0 |
| 2023-03-02 | add a splash of color | Pietro Albini | -0/+6 |
| 2023-03-01 | Remove `llvm.skip-rebuild` option | Joshua Nelson | -9/+0 |
| 2023-02-28 | Add a new config flag, dist.include-mingw-linker. | James Farrell | -0/+4 |
| 2023-02-27 | Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68 | Matthias Krüger | -0/+1 |
| 2023-02-27 | Allow building serde and serde_derive in parallel | bjorn3 | -0/+1 |
| 2023-02-24 | Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-mir | yukang | -0/+3 |
| 2023-02-19 | Download rustfmt regardless of rustc being set in config.toml | KittyBorgX | -9/+0 |
| 2023-02-10 | Pass arguments to `x` subcommands with `--` | clubby789 | -0/+5 |
| 2023-02-03 | Auto merge of #107241 - clubby789:bootstrap-lto-off, r=simulacrum | bors | -1/+3 |
| 2023-01-30 | Rollup merge of #107264 - ferrocene:pa-private-items, r=Mark-Simulacrum | Dylan DPC | -0/+3 |
| 2023-01-27 | Revisit fix_is_ci_llvm_available logic; read build triple from toml | Sergey Prytkov | -0/+3 |
| 2023-01-26 | Add `rust.lto=off` to bootstrap | clubby789 | -1/+3 |
| 2023-01-24 | add option to include private items in library docs | Pietro Albini | -0/+3 |
| 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 |