| Age | Commit message (Expand) | Author | Lines |
| 2022-12-30 | Rollup merge of #106305 - jyn514:tail-args, r=Mark-Simulacrum | Michael Goulet | -1/+3 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -1/+3 |
| 2022-12-29 | `./x doc library --open` opens `std` | Lukas Markeffsky | -1/+5 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -11/+52 |
| 2022-11-25 | rustbuild: Don't build doc::SharedAssets when building JSON docs. | Nixon Enraght-Moony | -1/+3 |
| 2022-11-23 | Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 | Dylan DPC | -13/+8 |
| 2022-11-20 | refactor doc copying process | ozkanonur | -47/+9 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -3/+3 |
| 2022-11-13 | copy doc output files by format r=ozkanonur | ozkanonur | -13/+46 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -5/+5 |
| 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 |