about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2024-04-05Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-SimulacrumGuillaume Gomez-0/+1
2024-03-22Fix nix patching for LLVM 18Nilstrieb-3/+9
2024-03-11Vendor rustc_codegen_gccGuillaume Gomez-0/+1
2024-03-05Add a build option to specify the bootstrap cacheLuca Barbato-1/+3
2024-03-04Allow bootstrap cache path to be set by environment variableJeffery To-1/+1
2024-01-28Add instructions of how to use pre-vendored 'rustc-src'Marek 'seqre' Grzelak-1/+10
2024-01-20Capture the rationale for -Zallow-features= in bootstrap.pyDavid Tolnay-8/+20
2024-01-18Set RUSTC_BOOTSTRAP=1 consistentlyonur-ozkan-8/+11
2024-01-15Consistently unset RUSTC_BOOTSTRAP when compiling bootstrapDavid Tolnay-0/+13
2023-12-16make x.py clippy download and use beta clippyasquared31415-16/+0
2023-12-05add comment about keeping flags in sync between bootstrap.py and bootstrap.rsRalf Jung-0/+2
2023-11-26give dev-friendly error message for incorrect config profilesonur-ozkan-0/+5
2023-11-09chore(bootstrap): capitalize {error, warning, info, note} tagsonur-ozkan-8/+8
2023-10-08Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilationonur-ozkan-0/+7
2023-10-01Rollup merge of #116292 - onur-ozkan:warn-wrong-sources, r=clubby789Matthias Krüger-0/+6
2023-09-30warn if source is not either a git clone or a dist tarballonur-ozkan-0/+6
2023-09-25ref(bootstrap.py): add `eprint` functionPouriya Jahanbakhsh-49/+41
2023-09-21added support for GNU/HurdSamuel Thibault-1/+3
2023-09-13Adjust commentKai Luo-2/+2
2023-09-13Adjust commentKai Luo-2/+2
2023-09-13Add comment to elaborateKai Luo-0/+6
2023-09-13Make AIX known by bootstrapKai Luo-0/+2
2023-08-31Auto merge of #115323 - onur-ozkan:curl-download-checksum-fix, r=Mark-Simulacrumbors-10/+9
2023-08-28avoid stdout redirection on `curl` executionsonur-ozkan-10/+9
2023-08-23Accommodate tidy.Felix S. Klock II-9/+7
2023-08-22Better diagnostics for people using nix subshell on non-NixOS.Felix S. Klock II-4/+19
2023-08-22drive-by fix to Python doc comment.Felix S. Klock II-1/+1
2023-08-22Always use `os-release` rather than `/lib` to detect `NixOS`Ethan Brierley-7/+2
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-08-02Fix recent python linting errorsTrevor Gross-1/+3
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