| Age | Commit message (Expand) | Author | Lines |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -5/+33 |
| 2023-07-11 | Move `ci_rustc_dir` to Config and use it consistently | jyn | -0/+6 |
| 2023-07-09 | Use String or Int to set the opt level | hi-rustin | -13/+60 |
| 2023-07-05 | allow mixing `llvm.assertions` and `download-rustc` | jyn | -14/+0 |
| 2023-07-05 | check ci-rustc options | jyn | -3/+39 |
| 2023-07-05 | Make `--dry-run` more useful when download-rustc is enabled | jyn | -2/+2 |
| 2023-07-01 | Add tests for RustOptimize | hi-rustin | -1/+1 |
| 2023-07-01 | Use RustOptimize to set optimize | hi-rustin | -5/+43 |
| 2023-06-26 | bootstrap: rename 'user' profile to 'dist' | clubby789 | -0/+8 |
| 2023-06-12 | add support for blessing panic=abort mir-opt tests | Pietro Albini | -1/+15 |
| 2023-06-11 | Don't override `debuginfo-level = 1` to mean `line-tables-only` | jyn | -14/+72 |
| 2023-06-10 | Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-Simulacrum | Matthias Krüger | -3/+2 |
| 2023-06-05 | bootstrap: remove dep `is-terminal` | kadiwa | -2/+1 |
| 2023-06-04 | cleanup now that Kind is no longer used for excludes | jyn | -3/+2 |
| 2023-06-03 | only check when we specify rustc in config.toml | yukang | -2/+43 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -6/+7 |
| 2023-05-27 | Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,... | Mark Rousskov | -38/+0 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -26/+124 |
| 2023-05-19 | Override config.toml options from command line | clubby789 | -26/+124 |
| 2023-05-14 | comment feedback | yukang | -1/+2 |
| 2023-05-14 | fix | yukang | -2/+1 |
| 2023-05-14 | skip rustc version check in dry_run | yukang | -0/+4 |
| 2023-05-14 | Make sure the build.rustc version is either the same or 1 apart | yukang | -0/+34 |
| 2023-05-09 | Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=alber... | Matthias Krüger | -0/+7 |
| 2023-05-07 | Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrum | bors | -11/+28 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -11/+28 |
| 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 |