| Age | Commit message (Expand) | Author | Lines |
| 2022-11-06 | Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514 | Matthias Krüger | -51/+32 |
| 2022-11-05 | fix out dir being wrong in json | viandoxdev | -1/+5 |
| 2022-11-03 | address review comment | Pietro Albini | -2/+5 |
| 2022-11-03 | move browser opening logic in Builder | Pietro Albini | -29/+11 |
| 2022-11-02 | prevent open with json | viandoxdev | -0/+5 |
| 2022-11-02 | merge JsonStd and Std steps | viandoxdev | -55/+22 |
| 2022-11-01 | fix json running all the time | viandoxdev | -2/+7 |
| 2022-11-01 | Fixes #103816 make --json work | viandoxdev | -1/+1 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -29/+6 |
| 2022-10-26 | Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514 | Dylan DPC | -18/+48 |
| 2022-10-24 | use the shared assets step for building std too | Pietro Albini | -1/+2 |
| 2022-10-18 | apply joshua's suggestion | Pietro Albini | -1/+1 |
| 2022-10-12 | Enable `x.py check` for miri | Oli Scherer | -29/+6 |
| 2022-10-05 | add a "standalone" path for doc::Standalone to be able to exclude it | Pietro Albini | -1/+1 |
| 2022-10-05 | split steps for generating the standalone docs and the shared assets | Pietro Albini | -16/+45 |
| 2022-09-24 | Move style guide to rust-lang/rust | Josh Triplett | -0/+1 |
| 2022-09-19 | Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514 | bors | -59/+153 |
| 2022-09-17 | Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum... | Luca Palmieri | -59/+153 |
| 2022-09-16 | Don't add rustdoc's CSS to other doc pages | Jacob Hoffman-Andrews | -8/+2 |
| 2022-08-31 | Generate error index with mdbook instead of raw HTML pages | Guillaume Gomez | -1/+1 |
| 2022-07-06 | Build the Clippy book as part of x.py doc | flip1995 | -0/+1 |
| 2022-07-05 | Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-Simulacrum | Guillaume Gomez | -5/+7 |
| 2022-07-03 | ignore rustdoc failures for out-of-tree tools | Ralf Jung | -1/+11 |
| 2022-07-03 | Add in_tree macro literal | InfRandomness | -5/+18 |
| 2022-07-03 | Add miri to the rustc docs.rs page | InfRandomness | -0/+1 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -5/+7 |
| 2022-05-22 | Avoid accidentally enabling unstable features in compilers (take 2) | Joshua Nelson | -0/+4 |
| 2022-04-24 | Rollup merge of #95504 - jyn514:library-alias, r=Mark-Simulacrum | Matthias Krüger | -2/+5 |
| 2022-04-14 | Don't build the library and standard library before documenting them | Joshua Nelson | -16/+20 |
| 2022-03-30 | Add `x {check,build,doc} {compiler/library}` aliases. | Joshua Nelson | -2/+5 |
| 2022-03-30 | Reduce duplication in `impl Step for doc::Rustc` | Joshua Nelson | -24/+13 |
| 2022-03-30 | Remove dead code in `doc.rs` | Joshua Nelson | -14/+7 |
| 2022-03-30 | Fix `x doc compiler/rustc` | Joshua Nelson | -12/+9 |
| 2022-03-28 | bootstrap: better error message for no_std docs | Eric Huss | -0/+6 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -3/+2 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -4/+4 |
| 2021-11-08 | Make `compiler-docs` only control the default instead of being a hard off-switch | Joshua Nelson | -12/+3 |
| 2021-10-28 | Document clippy on nightly-rustc | xFrednet | -0/+1 |
| 2021-09-27 | Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul... | bors | -17/+14 |
| 2021-09-24 | Enable "generate-link-to-definition" option on rust tools docs as well | Guillaume Gomez | -0/+1 |
| 2021-09-24 | Simplify explicit request check | Guillaume Gomez | -17/+14 |
| 2021-09-17 | Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-Simulacrum | Guillaume Gomez | -10/+53 |
| 2021-09-17 | Correctly handle "--open" option when building compiler docs | Guillaume Gomez | -0/+9 |
| 2021-09-17 | Allow to pass "compiler" arguments to doc subcommand | Guillaume Gomez | -10/+44 |
| 2021-09-16 | Enable rustdoc's --generate-link-to-definition for rustc docs | Giacomo Stevanato | -0/+1 |
| 2021-09-11 | explicitly link to external `ena` docs | lcnr | -0/+8 |
| 2021-08-16 | Document private items for rustfmt | Joshua Nelson | -12/+3 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -10/+29 |
| 2021-07-07 | Document rustdoc with `--document-private-items` | Justus K | -4/+10 |