about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-07-13Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkanbors-73/+175
2024-07-13Avoid more instances of unused command execution in dry runJakub Beránek-15/+7
2024-07-13Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviperJacob Pratt-2/+2
2024-07-12Fix incorrect NDEBUG handling in LLVM bindingsNikita Popov-2/+2
2024-07-12Test `build_helper` with the stage 0 compilerJakub Beránek-3/+2
2024-07-12Modify FIXME commentJakub Beránek-1/+1
2024-07-12Simplify command executions for plain source tarballsJakub Beránek-5/+1
2024-07-12Disarm drop bombs for unexecuted test Cargo commandsJakub Beránek-1/+2
2024-07-12Remove unused rustdoc commandJakub Beránek-4/+0
2024-07-12Fix a case where a RustBook command is potentially not executedJakub Beránek-2/+7
2024-07-12Improve the `Debug` representation of `BootstrapCommand`Jakub Beránek-1/+13
2024-07-12Print command creation and execution location when it failsJakub Beránek-4/+19
2024-07-12Add `DropBomb` to `BootstrapCommand`Jakub Beránek-0/+20
2024-07-12Make `command` field of `BootstrapCommand` private to force access to it thro...Jakub Beránek-42/+60
2024-07-12Configure test execution for the `build_helper` crate in bootstrapJakub Beránek-0/+48
2024-07-12Rollup merge of #127552 - onur-ozkan:unnecessary-git-usage, r=KobzolMatthias Krüger-16/+7
2024-07-10Rollup merge of #126476 - ferrocene:pa-bootstrap-test-local-rustc, r=onur-ozkanMatthias Krüger-2/+44
2024-07-10use utils::helpers::exePietro Albini-7/+2
2024-07-10remove unnecessary `git` usagesonur-ozkan-16/+7
2024-07-09Unconditionally use stage0 build compilerAlex Crichton-1/+1
2024-07-09Update how wasm-component-ld is builtAlex Crichton-28/+1
2024-07-09Promote the `wasm32-wasip2` target to Tier 2Alex Crichton-0/+43
2024-07-09set the correct rustc and cargo even for tests invoking parse_innerPietro Albini-13/+12
2024-07-08Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789Matthias Krüger-11/+5
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-4/+4
2024-07-08set the correct executable for initial_{rustc,cargo}Pietro Albini-2/+17
2024-07-07bootstrap: once_cell::sync::Lazy -> std::sync::LazyLockPavel Grigorenko-11/+5
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