| Age | Commit message (Expand) | Author | Lines |
| 2024-07-06 | handle ci-rustc incompatible options during config parse | onur-ozkan | -7/+118 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -4/+4 |
| 2024-07-04 | Add a shortcut helper function `command` for creating commands | Jakub Beránek | -111/+94 |
| 2024-07-04 | Add `run` method to `BootstrapCommand` | Jakub Beránek | -288/+288 |
| 2024-07-04 | Do not consider LLDB version to be valid if it is empty | Jakub Beránek | -8/+3 |
| 2024-07-03 | Rebase on master | Jakub Beránek | -1/+5 |
| 2024-07-03 | Simplify and generalize implementation of output mode | Jakub Beránek | -38/+42 |
| 2024-07-03 | Review changes | Jakub Beránek | -18/+18 |
| 2024-07-03 | Handle execution of dry run commands | Jakub Beránek | -8/+23 |
| 2024-07-03 | Refactor command outcome handling | Jakub Beránek | -51/+93 |
| 2024-07-03 | Allow unused `Tool` variants | Jakub Beránek | -0/+1 |
| 2024-07-03 | Remove various usages of the `output` function | Jakub Beránek | -132/+120 |
| 2024-07-03 | Remove temporary `BootstrapCommand` trait impls | Jakub Beránek | -143/+114 |
| 2024-07-03 | Make `git` helper return `BootstrapCmd` | Jakub Beránek | -80/+112 |
| 2024-07-03 | Improve documentation | Jakub Beránek | -3/+4 |
| 2024-07-03 | Rollup merge of #127270 - klensy:PROCESS_MEMORY_COUNTERS, r=Kobzol | Matthias Krüger | -12/+5 |
| 2024-07-03 | Rollup merge of #127050 - Kobzol:reproducibility-git, r=onur-ozkan | Matthias Krüger | -1/+25 |
| 2024-07-03 | bootstrap: pass correct struct size to winapi | klensy | -12/+5 |
| 2024-07-02 | Auto merge of #127152 - ChrisDenton:rename, r=onur-ozkan | bors | -1/+9 |
| 2024-07-02 | Use `cfg!(windows)` | Chris Denton | -1/+1 |
| 2024-07-01 | fail on component linking errors | onur-ozkan | -3/+6 |
| 2024-07-01 | improve the way bootstrap handles rustlib components | onur-ozkan | -26/+26 |
| 2024-06-30 | Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol | bors | -33/+4 |
| 2024-06-30 | Distribute rustc_codegen_cranelift for arm64 macOS | bjorn3 | -1/+3 |
| 2024-06-30 | Try renaming the file if removing fails | Chris Denton | -1/+9 |
| 2024-06-29 | Rollup merge of #127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkan | Matthias Krüger | -22/+15 |
| 2024-06-29 | Review changes | Jakub Beránek | -1/+1 |
| 2024-06-29 | Make mtime of reproducible tarball dependent on git commit | Jakub Beránek | -1/+25 |
| 2024-06-29 | Rollup merge of #127112 - ChrisDenton:lldb, r=Kobzol | Guillaume Gomez | -12/+14 |
| 2024-06-29 | Update test.rs | Chris Denton | -15/+13 |
| 2024-06-29 | Don't get output if `lldb --version` errors | Chris Denton | -0/+4 |
| 2024-06-29 | Rollup merge of #127108 - onur-ozkan:bin-helper, r=Kobzol | Matthias Krüger | -117/+166 |
| 2024-06-29 | Rollup merge of #126822 - Kobzol:bootstrap-cmd-refactor-2, r=onur-ozkan | Matthias Krüger | -173/+262 |
| 2024-06-29 | create `shared_helpers::parse_value_from_args` | onur-ozkan | -27/+69 |
| 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 |