| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | support enable rpath in each target independently | Wang Qilin | -0/+7 |
| 2023-05-04 | Use `free-args` consistently in bootstrap | jyn | -0/+22 |
| 2023-04-30 | bootstrap: Fix compile error: unused-mut | WANG Rui | -1/+1 |
| 2023-04-15 | Fix `x test rust-installer` when `cargo` is set to a relative path | jyn | -1/+3 |
| 2023-04-09 | feat: implement basic suggest-tests tool | Ezra Shaw | -14/+10 |
| 2023-04-09 | Rollup merge of #110059 - gimbles:git-hash, r=ozkanonur | Yuki Okushi | -6/+6 |
| 2023-04-08 | s/ignore_git/omit_git_hash | Gimbles | -6/+6 |
| 2023-04-07 | Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si... | bors | -6/+15 |
| 2023-04-08 | download beta compiler toolchain in bootstrap if it doesn't yet exist | ozkanonur | -6/+15 |
| 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 |