about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-07-07Update src/bootstrap/mk/Makefile.inzachs18-1/+1
2024-07-07Re-enable Miri leak checking in CI.zachs18-3/+2
2024-07-07use "bootstrap" instead of "rustbuild" in comments and docsonur-ozkan-30/+29
2024-07-06Add `#[must_use]` attribute to several command-related methodsJakub Beránek-1/+13
2024-07-06handle ci-rustc incompatible options during config parseonur-ozkan-7/+118
2024-07-06Mark format! with must_use hintlukas-4/+4
2024-07-04Add a shortcut helper function `command` for creating commandsJakub Beránek-111/+94
2024-07-04Add `run` method to `BootstrapCommand`Jakub Beránek-288/+288
2024-07-04Do not consider LLDB version to be valid if it is emptyJakub Beránek-8/+3
2024-07-03Rebase on masterJakub Beránek-1/+5
2024-07-03Simplify and generalize implementation of output modeJakub Beránek-38/+42
2024-07-03Review changesJakub Beránek-18/+18
2024-07-03Handle execution of dry run commandsJakub Beránek-8/+23
2024-07-03Refactor command outcome handlingJakub Beránek-51/+93
2024-07-03Allow unused `Tool` variantsJakub Beránek-0/+1
2024-07-03Remove various usages of the `output` functionJakub Beránek-132/+120
2024-07-03Remove temporary `BootstrapCommand` trait implsJakub Beránek-143/+114
2024-07-03Make `git` helper return `BootstrapCmd`Jakub Beránek-80/+112
2024-07-03Improve documentationJakub Beránek-3/+4
2024-07-03Rollup merge of #127270 - klensy:PROCESS_MEMORY_COUNTERS, r=KobzolMatthias Krüger-12/+5
2024-07-03Rollup merge of #127050 - Kobzol:reproducibility-git, r=onur-ozkanMatthias Krüger-1/+25
2024-07-03bootstrap: pass correct struct size to winapiklensy-12/+5
2024-07-02Auto merge of #127152 - ChrisDenton:rename, r=onur-ozkanbors-1/+9
2024-07-02Use `cfg!(windows)`Chris Denton-1/+1
2024-07-01fail on component linking errorsonur-ozkan-3/+6
2024-07-01improve the way bootstrap handles rustlib componentsonur-ozkan-26/+26
2024-06-30Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzolbors-33/+4
2024-06-30Distribute rustc_codegen_cranelift for arm64 macOSbjorn3-1/+3
2024-06-30Try renaming the file if removing failsChris Denton-1/+9
2024-06-29Rollup merge of #127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkanMatthias Krüger-22/+15
2024-06-29Review changesJakub Beránek-1/+1
2024-06-29Make mtime of reproducible tarball dependent on git commitJakub Beránek-1/+25
2024-06-29Rollup merge of #127112 - ChrisDenton:lldb, r=KobzolGuillaume Gomez-12/+14
2024-06-29Update test.rsChris Denton-15/+13
2024-06-29Don't get output if `lldb --version` errorsChris Denton-0/+4
2024-06-29Rollup merge of #127108 - onur-ozkan:bin-helper, r=KobzolMatthias Krüger-117/+166
2024-06-29Rollup merge of #126822 - Kobzol:bootstrap-cmd-refactor-2, r=onur-ozkanMatthias Krüger-173/+262
2024-06-29create `shared_helpers::parse_value_from_args`onur-ozkan-27/+69
2024-06-29unify `bin_helpers` and `dylib` utility modulesonur-ozkan-47/+54
2024-06-28Auto merge of #126701 - onur-ozkan:build-lld-if-enabled, r=Kobzolbors-7/+15
2024-06-28Migrate more `Command` usages to `BootstrapCmd`Jakub Beránek-20/+17
2024-06-28Get rid of `Deref/DerefMut` impl for `BootstrapCmd`Jakub Beránek-37/+44
2024-06-28Migrate a few command usages to `BootstrapCommand`Jakub Beránek-20/+19
2024-06-28Migrate a few command usages to `BootstrapCommand`Jakub Beránek-30/+31
2024-06-28Migrate `cargo_clippy_cmd` and `cargo_miri_cmd` to `BootstrapCommand`Jakub Beránek-17/+15
2024-06-28Migrate some usage of `Command` to `BootstrapCmd`Jakub Beránek-19/+73
2024-06-28Make it easier to migrate `Command` to `BootstrapCmd`Jakub Beránek-6/+23
2024-06-28Store `Command` directly inside `BootstrapCommand`Jakub Beránek-6/+31
2024-06-28Improve documentation of `BootstrapCommand`Jakub Beránek-0/+12
2024-06-28Remove `run` and rename `run_tracked` to `run`Jakub Beránek-32/+23