| Age | Commit message (Expand) | Author | Lines |
| 2021-07-23 | Add missing article | r00ster | -1/+1 |
| 2021-07-23 | refactor extended tarball generaton to use the new ensure_if_default | Pietro Albini | -38/+55 |
| 2021-07-23 | don't build extra tools if build.tools is explicitly an empty list | Pietro Albini | -6/+1 |
| 2021-07-23 | Rollup merge of #87362 - inquisitivecrystal:bootstrap-doc, r=jyn514 | Yuki Okushi | -4/+5 |
| 2021-07-22 | Don't default to `submodules = true` unless the rust repo has a .git directory | Joshua Nelson | -5/+10 |
| 2021-07-22 | Add support for powerpc-unknown-freebsd | Piotr Kubaj | -0/+9 |
| 2021-07-21 | Make `x.py d` an alias for `x.py doc` | inquisitivecrystal | -4/+5 |
| 2021-07-22 | Fix `--dry-run` when download-ci-llvm is set | Joshua Nelson | -2/+10 |
| 2021-07-21 | Remove cargo workspace to build rustdoc-gui test crates because of cargo conf... | Guillaume Gomez | -11/+20 |
| 2021-07-21 | Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-07-21 | Rollup merge of #87187 - oxalica:fix-nixos-detect, r=nagisa | Guillaume Gomez | -1/+7 |
| 2021-07-21 | Auto merge of #82653 - jyn514:submodules-on-demand, r=Mark-Simulacrum | bors | -113/+173 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -113/+173 |
| 2021-07-21 | Fix NixOS detection | oxalica | -1/+7 |
| 2021-07-19 | Fix typo in compile.rs | Chinmay Deshpande | -1/+1 |
| 2021-07-19 | add --codegen-backends=foo,bar ./configure flag | Pietro Albini | -0/+3 |
| 2021-07-19 | refactor gating of mingw | Pietro Albini | -6/+4 |
| 2021-07-19 | refactor gating of demangler | Pietro Albini | -24/+26 |
| 2021-07-19 | refactor gating of tools | Pietro Albini | -74/+75 |
| 2021-07-19 | change output of dist cargo and clippy to be consistent with other tools | Pietro Albini | -10/+14 |
| 2021-07-19 | refactor gating of dist docs | Pietro Albini | -18/+11 |
| 2021-07-19 | refactor adding rustc and std into extended builds | Pietro Albini | -9/+9 |
| 2021-07-16 | Package LLVM libs for the target rather than the build host | Adam Gemmell | -1/+9 |
| 2021-07-16 | Fix panics on Windows when the build was cancelled | waterlens | -6/+14 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -1/+1 |
| 2021-07-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -14/+12 |
| 2021-07-13 | Rollup merge of #87007 - ehuss:fix-rust-analyzer-install, r=Mark-Simulacrum | Yuki Okushi | -6/+19 |
| 2021-07-12 | Provide a better error when `x.py install src/doc` doesn't work. | Eric Huss | -4/+6 |
| 2021-07-12 | Simplify build system for rustdoc-gui test crates | Guillaume Gomez | -14/+12 |
| 2021-07-11 | Add comments why install steps should never fail. | Eric Huss | -0/+6 |
| 2021-07-10 | Account for `submodules = false` in config.toml when updating LLVM submodule | Joshua Nelson | -0/+4 |
| 2021-07-09 | Fix rust-analyzer install when not available. | Eric Huss | -4/+9 |
| 2021-07-08 | Rollup merge of #86913 - Stupremee:document-rustdoc-private-items, r=jyn514 | Guillaume Gomez | -4/+10 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -1/+1 |
| 2021-07-07 | Document rustdoc with `--document-private-items` | Justus K | -4/+10 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -2/+8 |
| 2021-07-03 | Make x.py less verbose on failures | Joshua Nelson | -4/+11 |
| 2021-07-02 | Rollup merge of #86737 - jyn514:doc-tools, r=Mark-Simulacrum | Guillaume Gomez | -67/+81 |
| 2021-07-01 | Document rustfmt on nightly-rustc | Joshua Nelson | -6/+12 |
| 2021-06-30 | copy rust-lld as ld in dist | 1000teslas | -3/+3 |
| 2021-06-29 | Use a macro for documenting rustdoc | Joshua Nelson | -67/+75 |
| 2021-06-29 | Rollup merge of #86059 - GuillaumeGomez:html-checker2, r=Mark-Simulacrum | Yuki Okushi | -3/+48 |
| 2021-06-28 | Add new tool to check HTML: | Guillaume Gomez | -3/+48 |
| 2021-06-29 | Rollup merge of #86568 - ehuss:dist-miri-stable, r=Mark-Simulacrum | Yuki Okushi | -0/+12 |
| 2021-06-28 | Make every standalone doc use rustdoc.css | Deadbeef | -2/+8 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -4/+4 |
| 2021-06-25 | Auto merge of #86015 - jyn514:revert-revert, r=Mark-Simulacrum | bors | -13/+90 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -4/+4 |
| 2021-06-23 | Comment and include rust-analyzer. | Eric Huss | -0/+9 |
| 2021-06-22 | Don't dist miri on stable or beta. | Eric Huss | -0/+3 |