| Age | Commit message (Expand) | Author | Lines |
| 2024-06-29 | unify `bin_helpers` and `dylib` utility modules | onur-ozkan | -47/+54 |
| 2024-06-28 | Auto merge of #126701 - onur-ozkan:build-lld-if-enabled, r=Kobzol | bors | -7/+15 |
| 2024-06-28 | Migrate more `Command` usages to `BootstrapCmd` | Jakub Beránek | -20/+17 |
| 2024-06-28 | Get rid of `Deref/DerefMut` impl for `BootstrapCmd` | Jakub Beránek | -37/+44 |
| 2024-06-28 | Migrate a few command usages to `BootstrapCommand` | Jakub Beránek | -20/+19 |
| 2024-06-28 | Migrate a few command usages to `BootstrapCommand` | Jakub Beránek | -30/+31 |
| 2024-06-28 | Migrate `cargo_clippy_cmd` and `cargo_miri_cmd` to `BootstrapCommand` | Jakub Beránek | -17/+15 |
| 2024-06-28 | Migrate some usage of `Command` to `BootstrapCmd` | Jakub Beránek | -19/+73 |
| 2024-06-28 | Make it easier to migrate `Command` to `BootstrapCmd` | Jakub Beránek | -6/+23 |
| 2024-06-28 | Store `Command` directly inside `BootstrapCommand` | Jakub Beránek | -6/+31 |
| 2024-06-28 | Improve documentation of `BootstrapCommand` | Jakub Beránek | -0/+12 |
| 2024-06-28 | Remove `run` and rename `run_tracked` to `run` | Jakub Beránek | -32/+23 |
| 2024-06-28 | Remove `run_cmd` | Jakub Beránek | -24/+12 |
| 2024-06-28 | add change-tracker entry | onur-ozkan | -0/+5 |
| 2024-06-28 | add `lld = true` to default dist profile | onur-ozkan | -0/+1 |
| 2024-06-28 | Rollup merge of #126470 - onur-ozkan:optional-cargo-submodule, r=Kobzol | Matthias Krüger | -39/+32 |
| 2024-06-27 | remove unnecessary packages from `metadata::workspace_members` | onur-ozkan | -6/+5 |
| 2024-06-27 | Auto merge of #126728 - onur-ozkan:stage1-rustdoc, r=Kobzol | bors | -12/+11 |
| 2024-06-27 | Cleanup bootstrap check-cfg | Urgau | -33/+4 |
| 2024-06-27 | Implement `x perf` as a separate tool | Jakub Beránek | -22/+15 |
| 2024-06-27 | Auto merge of #126907 - glaubitz:sparc-fixes, r=nagisa | bors | -3/+6 |
| 2024-06-27 | Auto merge of #126692 - DianQK:nixos-patchelf, r=Nilstrieb | bors | -13/+8 |
| 2024-06-26 | set `on-broken-pipe` in `prepare_cargo_tool` | onur-ozkan | -6/+9 |
| 2024-06-24 | handle cargo submodule in a lazy-load way | onur-ozkan | -1/+9 |
| 2024-06-24 | refactor `tool_doc` macro in bootstrap | onur-ozkan | -24/+18 |
| 2024-06-24 | don't fetch/sync cargo submodule by default | onur-ozkan | -2/+1 |
| 2024-06-24 | bootstrap: exclude cargo from package metadata | onur-ozkan | -8/+1 |
| 2024-06-24 | bootstrap: Link against libatomic on 32-bit SPARC | John Paul Adrian Glaubitz | -3/+6 |
| 2024-06-24 | Rollup merge of #126298 - heiher:loongarch64-musl-ci, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2024-06-23 | Rollup merge of #126616 - onur-ozkan:less-warnings, r=Mark-Simulacrum | Matthias Krüger | -5/+11 |
| 2024-06-23 | Rollup merge of #126230 - onur-ozkan:followup-126225, r=Mark-Simulacrum | Matthias Krüger | -29/+3 |
| 2024-06-23 | Promote loongarch64-unknown-linux-musl to Tier 2 with host tools | WANG Rui | -1/+2 |
| 2024-06-23 | Rollup merge of #126782 - mtilda:mtilda/patch/x-test-with-absolute-paths, r=o... | Matthias Krüger | -9/+29 |
| 2024-06-22 | Support absolute `PATHS` in `x.py test [PATHS]` | Mathilda | -9/+29 |
| 2024-06-23 | Try to clarify the confusingly-named `RustDev` and `RustcDev` steps | Zalathar | -0/+9 |
| 2024-06-22 | Rollup merge of #126318 - Kobzol:bootstrap-perf, r=onur-ozkan | Matthias Krüger | -7/+140 |
| 2024-06-22 | Rollup merge of #126731 - Kobzol:bootstrap-cmd-refactor, r=onur-ozkan | Guillaume Gomez | -106/+131 |
| 2024-06-22 | Apply review comments. | Jakub Beránek | -5/+5 |
| 2024-06-22 | Wrap std `Output` in `CommandOutput` | Jakub Beránek | -12/+13 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -1/+1 |
| 2024-06-20 | Improve html-checker error message | Lukas Bergdoll | -1/+1 |
| 2024-06-20 | Appease `clippy` | Jakub Beránek | -14/+14 |
| 2024-06-20 | Remove unused import | Jakub Beránek | -1/+1 |
| 2024-06-20 | Implement `run_cmd` in terms of `run_tracked` | Jakub Beránek | -72/+1 |
| 2024-06-20 | Remove `run_delaying_failure` | Jakub Beránek | -30/+32 |
| 2024-06-20 | Remove `run_quiet_delaying_failure` | Jakub Beránek | -13/+10 |
| 2024-06-20 | Remove `run_quiet` | Jakub Beránek | -14/+8 |
| 2024-06-20 | Implement new command execution logic | Jakub Beránek | -2/+104 |
| 2024-06-20 | bootstrap-rustdoc: use current stage if download-rustc enabled | onur-ozkan | -12/+11 |
| 2024-06-19 | ignore `llvm::Lld` step if `lld` is not enabled | onur-ozkan | -7/+9 |