| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | move bootstrap utils into bootstrap/src/utils module | onur-ozkan | -1862/+0 |
| 2023-10-14 | Rollup merge of #116577 - onur-ozkan:add-safety-block-on-unsafe, r=clubby789 | Matthias Krüger | -0/+4 |
| 2023-10-09 | add `SAFETY` block on usage of unsafe `getuid` | onur-ozkan | -0/+4 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -11/+2 |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -1/+22 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -1/+22 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -1/+3 |
| 2023-09-17 | Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl... | bors | -5/+6 |
| 2023-09-17 | micro-level optimizations for bootstrap | onur-ozkan | -5/+6 |
| 2023-09-06 | fix log formatting in bootstrap | Goldstein | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -1/+1 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-07-31 | Remove BOLT from bootstrap | Jakub Beránek | -1/+0 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -25/+23 |
| 2023-07-26 | add aarch64-unknown-teeos target | 天命剑主 | -1/+1 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+2 |
| 2023-07-23 | Fix test panics for submodule of book is not updated | yukang | -5/+1 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -2/+6 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+2 |
| 2023-07-15 | Rollup merge of #113643 - jyn514:try-run, r=ozkanonur | jyn | -4/+29 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -5/+5 |
| 2023-07-15 | Replace `builder::try_run_quiet` with `run_quiet_delaying_failure` | jyn | -3/+12 |
| 2023-07-15 | Rename `Builder::try_run` to `run_delaying_failure` | jyn | -1/+1 |
| 2023-07-15 | Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecated | jyn | -1/+17 |
| 2023-07-14 | Add `track_caller` to builder.msg | jyn | -0/+7 |
| 2023-07-14 | Add must_use to `msg_` functions | jyn | -0/+6 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -0/+1 |
| 2023-07-13 | Support `x suggest` with build-metrics | jyn | -1/+1 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -4/+4 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -5/+0 |
| 2023-07-11 | Move `ci_rustc_dir` to Config and use it consistently | jyn | -5/+0 |
| 2023-07-05 | Fix submodule handling when the current branch is named after a tag | jyn | -0/+3 |
| 2023-07-01 | Use RustOptimize to set optimize | hi-rustin | -1/+1 |
| 2023-06-25 | Switch some more Steps to `builder.msg` | jyn | -0/+9 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -6/+8 |
| 2023-06-12 | add support for blessing panic=abort mir-opt tests | Pietro Albini | -0/+1 |
| 2023-06-12 | return dummy cc and friends during dry runs | Pietro Albini | -0/+18 |
| 2023-06-12 | allow mutating the c compilers detected by bootstrap | Pietro Albini | -24/+24 |
| 2023-06-07 | Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrum | bors | -2/+7 |
| 2023-06-05 | Test the PGO/BOLT/LTO optimized x64 Linux compiler on CI | Jakub Beránek | -2/+7 |
| 2023-06-04 | Don't double-print status messages in GHA | jyn | -1/+0 |
| 2023-05-31 | Fix the progress message for `x doc rustc` | jyn | -4/+4 |
| 2023-05-31 | Rollup merge of #112084 - ozkanonur:improvements, r=clubby789 | Matthias Krüger | -15/+4 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -15/+4 |
| 2023-05-29 | Extend `msg` and `description` to work with any subcommand | jyn | -2/+2 |
| 2023-05-27 | Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,... | Mark Rousskov | -1/+0 |
| 2023-05-25 | Generate docs for bootstrap itself | jyn | -0/+4 |
| 2023-05-20 | Read beta version from the version file ... | liushuyu | -6/+27 |
| 2023-05-14 | fix | yukang | -0/+1 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -2/+2 |