about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2023-04-16chore: allow `cargo` to have its own workspaceWeihang Lo-1/+2
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+1
2023-04-04Add LLVM target and cputype matching for loongarch64zhaixiaojuan-0/+1
2023-03-28Set LIBPATHKai Luo-0/+3
2023-02-11emit JSON output for building of bootstrap itselfZephaniah Ong-0/+4
2023-02-09Rollup merge of #107808 - kadiwa4:built-unsuccessfully, r=albertlarsan68Matthias Krüger-1/+3
2023-02-08bootstrap.py: fix build-failure messageKaDiWa-1/+3
2023-02-08 x.py fails all downloads that use a tempdir with snap curl #107722Tharun Suresh-8/+10
2023-01-31assert that `should_fix_bins_and_dylibs` has been runKaDiWa-39/+50
2023-01-30bootstrap: --help handlingKaDiWa-23/+24
2023-01-30bootstrap script: slight cleanupKaDiWa-86/+70
2023-01-27Fix woriding from `rustbuild` to `bootstrap`chansuke-1/+1
2023-01-11Revert "warn newer available version of the x tool"J Haigh-1/+2
2022-12-31remove commented out old codeDebugSteven-1/+0
2022-12-31remove leading comma from macro expansionDebugSteven-2/+2
2022-12-29Respect --set=target.platform during buildMarcus Calhoun-Lopez-0/+3
2022-11-29Run patchelf also on rust-analyzer-proc-macro-srv.Joe Neeman-0/+1
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-1/+2
2022-09-16Improve handing of env vars during bootstrap processChris Wailes-4/+11
2022-09-14Allow using vendoring when running bootstrap from outside the current working...Joshua Nelson-1/+2
2022-09-01Rollup merge of #100852 - Samyak2:samyak/100459, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-26Use getuid to check instead of USER env var in rustbuildSamyak Sarnayak-0/+2
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