about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2024-07-20Rollup merge of #127463 - onur-ozkan:precompiled-rustdoc, r=KobzolMatthias Krüger-46/+106
2024-07-20use precompiled rustdoc with CI rustconur-ozkan-6/+53
2024-07-20Rollup merge of #127984 - nyurik:src-refs, r=onur-ozkanMatthias Krüger-8/+8
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-8/+8
2024-07-19Add a change tracker entryAlex Crichton-0/+5
2024-07-19Conditionally build `wasm-component-ld`Alex Crichton-5/+20
2024-07-18Rollup merge of #127913 - onur-ozkan:broken-defaults, r=KobzolMatthias Krüger-4/+5
2024-07-18Allow a git command for getting the current branch in bootstrap to failJakub Beránek-0/+1
2024-07-18remove `debug-logging` default from tools profileonur-ozkan-4/+5
2024-07-18Add missing GHA group for building `llvm-bitcode-linker`Jakub Beránek-0/+9
2024-07-17abstract merge-base commit logiconur-ozkan-40/+53
2024-07-17Auto merge of #127851 - tgross35:rollup-i39um74, r=tgross35bors-1/+1
2024-07-17Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzolbors-1/+33
2024-07-17maintain the given order on step executiononur-ozkan-1/+33
2024-07-17bootstrap: open llvm_config as r+w许杰友 Jieyou Xu (Joe)-1/+1
2024-07-16Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-SimulacrumTrevor Gross-0/+16