about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
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
2021-04-21Rollup merge of #84393 - GuillaumeGomez:better-open-handling, r=jyn514Mara Bos-6/+10
2021-04-21Correctly handle --open argument on doc commandGuillaume Gomez-6/+10
2021-04-19Remove comment about doc hack.Eric Huss-9/+0
2021-04-06Bump bootstrap compilerEric Huss-1/+1
2021-04-05Document compiler/ with -Aprivate-intra-doc-linksJoshua Nelson-0/+2
2021-04-04Workaround increased cache clearing in CargoMark Rousskov-1/+10
2021-03-12Add a `disable-minification` option for rustdocMichael Howell-0/+12
2021-02-06output rdj docsNixon Enraght-Moony-0/+1
2021-01-31rustbuild: Don't build compiler twice for error-index-generator.Eric Huss-8/+2
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-4/+1
2020-12-28Rollup merge of #80362 - jyn514:rustc-macros, r=ehussDylan DPC-6/+9
2020-12-24Document rustc_macros on nightly-rustcJoshua Nelson-6/+9
2020-12-22Include rustdoc in the compiler docs index.Eric Huss-0/+2
2020-12-12Fix building compiler docs with stage 0Joshua Nelson-1/+4
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-0/+1
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+1
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-0/+5
2020-10-26Support enable/disable sanitizers/profiler per target12101111-2/+6
2020-09-22Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichtonbors-1/+3
2020-09-18bootstrap: move the version number to a plaintext filePietro Albini-2/+2
2020-09-16Pass --target to lint docsMark Rousskov-1/+3
2020-09-14Fix generating rustc docs with non-default lib directory.Eric Huss-0/+4
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-3/+0
2020-09-13Auto-generate lint documentation.Eric Huss-1/+66
2020-08-30mv compiler to compiler/mark-0/+1
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-1/+1
2020-07-29Fix opening docs for std crates with ./x.py doc --open library/*Tomasz Miąsko-1/+1
2020-07-28Collect library features from library/Mark Rousskov-0/+1
2020-07-27mv std libs to library/mark-6/+4
2020-07-19Do not clobber RUSTDOCFLAGSMark Rousskov-6/+4
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-15/+15
2020-07-14Use local links in the alloc docs.Eric Huss-24/+15
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+4
2020-07-07Fix occasional bootstrap panic in docs.Eric Huss-1/+1
2020-07-06Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnisonManish Goregaokar-1/+0
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-1/+0
2020-07-01Tests for number of times rustdoc is built with x.py test and doc.Eric Huss-12/+13
2020-06-29Compile rustdoc less often.Eric Huss-8/+6
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-2/+3
2020-06-14Switch bootstrap metadata to --no-deps.Eric Huss-18/+2
2020-05-22Report error from opener in bootstrapDavid Tolnay-4/+4
2020-05-21Add flag to open docs: x.py doc --openDavid Tolnay-1/+58
2020-04-29Add an index page for nightly rustc docs.Eric Huss-1/+5
2020-04-22Build libstd with `-Cbitcode-in-rlib=yes`.Nicholas Nethercote-1/+1
2020-03-21Add missing -Z unstable-options flagAlex Tokarev-1/+6