summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
2022-10-26Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514Dylan DPC-18/+48
2022-10-24use the shared assets step for building std tooPietro Albini-1/+2
2022-10-18apply joshua's suggestionPietro Albini-1/+1
2022-10-05add a "standalone" path for doc::Standalone to be able to exclude itPietro Albini-1/+1
2022-10-05split steps for generating the standalone docs and the shared assetsPietro Albini-16/+45
2022-09-24Move style guide to rust-lang/rustJosh Triplett-0/+1
2022-09-19Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514bors-59/+153
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-59/+153
2022-09-16Don't add rustdoc's CSS to other doc pagesJacob Hoffman-Andrews-8/+2
2022-08-31Generate error index with mdbook instead of raw HTML pagesGuillaume Gomez-1/+1
2022-07-06Build the Clippy book as part of x.py docflip1995-0/+1
2022-07-05Rollup merge of #95503 - jyn514:build-single-crate, r=Mark-SimulacrumGuillaume Gomez-5/+7
2022-07-03ignore rustdoc failures for out-of-tree toolsRalf Jung-1/+11
2022-07-03Add in_tree macro literalInfRandomness-5/+18
2022-07-03Add miri to the rustc docs.rs pageInfRandomness-0/+1
2022-07-02Allow building single crates for the compiler and standard libraryJoshua Nelson-5/+7
2022-05-22Avoid accidentally enabling unstable features in compilers (take 2)Joshua Nelson-0/+4
2022-04-24Rollup merge of #95504 - jyn514:library-alias, r=Mark-SimulacrumMatthias Krüger-2/+5
2022-04-14Don't build the library and standard library before documenting themJoshua Nelson-16/+20
2022-03-30Add `x {check,build,doc} {compiler/library}` aliases.Joshua Nelson-2/+5
2022-03-30Reduce duplication in `impl Step for doc::Rustc`Joshua Nelson-24/+13
2022-03-30Remove dead code in `doc.rs`Joshua Nelson-14/+7
2022-03-30Fix `x doc compiler/rustc`Joshua Nelson-12/+9
2022-03-28bootstrap: better error message for no_std docsEric Huss-0/+6
2022-03-05Merge build_helper into utilbjorn3-2/+1
2022-03-05Remove build_helperbjorn3-3/+2
2022-01-21allow excluding paths only from a single modulePietro Albini-4/+4
2021-11-08Make `compiler-docs` only control the default instead of being a hard off-switchJoshua Nelson-12/+3
2021-10-28Document clippy on nightly-rustcxFrednet-0/+1
2021-09-27Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul...bors-17/+14
2021-09-24Enable "generate-link-to-definition" option on rust tools docs as wellGuillaume Gomez-0/+1
2021-09-24Simplify explicit request checkGuillaume Gomez-17/+14
2021-09-17Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-SimulacrumGuillaume Gomez-10/+53
2021-09-17Correctly handle "--open" option when building compiler docsGuillaume Gomez-0/+9
2021-09-17Allow to pass "compiler" arguments to doc subcommandGuillaume Gomez-10/+44
2021-09-16Enable rustdoc's --generate-link-to-definition for rustc docsGiacomo Stevanato-0/+1
2021-09-11explicitly link to external `ena` docslcnr-0/+8
2021-08-16Document private items for rustfmtJoshua Nelson-12/+3
2021-07-20Update all submodules that rustbuild doesn't depend on lazilyJoshua Nelson-10/+29
2021-07-07Document rustdoc with `--document-private-items`Justus K-4/+10
2021-07-05Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomezbors-2/+8
2021-07-01Document rustfmt on nightly-rustcJoshua Nelson-5/+11
2021-06-29Use a macro for documenting rustdocJoshua Nelson-67/+74
2021-06-28Add new tool to check HTML:Guillaume Gomez-2/+2
2021-06-28Make every standalone doc use rustdoc.cssDeadbeef-2/+8
2021-05-24Bootstrap: skip rustdoc fingerprint for building docs.Eric Huss-0/+3
2021-05-15Rollup merge of #85185 - GuillaumeGomez:generate-not-more-docs-than-necessary...Guillaume Gomez-9/+22
2021-05-15Don't generate more docs than necessaryGuillaume Gomez-9/+22
2021-05-11Enable `--show-type-layout` for the rustdoc API docsCamelid-0/+1
2021-05-11Enable `--show-type-layout` for the rustc API docsCamelid-0/+1