| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-29 | Run patchelf also on rust-analyzer-proc-macro-srv. | Joe Neeman | -0/+1 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -1/+2 |
| 2022-09-16 | Improve handing of env vars during bootstrap process | Chris Wailes | -4/+11 |
| 2022-09-14 | Allow using vendoring when running bootstrap from outside the current working... | Joshua Nelson | -1/+2 |
| 2022-09-01 | Rollup merge of #100852 - Samyak2:samyak/100459, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-26 | Use getuid to check instead of USER env var in rustbuild | Samyak Sarnayak | -0/+2 |
| 2022-07-05 | Fix typo in src/bootstrap/bootstrap.py | Chris Denton | -1/+1 |
| 2022-07-04 | bootstrap.py: Always use `.exe` for Windows | Chris Denton | -0/+4 |
| 2022-07-03 | Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514 | bors | -41/+0 |
| 2022-06-30 | Add a `--build-dir` flag to rustbuild | Thom Chiovoloni | -1/+2 |
| 2022-06-27 | Move locking from bootstrap.py to rust bootstrap, using fd-lock | Josh Triplett | -41/+0 |
| 2022-06-26 | Respect --color when building rustbuild itself | Joshua Nelson | -2/+8 |
| 2022-06-21 | Remove vendoring support when building from git sources | Joshua Nelson | -41/+17 |
| 2022-06-21 | Fully remove submodule handling from bootstrap.py | Joshua Nelson | -105/+1 |
| 2022-06-09 | keep the same config values in stage0 between invocations | Pietro Albini | -1/+1 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -63/+21 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -10/+8 |
| 2022-05-25 | Remove download-rustc handling from bootstrap.py | Joshua Nelson | -53/+2 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -65/+38 |
| 2022-05-24 | Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-Simulacrum | Yuki Okushi | -19/+11 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -19/+11 |
| 2022-05-22 | Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum | Jack Huey | -1/+0 |
| 2022-05-22 | Avoid accidentally enabling unstable features in compilers (take 2) | Joshua Nelson | -1/+0 |
| 2022-05-15 | Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrum | bors | -18/+35 |
| 2022-05-08 | Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+3 |
| 2022-05-01 | Use curl by default | Thomas Applencourt | -18/+35 |