about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
2022-11-06Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514Matthias Krüger-51/+32
2022-11-05fix out dir being wrong in jsonviandoxdev-1/+5
2022-11-03address review commentPietro Albini-2/+5
2022-11-03move browser opening logic in BuilderPietro Albini-29/+11
2022-11-02prevent open with jsonviandoxdev-0/+5
2022-11-02merge JsonStd and Std stepsviandoxdev-55/+22
2022-11-01fix json running all the timeviandoxdev-2/+7
2022-11-01Fixes #103816 make --json workviandoxdev-1/+1
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-29/+6
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-12Enable `x.py check` for miriOli Scherer-29/+6
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