| Age | Commit message (Expand) | Author | Lines |
| 2024-04-05 | Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum | Guillaume Gomez | -0/+1 |
| 2024-03-22 | Fix nix patching for LLVM 18 | Nilstrieb | -3/+9 |
| 2024-03-11 | Vendor rustc_codegen_gcc | Guillaume Gomez | -0/+1 |
| 2024-03-05 | Add a build option to specify the bootstrap cache | Luca Barbato | -1/+3 |
| 2024-03-04 | Allow bootstrap cache path to be set by environment variable | Jeffery To | -1/+1 |
| 2024-01-28 | Add instructions of how to use pre-vendored 'rustc-src' | Marek 'seqre' Grzelak | -1/+10 |
| 2024-01-20 | Capture the rationale for -Zallow-features= in bootstrap.py | David Tolnay | -8/+20 |
| 2024-01-18 | Set RUSTC_BOOTSTRAP=1 consistently | onur-ozkan | -8/+11 |
| 2024-01-15 | Consistently unset RUSTC_BOOTSTRAP when compiling bootstrap | David Tolnay | -0/+13 |
| 2023-12-16 | make x.py clippy download and use beta clippy | asquared31415 | -16/+0 |
| 2023-12-05 | add comment about keeping flags in sync between bootstrap.py and bootstrap.rs | Ralf Jung | -0/+2 |
| 2023-11-26 | give dev-friendly error message for incorrect config profiles | onur-ozkan | -0/+5 |
| 2023-11-09 | chore(bootstrap): capitalize {error, warning, info, note} tags | onur-ozkan | -8/+8 |
| 2023-10-08 | Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilation | onur-ozkan | -0/+7 |
| 2023-10-01 | Rollup merge of #116292 - onur-ozkan:warn-wrong-sources, r=clubby789 | Matthias Krüger | -0/+6 |
| 2023-09-30 | warn if source is not either a git clone or a dist tarball | onur-ozkan | -0/+6 |
| 2023-09-25 | ref(bootstrap.py): add `eprint` function | Pouriya Jahanbakhsh | -49/+41 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -1/+3 |
| 2023-09-13 | Adjust comment | Kai Luo | -2/+2 |
| 2023-09-13 | Adjust comment | Kai Luo | -2/+2 |
| 2023-09-13 | Add comment to elaborate | Kai Luo | -0/+6 |
| 2023-09-13 | Make AIX known by bootstrap | Kai Luo | -0/+2 |
| 2023-08-31 | Auto merge of #115323 - onur-ozkan:curl-download-checksum-fix, r=Mark-Simulacrum | bors | -10/+9 |
| 2023-08-28 | avoid stdout redirection on `curl` executions | onur-ozkan | -10/+9 |
| 2023-08-23 | Accommodate tidy. | Felix S. Klock II | -9/+7 |
| 2023-08-22 | Better diagnostics for people using nix subshell on non-NixOS. | Felix S. Klock II | -4/+19 |
| 2023-08-22 | drive-by fix to Python doc comment. | Felix S. Klock II | -1/+1 |
| 2023-08-22 | Always use `os-release` rather than `/lib` to detect `NixOS` | Ethan Brierley | -7/+2 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+1 |
| 2023-08-02 | Fix recent python linting errors | Trevor Gross | -1/+3 |
| 2023-07-15 | Rollup merge of #113683 - ozkanonur:polished, r=jyn514 | Matthias Krüger | -6/+1 |
| 2023-07-14 | don't print download progress in CI | jyn | -1/+1 |
| 2023-07-14 | remove outdated FIXMEs on bootstrap | ozkanonur | -6/+1 |
| 2023-07-12 | Fix bootstrap.py uname error. | Edgar Luque | -1/+1 |
| 2023-06-26 | bootstrap: rename 'user' profile to 'dist' | clubby789 | -1/+7 |
| 2023-06-26 | Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-06-25 | fix some bugs | jyn | -0/+2 |
| 2023-06-24 | Don't test the profile override hack | jyn | -12/+15 |
| 2023-06-23 | Test color/verbose/warnings properly | jyn | -15/+19 |
| 2023-06-23 | Test cargo arguments passed by bootstrap.py | jyn | -61/+64 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -2/+2 |
| 2023-05-31 | Rollup merge of #112089 - Kobzol:bootstrap-warnings, r=jyn514 | Matthias Krüger | -3/+8 |
| 2023-05-31 | Rollup merge of #111979 - jyn514:cargoflags, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2023-05-30 | Add `--warnings warn` flag to `x.py` | Jakub Beránek | -3/+8 |
| 2023-05-29 | Fix linkage for large binaries on mips64 platforms ... | Ximin Luo | -0/+6 |
| 2023-05-26 | Auto merge of #111562 - clubby789:speedup-bootstrap-py, r=jyn514 | bors | -49/+44 |
| 2023-05-26 | Improve startup time for bootstrap.py | clubby789 | -49/+44 |
| 2023-05-25 | respect CARGOFLAGS in bootstrap.py | jyn | -0/+4 |
| 2023-05-19 | Set the timestamp of downloaded stage0 files ... | Ximin Luo | -1/+1 |
| 2023-05-07 | Add support for NetBSD/aarch64-be (big-endian arm64). | Havard Eidnes | -0/+1 |