| Age | Commit message (Expand) | Author | Lines |
| 2022-07-09 | Update submodule rust-installer | Michael Howell | -1/+1 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-07-07 | squash the commits | toshiki goto | -2/+2 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -5/+5 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -5/+5 |
| 2022-06-30 | Flip RustAnalyzer to stable=true | Josh Stone | -1/+1 |
| 2022-06-07 | Don't build the compiler before building rust-demangler | Joshua Nelson | -2/+6 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-05-28 | Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul... | Matthias Krüger | -10/+10 |
| 2022-05-25 | feat: refactored bootstrap files to use stderr consistently | Raiyan | -10/+10 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -1/+1 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -2/+1 |
| 2022-05-05 | Don't constantly rebuild clippy on `x test src/tools/clippy`. | Joshua Nelson | -0/+4 |
| 2022-03-29 | Fix `x test src/tools/error_index_generator --stage {0,1}` | Joshua Nelson | -15/+7 |
| 2022-03-11 | Remove unneeded conversions in bootstrapping code | pierwill | -1/+1 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -2/+1 |
| 2021-11-08 | x.py: remove fixme by deleting code | Joshua Nelson | -7/+1 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -0/+32 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -0/+1 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -3/+7 |
| 2021-06-28 | Add new tool to check HTML: | Guillaume Gomez | -0/+1 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -0/+1 |
| 2021-05-22 | Fix boostrap using host exe suffix for cargo | jam1garner | -3/+2 |
| 2021-05-20 | Rollup merge of #85326 - infinity0:fix-cross-compile-tools, r=Mark-Simulacrum | Guillaume Gomez | -1/+4 |
| 2021-05-18 | Rollup merge of #85297 - infinity0:master, r=Mark-Simulacrum | Jack Huey | -1/+8 |
| 2021-05-15 | bootstrap: ensure host std when cross-compiling tools, fixes #85320 | Ximin Luo | -1/+4 |
| 2021-05-14 | Update bootstrap for in-tree rustfmt | Joshua Nelson | -2/+2 |
| 2021-05-14 | bootstrap: build cargo only if requested in tools | Ximin Luo | -1/+8 |
| 2021-04-23 | Allow running `x.py test src/test/linkchecker` with `download-llvm = true` | Joshua Nelson | -1/+4 |
| 2021-04-05 | Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum | bors | -1/+6 |
| 2021-04-05 | Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-Simulacrum | Dylan DPC | -0/+13 |
| 2021-04-04 | use jemallocator in rustc/rustdoc | Gus Wynn | -1/+6 |
| 2021-04-04 | Use the beta compiler for building bootstrap tools when `download-rustc` is set | Joshua Nelson | -0/+13 |
| 2021-04-03 | Make rust-demangler installable | Rich Kadel | -1/+1 |
| 2021-03-01 | Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-Simulacrum | Joshua Nelson | -1/+0 |
| 2021-02-24 | Rename the `tidy` binary to `rust-tidy` | Joshua Nelson | -1/+7 |
| 2021-02-24 | Remove `ENABLE_DOWNLOAD_RUSTC` constant | Joshua Nelson | -1/+0 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -0/+1 |
| 2021-01-31 | rustbuild: Don't build compiler twice for error-index-generator. | Eric Huss | -3/+17 |
| 2021-01-19 | No longer require unstable for jsondocck, only build it for json tests | Rune Tynan | -1/+1 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -0/+1 |
| 2020-12-18 | Update cargo | Eric Huss | -2/+35 |
| 2020-09-22 | Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton | bors | -1/+5 |
| 2020-09-20 | Provide bootstrap tools with RUSTC in environment | Mark Rousskov | -0/+4 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -2/+1 |
| 2020-09-16 | Build rustdoc for cross-compiled targets | Mark Rousskov | -1/+5 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -0/+1 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -2/+3 |
| 2020-09-06 | Make bootstrap build on stable | Mark Rousskov | -2/+4 |