| Age | Commit message (Expand) | Author | Lines |
| 2022-07-10 | Give a better error when `x dist` fails for an optional tool | Joshua Nelson | -1/+5 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -3/+3 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -3/+3 |
| 2022-07-02 | Rollup merge of #98753 - jyn514:dist-rust-dev, r=Mark-Simulacrum | Ralf Jung | -0/+2 |
| 2022-06-30 | Fix `x dist rust-dev` on a fresh checkout | Joshua Nelson | -0/+2 |
| 2022-06-28 | Let rust-analyzer ship on stable, non-preview | Josh Stone | -6/+0 |
| 2022-06-21 | Remove vendoring support when building from git sources | Joshua Nelson | -1/+12 |
| 2022-06-19 | Auto merge of #97268 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | -2/+8 |
| 2022-06-19 | Make "Assemble stage1 compiler" orders of magnitude faster | Joshua Nelson | -1/+2 |
| 2022-06-19 | Panic if `dist` generates a symbolic link in a generated tarball | Joshua Nelson | -1/+6 |
| 2022-05-28 | Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPC | bors | -23/+0 |
| 2022-05-27 | [bootstrap] Move `sanitize_sh` from `dist` to `install` | Joshua Nelson | -23/+0 |
| 2022-05-27 | Fix `x dist --stage 1 src/tools/rust-analyzer` | Joshua Nelson | -0/+3 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -5/+2 |
| 2022-05-22 | Rollup merge of #97228 - jonhoo:patch-1, r=bjorn3 | Yuki Okushi | -1/+1 |
| 2022-05-20 | Bump LLVM fetched from CI to fix run-make | Mark Rousskov | -0/+3 |
| 2022-05-20 | Omit stdarch workspace from rust-src | Jon Gjengset | -1/+1 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -0/+1 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -9/+11 |
| 2022-05-02 | Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrum | bors | -10/+1 |
| 2022-05-02 | Remove DebbugerScripts from bootstrap CLI | Bert Peters | -10/+1 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -4/+4 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -22/+23 |
| 2022-04-06 | fix regression caused by rust-lang/cargo#10448 | Pietro Albini | -0/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-13 | Omit stdarch test crates from the rust-src component | bjorn3 | -0/+5 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -10/+1 |
| 2022-02-20 | Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-02-17 | Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2022-02-17 | Remove CFG_PLATFORM | bjorn3 | -6/+0 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -0/+2 |
| 2022-02-16 | Add cmake directory to llvm source distribution | Nikita Popov | -0/+2 |
| 2022-02-16 | add llvm-nm to bootstrap dist bin's | Krasimir Georgiev | -0/+1 |
| 2022-02-07 | Drop time dependency from bootstrap | Mark Rousskov | -22/+3 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -2/+2 |
| 2022-01-17 | Disable docs on aarch64-apple-darwin. | Eric Huss | -2/+1 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -5/+1 |
| 2021-12-12 | bootstrap: Change `unwrap()` to `expect()` for `WIX` path | Abhishek Sudhakaran | -1/+3 |
| 2021-12-04 | Include `lld` in `rust-dev` package | Aaron Hill | -0/+7 |
| 2021-11-13 | Change paths for `dist` command to match the components they generate | Joshua Nelson | -9/+9 |
| 2021-11-08 | Make `compiler-docs` only control the default instead of being a hard off-switch | Joshua Nelson | -4/+2 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -5/+8 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -0/+2 |
| 2021-08-24 | PGO for LLVM builds on x86_64-unknown-linux-gnu in CI | Mark Rousskov | -4/+10 |
| 2021-08-23 | Include ld64 nexte to ld for use with -Z gcc-ld | Hans Kratz | -0/+2 |
| 2021-08-02 | Rollup merge of #87282 - pietroalbini:refactor-extended, r=Mark-Simulacrum | Yuki Okushi | -120/+109 |
| 2021-07-28 | set all of the optional tools as DEFAULT = true | Pietro Albini | -0/+9 |
| 2021-07-23 | refactor extended tarball generaton to use the new ensure_if_default | Pietro Albini | -30/+17 |
| 2021-07-23 | don't build extra tools if build.tools is explicitly an empty list | Pietro Albini | -6/+1 |