about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-4/+1
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
2024-07-23ensure std step before preparing sysrootonur-ozkan-0/+1
2024-07-23Rollup merge of #128098 - onur-ozkan:incompatible-option-behaviour, r=KobzolMatthias Krüger-11/+25
2024-07-23Rollup merge of #128060 - alexcrichton:include-wasm-component-ld-for-real-thi...Matthias Krüger-0/+5
2024-07-23make it possible to disable download-rustc if it's incompatibleonur-ozkan-11/+25
2024-07-22Fix inclusion of `wasm-component-ld` in dist artifactsAlex Crichton-0/+5
2024-07-22Move rustbook to its own workspace.Eric Huss-3/+14
2024-07-22Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+83
2024-07-22Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+3
2024-07-21Run `test-float-parse` as part of CITrevor Gross-0/+1
2024-07-20Expose `test-float-parse` via bootstrapTrevor Gross-0/+82