about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-08-03Remove another false-negative hidden by dead code changesMichael Goulet-4/+0
2024-08-03Promote aarch64-apple-darwin to Tier 1Evelyn Harthbrooke-1/+1
2024-08-03allow setting `link-shared` and `static-libstdcpp` with CI LLVMonur-ozkan-3/+17
2024-08-02bootstrap: fix bug preventing the use of custom targetsbinarycat-3/+14
2024-08-02Move the standard library to a separate workspacebjorn3-1/+7
2024-08-02Rollup merge of #128436 - GuillaumeGomez:update-sysinfo, r=clubby789Matthias Krüger-37/+93
2024-08-01Update sysinfo version to 0.31.2Guillaume Gomez-37/+93
2024-08-01Rollup merge of #128437 - onur-ozkan:handle-llvm-tools-properly, r=albertlars...Matthias Krüger-3/+34
2024-07-31improve bootstrap to allow selecting llvm tools individuallyonur-ozkan-3/+34
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-4/+1
2024-07-30set `force_recompile: true` if library is modifiedonur-ozkan-8/+31
2024-07-29Rollup merge of #128342 - onur-ozkan:ci-env-usage, r=KobzolMatthias Krüger-8/+6
2024-07-29simplify the use of `CiEnv`onur-ozkan-8/+6
2024-07-29ignore `crates` if running unit testsonur-ozkan-0/+5
2024-07-29remove the requirement of `Builder` arg in `doc::Std::new` functiononur-ozkan-18/+2
2024-07-29allow running `x doc` on std for no_std targetsonur-ozkan-8/+2
2024-07-29handle no_std targets on std buildsonur-ozkan-8/+22
2024-07-29Rollup merge of #128269 - onur-ozkan:improve-cargo-invocations, r=Mark-Simula...Matthias Krüger-117/+151
2024-07-29Reformat `use` declarations.Nicholas Nethercote-208/+166
2024-07-28step cfg(bootstrap)Mark Rousskov-4/+1
2024-07-28Auto merge of #128301 - matthiaskrgr:rollup-9fyf587, r=matthiaskrgrbors-92/+219
2024-07-28Rollup merge of #128215 - ehuss:update-reference, r=KobzolMatthias Krüger-92/+219
2024-07-28Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkanbors-171/+167
2024-07-27improve `check::{Std, Rustc}` to handle clippy properlyonur-ozkan-11/+37
2024-07-27Rename require_and_update_submodule to require_submoduleEric Huss-25/+25
2024-07-27Add clarifying documentation to require_and_update_submodule.Eric Huss-1/+4
2024-07-27Change prebuilt_llvm_config to not be required.Eric Huss-1/+2
2024-07-27Change the blanket submodule update for library submodules to be requiredEric Huss-1/+7
2024-07-27Consistently use a string to represent a submodule.Eric Huss-11/+11
2024-07-27Add more descriptions to why submodules are required.Eric Huss-5/+13
2024-07-27Fix mistake setting ONLY_HOSTS for Reference.Eric Huss-1/+0
2024-07-27refactor cargo invocations with strongly-typed subcommandonur-ozkan-109/+117
2024-07-27add change entry for `rust.channel` defaultsonur-ozkan-0/+5
2024-07-26Fix storing of stdout/stderr in bootstrap commands that failed to startJakub Beránek-3/+13
2024-07-26Fix broken doc linkJakub Beránek-1/+1
2024-07-26Fix usages of old command APIJakub Beránek-3/+2
2024-07-26Make it easier to detect when bootstrap tries to read uncaptured stdout/stderrJakub Beránek-20/+32
2024-07-26Make command output capturing more explicitJakub Beránek-145/+120
2024-07-26Update Android testing to API 21, matching NDK 26Matthew Maurer-5/+8
2024-07-25Integrate mdbook-spec for the reference.Eric Huss-11/+66
2024-07-25Make sure submodules are checked out with `x test`Eric Huss-7/+17
2024-07-25Clarify comment about why bootstrap tests need src/doc/bookEric Huss-3/+6
2024-07-25Add require_and_update_submodule to ensure submodules existEric Huss-50/+87
2024-07-25Fix rustbook submodule update locationEric Huss-7/+11
2024-07-25Remove outdated comment about update_submoduleEric Huss-1/+0
2024-07-25Remove argument from the submodules methodEric Huss-5/+8
2024-07-25Clarify comment on update_existing_submodulesEric Huss-1/+2
2024-07-25Remove `pub` from update_existing_submodulesEric Huss-1/+1
2024-07-25Remove comment about bootstrap.py handling submodulesEric Huss-2/+0
2024-07-24Rollup merge of #128108 - onur-ozkan:ensure-std-for-precompiled-rustc, r=KobzolMatthias Krüger-0/+1