about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2023-07-15Rollup merge of #113683 - ozkanonur:polished, r=jyn514Matthias Krüger-6/+1
2023-07-14don't print download progress in CIjyn-1/+1
2023-07-14remove outdated FIXMEs on bootstrapozkanonur-6/+1
2023-07-12Fix bootstrap.py uname error.Edgar Luque-1/+1
2023-06-26bootstrap: rename 'user' profile to 'dist'clubby789-1/+7
2023-06-26Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obkMatthias Krüger-0/+1
2023-06-25fix some bugsjyn-0/+2
2023-06-24Don't test the profile override hackjyn-12/+15
2023-06-23Test color/verbose/warnings properlyjyn-15/+19
2023-06-23Test cargo arguments passed by bootstrap.pyjyn-61/+64
2023-06-16Apply changes to fix python linting errorsTrevor Gross-2/+2
2023-05-31Rollup merge of #112089 - Kobzol:bootstrap-warnings, r=jyn514Matthias Krüger-3/+8
2023-05-31Rollup merge of #111979 - jyn514:cargoflags, r=albertlarsan68Matthias Krüger-0/+4
2023-05-30Add `--warnings warn` flag to `x.py`Jakub Beránek-3/+8
2023-05-29Fix linkage for large binaries on mips64 platforms ...Ximin Luo-0/+6
2023-05-26Auto merge of #111562 - clubby789:speedup-bootstrap-py, r=jyn514bors-49/+44
2023-05-26Improve startup time for bootstrap.pyclubby789-49/+44
2023-05-25respect CARGOFLAGS in bootstrap.pyjyn-0/+4
2023-05-19Set the timestamp of downloaded stage0 files ...Ximin Luo-1/+1
2023-05-07Add support for NetBSD/aarch64-be (big-endian arm64).Havard Eidnes-0/+1
2023-05-01Make x.py work again in most (all?) casesAlbert Larsan-1/+19
2023-04-30Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68bors-15/+86
2023-04-30Parallelize initial rust extractionNilstrieb-2/+68
2023-04-30Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-SimulacrumMatthias Krüger-33/+43
2023-04-29Output some bootstrap messages on stderrclubby789-33/+43
2023-04-29windows: kill rust-analyzer-proc-macro-srv before deleting stage0 directoryjyn-6/+29
2023-04-27Comment round #1John Kelly-2/+3
2023-04-27Skip rustc version detection on macOSJohn Kelly-13/+18
2023-04-22Group entire build steps in the gha logsOli Scherer-2/+8
2023-04-19Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68Matthias Krüger-1/+1
2023-04-17Spelling src/bootstrapJosh Soref-1/+1
2023-04-16Extract variableNilstrieb-4/+5
2023-04-16bootstrap.py: Use loop for `_download_component_helper`Nilstrieb-10/+11
2023-04-16bootstrap.py: Create cache before downloadNilstrieb-8/+11
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