| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-01 | Make x.py work again in most (all?) cases | Albert Larsan | -1/+19 |
| 2023-04-30 | Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68 | bors | -15/+86 |
| 2023-04-30 | Parallelize initial rust extraction | Nilstrieb | -2/+68 |
| 2023-04-30 | Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-Simulacrum | Matthias Krüger | -33/+43 |
| 2023-04-29 | Output some bootstrap messages on stderr | clubby789 | -33/+43 |
| 2023-04-29 | windows: kill rust-analyzer-proc-macro-srv before deleting stage0 directory | jyn | -6/+29 |
| 2023-04-27 | Comment round #1 | John Kelly | -2/+3 |
| 2023-04-27 | Skip rustc version detection on macOS | John Kelly | -13/+18 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -2/+8 |
| 2023-04-19 | Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-04-17 | Spelling src/bootstrap | Josh Soref | -1/+1 |
| 2023-04-16 | Extract variable | Nilstrieb | -4/+5 |
| 2023-04-16 | bootstrap.py: Use loop for `_download_component_helper` | Nilstrieb | -10/+11 |
| 2023-04-16 | bootstrap.py: Create cache before download | Nilstrieb | -8/+11 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -1/+2 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 |
| 2023-04-04 | Add LLVM target and cputype matching for loongarch64 | zhaixiaojuan | -0/+1 |
| 2023-03-28 | Set LIBPATH | Kai Luo | -0/+3 |
| 2023-02-11 | emit JSON output for building of bootstrap itself | Zephaniah Ong | -0/+4 |
| 2023-02-09 | Rollup merge of #107808 - kadiwa4:built-unsuccessfully, r=albertlarsan68 | Matthias Krüger | -1/+3 |
| 2023-02-08 | bootstrap.py: fix build-failure message | KaDiWa | -1/+3 |
| 2023-02-08 | x.py fails all downloads that use a tempdir with snap curl #107722 | Tharun Suresh | -8/+10 |
| 2023-01-31 | assert that `should_fix_bins_and_dylibs` has been run | KaDiWa | -39/+50 |
| 2023-01-30 | bootstrap: --help handling | KaDiWa | -23/+24 |
| 2023-01-30 | bootstrap script: slight cleanup | KaDiWa | -86/+70 |
| 2023-01-27 | Fix woriding from `rustbuild` to `bootstrap` | chansuke | -1/+1 |
| 2023-01-11 | Revert "warn newer available version of the x tool" | J Haigh | -1/+2 |
| 2022-12-31 | remove commented out old code | DebugSteven | -1/+0 |
| 2022-12-31 | remove leading comma from macro expansion | DebugSteven | -2/+2 |
| 2022-12-29 | Respect --set=target.platform during build | Marcus Calhoun-Lopez | -0/+3 |