about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
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
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-1/+1
2020-01-11Rollup merge of #68075 - ollie27:rustbuild_books, r=Mark-SimulacrumYuki Okushi-72/+14
2020-01-09rustbuild: Cleanup book generationOliver Middleton-72/+14
2020-01-09Add bootstrap step for building sanitizer runtimesTomasz Miąsko-1/+1
2020-01-08remove strip-hidden pass from compiler doc generationAndy Russell-1/+1
2019-12-22Format the worldMark Rousskov-93/+70
2019-12-11Fix some linking of LLVM's dynamic libraryAlex Crichton-1/+1
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-1/+1
2019-09-23Allow adding `RUSTFLAGS` after `Builder::cargo`Alex Crichton-3/+3
2019-09-19rustbuild: Copy crate doc files fewer timesAlex Crichton-1/+1