about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2022-05-24Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-SimulacrumYuki Okushi-19/+11
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-19/+11
2022-05-22Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-SimulacrumJack Huey-1/+0
2022-05-22Avoid accidentally enabling unstable features in compilers (take 2)Joshua Nelson-1/+0
2022-05-15Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrumbors-18/+35
2022-05-08Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrumbors-0/+4
2022-05-01Use curl by defaultThomas Applencourt-18/+35
2022-05-01Initialize rust-analyzer submodule on bootstrapyungkneez-0/+4
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-149/+0
2022-04-19Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-SimulacrumDylan DPC-1/+1
2022-04-13Rollup merge of #95885 - gimbles:patch-1, r=Mark-SimulacrumDylan DPC-1/+5
2022-04-13Improve error message when there's no checksumgimbles-1/+5
2022-04-12Rollup merge of #95671 - gimbles:master, r=Mark-Simulacrumfee1-dead-2/+2
2022-04-11Auto merge of #95796 - bzEq:bzEq/curl-redirect, r=Dylan-DPCbors-0/+1
2022-04-10Allow usage of sudo while not accessing rootgimbles-2/+2
2022-04-09Check for git submodules in non-git source tree.Eric Huss-2/+13
2022-04-08Fix typo in bootstrap.pyYacin Tmimi-1/+1
2022-04-08[bootstrap.py] Instruct curl to follow redirectKai Luo-0/+1
2022-03-23bootstrap.py: nixos check in /etc/os-release with quotesBenjamin Herr-1/+1
2022-03-09Fallback to top-level config.toml if not present in current directoryJoshua Nelson-5/+7
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-2/+0
2022-03-07Move some more bootstrap logic from python to rustJoshua Nelson-2/+1
2022-02-12Suggest disabling download-ci-llvm option if url fails to downloadBadel2-8/+20
2022-02-07bootstrap: prefer using '--config' over 'RUST_BOOTSTRAP_CONFIG'Muhammad Falak R Wani-2/+2
2022-01-14Typos fixMaxwase-1/+1
2022-01-05Break the loopChris Denton-1/+3
2022-01-04Label more build steps.Nicholas Nethercote-1/+2
2022-01-01Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-SimulacrumMatthias Krüger-0/+42
2021-12-31Lock x.py build stateworldeva-0/+42
2021-12-09If --verbose is passed, print a warning in `bootstrap.py` when download-rustc...Joshua Nelson-0/+3
2021-12-09Use more accurate wording in `bootstrap.py` loggingJoshua Nelson-5/+5
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-1/+1
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-1/+1
2021-11-14bootstap: create .cargo/config only if not presentAlberto Planas-9/+14
2021-11-01Rollup merge of #89929 - yuvaldolev:handle-submodule-checkout-more-gracefully...Matthias Krüger-1/+9
2021-10-18Rollup merge of #89950 - infinity0:master, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-10-16bootstrap: tweak verbosity settingsXimin Luo-1/+1
2021-10-16Handling submodule update failures more gracefully from x.pyYuval Dolev-1/+9
2021-10-15Make `rust.download-ci-llvm="if-available"` work for tier 2 platforms.Hans Kratz-2/+23
2021-10-13Rollup merge of #89757 - jyn514:submodule, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-10-11Rollup merge of #89756 - jyn514:bootstrap-times, r=Mark-SimulacrumMatthias Krüger-2/+1
2021-10-10Use shallow clones for submodulesJoshua Nelson-1/+1
2021-10-10Greatly reduce amount of debuginfo compiled for bootstrap itselfJoshua Nelson-2/+1
2021-10-07bootstrap: add error messages re shallow historyTaylor Yu-0/+12
2021-10-07bootstrap: don't use `--merges` to find commitsTaylor Yu-3/+3
2021-10-02bootstrap: add config option for nix patchingDavid Wood-12/+16
2021-09-17bootstrap: Add cputype matching for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-06Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrumbors-69/+70
2021-08-26pin the stage0 hashes in src/stage0.jsonPietro Albini-27/+36
2021-08-26switch stage0.txt to stage0.json and add a tool to generate itPietro Albini-42/+34