| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -0/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -13/+13 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -1/+2 |
| 2020-07-01 | Tests for number of times rustdoc is built with x.py test and doc. | Eric Huss | -2/+2 |
| 2020-06-29 | Compile rustdoc less often. | Eric Huss | -3/+3 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -17/+2 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -9/+10 |
| 2020-06-17 | Add src/librustdoc as an alias for src/tools/rustdoc | Joshua Nelson | -1/+1 |
| 2020-06-12 | x.py: do not build Miri by default | Ralf Jung | -12/+18 |
| 2020-06-01 | bump Miri, update for cargo-miri being a separate project | Ralf Jung | -1/+3 |
| 2020-05-28 | Set CFG_RELEASE for tools in bootstrap/tool.rs | Igor Matuszewski | -0/+4 |
| 2020-05-02 | Gate on clippy on CI | Oliver Scherer | -4/+2 |
| 2020-04-20 | Do not build tools if user do not want them | Mateusz Mikuła | -1/+9 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+1 |
| 2020-03-18 | Rename add_lib_path to add_dylib_path | Josh Stone | -3/+3 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -1/+1 |