about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
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
2021-08-19bootstrap.py: recognize riscv64 when auto-detectIcenowy Zheng-0/+1
2021-07-27boostrap.py: only look for merges by borsTaylor Yu-3/+6
2021-07-27bootstrap.py: use `git rev-list` for robustnessTaylor Yu-4/+5
2021-07-27bootstrap.py: remove unused `git log` optionHudson Ayers-1/+1
2021-07-21Rollup merge of #87187 - oxalica:fix-nixos-detect, r=nagisaGuillaume Gomez-1/+7
2021-07-20Update all submodules that rustbuild doesn't depend on lazilyJoshua Nelson-9/+18
2021-07-21Fix NixOS detectionoxalica-1/+7
2021-07-03Make x.py less verbose on failuresJoshua Nelson-3/+10
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-25Auto merge of #86015 - jyn514:revert-revert, r=Mark-Simulacrumbors-12/+4
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-04Revert "Revert "Move llvm submodule updates to rustbuild""Joshua Nelson-12/+4
2021-06-04rustbuild: take changes to the standard library into account for `download-ru...Joshua Nelson-3/+5
2021-05-24Revert "Move llvm submodule updates to rustbuild"Mark Rousskov-4/+12
2021-05-22Move llvm submodule updates to rustbuildJoshua Nelson-12/+4
2021-05-08Enable `-W semicolon_in_expressions_from_macros` in bootstrapAaron Hill-1/+1
2021-04-30Don't download cargo twice when download-rustc is setJoshua Nelson-5/+7
2021-04-10Fix NixOS patchingSimonas Kazlauskas-48/+41
2021-04-05Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-SimulacrumDylan DPC-1/+7
2021-04-05Add `download-rustc = "if-unchanged"`Joshua Nelson-1/+7
2021-04-05Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-SimulacrumDylan DPC-68/+83
2021-04-04Use the beta compiler for building bootstrap tools when `download-rustc` is setJoshua Nelson-68/+83