| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -2120/+0 |
| 2023-10-09 | Add `--enable-bolt-settings` bootstrap flag | Jakub Beránek | -0/+2 |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -3/+17 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -3/+17 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -5/+1 |
| 2023-09-17 | micro-level optimizations for bootstrap | onur-ozkan | -22/+7 |
| 2023-08-24 | Rollup merge of #115117 - pnkfelix:detect-and-report-nix-shell, r=albertlarsan68 | Weihang Lo | -2/+2 |
| 2023-08-22 | Better diagnostics for people using nix subshell on non-NixOS. | Felix S. Klock II | -2/+2 |
| 2023-08-22 | Disable bootstrap rustc version check | David Koloski | -1/+2 |
| 2023-08-13 | Rollup merge of #114069 - cuviper:profiler-path, r=Mark-Simulacrum | Guillaume Gomez | -6/+24 |
| 2023-08-10 | Rollup merge of #114278 - ozkanonur:validate-codegen-backend-config, r=clubby789 | Matthias Krüger | -2/+16 |
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -2/+2 |
| 2023-08-04 | Rollup merge of #114440 - kaniini:fix/bootstrap-version-compare, r=ozkanonur | Matthias Krüger | -1/+2 |
| 2023-08-04 | Auto merge of #114305 - lqd:bootstrap-strip, r=ozkanonur | bors | -1/+1 |
| 2023-08-03 | bootstrap: config: fix version comparison bug | Ariadne Conill | -1/+2 |
| 2023-07-31 | better error handling for `rust.codegen-backends` on deserialization | ozkanonur | -2/+16 |
| 2023-07-31 | allow `DebuginfoLevel` to be compared | Rémy Rakic | -1/+1 |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -2/+4 |
| 2023-07-31 | Remove BOLT from bootstrap | Jakub Beránek | -9/+0 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -17/+15 |
| 2023-07-25 | Allow using external builds of the compiler-rt profile lib | Josh Stone | -6/+24 |
| 2023-07-15 | Rollup merge of #113643 - jyn514:try-run, r=ozkanonur | jyn | -0/+12 |
| 2023-07-15 | Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecated | jyn | -0/+12 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -8/+8 |
| 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 |