about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2022-12-17Remove special cases for setup subcommandBenjamin Tong-4/+0
2022-12-17Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ...Joshua Nelson-1/+18
2022-12-10Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-12-05Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-12-05Rollup merge of #104952 - jyn514:setup, r=Mark-SimulacrumMatthias Krüger-19/+25
2022-12-03Don't exit with an error if there are no changes to submodulesJoshua Nelson-2/+15
2022-11-27suggested changesPratush Rai-1/+0
2022-11-27suggested changesPratush Rai-2/+2
2022-11-26Ensure required submodules at the same time as updating existing submodulesJoshua Nelson-3/+3
2022-11-26Don't update submodules for `x setup`Joshua Nelson-19/+25
2022-11-25bootstrapPratush Rai-2/+4
2022-11-19Set `download-ci-llvm = "if-available"` by default when `channel = "dev"`Joshua Nelson-2/+2
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-67/+34
2022-11-12Print "Checking/Building ..." message even when --dry-run is passedJoshua Nelson-3/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-23/+23
2022-10-26check lld version to choose correct flag for testsDaniil Belov-2/+2
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+1
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+1
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-4/+10
2022-10-02Rollup merge of #102557 - Joshument:master, r=jyn514Matthias Krüger-2/+3
2022-10-02Rollup merge of #102353 - bjorn3:allow_rustix_use_libc, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-10-01fix issue with x.py setup running into explicit panicJoshument-2/+3
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-4/+10
2022-10-01Auto merge of #101969 - reez12g:issue-101306, r=reez12gbors-0/+2
2022-10-01Add a comment to downloading fmt statementRento Ezoe-0/+1
2022-09-27Allow passing rustix_use_libc cfg using RUSTFLAGSbjorn3-0/+2
2022-09-26fix check_cfgPietro Albini-0/+1
2022-09-26Make fmt downloaded on every invocation of bootstrapreez12g-0/+1
2022-09-24Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514bors-13/+12
2022-09-22Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obkbors-7/+2
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-7/+2
2022-09-21Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-SimulacrumDylan DPC-0/+2
2022-09-19Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514bors-0/+5
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-0/+5
2022-09-16Remove the allow-list for dynamic linking of LLVM toolsChris Wailes-4/+0
2022-09-14Give a better error messages when the rustc shim is missingJoshua Nelson-1/+4
2022-09-14Fix pre-existing bug in exe checkJoshua Nelson-1/+1
2022-09-14Don't hardcode the path to `bootstrap_out`Joshua Nelson-13/+9
2022-09-02Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-SimulacrumMatthias Krüger-0/+3
2022-09-01Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-SimulacrumMatthias Krüger-5/+7
2022-09-01Rollup merge of #100852 - Samyak2:samyak/100459, r=Mark-SimulacrumMatthias Krüger-4/+9
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Avoid bootstrap from updating rls submoduleRaoul Strackx-1/+0
2022-08-29bootstrap: Add llvm-has-rust-patches target optionTyler Mandry-5/+7
2022-08-27Sunset RLSEric Huss-3/+0
2022-08-26Use getuid to check instead of USER env var in rustbuildSamyak Sarnayak-4/+9
2022-08-26`alloc`: add unstable cfg features `no_rc` and `no_sync`Miguel Ojeda-0/+2
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-1/+3
2022-08-10added some commentsshourya5-1/+2
2022-08-09replaced resume_unwind with process::exit to fixshourya5-5/+2