about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
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