about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2022-07-05Fix typo in src/bootstrap/bootstrap.pyChris Denton-1/+1
2022-07-04bootstrap.py: Always use `.exe` for WindowsChris Denton-0/+4
2022-07-03Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514bors-41/+0
2022-06-30Add a `--build-dir` flag to rustbuildThom Chiovoloni-1/+2
2022-06-27Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett-41/+0
2022-06-26Respect --color when building rustbuild itselfJoshua Nelson-2/+8
2022-06-21Remove vendoring support when building from git sourcesJoshua Nelson-41/+17
2022-06-21Fully remove submodule handling from bootstrap.pyJoshua Nelson-105/+1
2022-06-09keep the same config values in stage0 between invocationsPietro Albini-1/+1
2022-06-07Move beta rustfmt downloads to rustbuildJoshua Nelson-63/+21
2022-06-05Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrumbors-0/+3
2022-05-29Re-add help_on_error for download-ci-llvmbinggh-10/+8
2022-05-25Remove download-rustc handling from bootstrap.pyJoshua Nelson-53/+2
2022-05-25Move download-rustc from bootstrap.py to rustbuildJoshua Nelson-65/+38
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-02add build metrics, to gather ci stats from x.pyPietro Albini-0/+3
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