about summary refs log tree commit diff
path: root/src/bootstrap/bin/rustdoc.rs
AgeCommit message (Expand)AuthorLines
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-3/+5
2021-06-07build doctests with lld if use-lld = trueThe8472-1/+6
2020-09-29Remove unused --cfg stageNJoshua Nelson-3/+0
2020-09-29Remove --cfg dox from rustdoc.rsJoshua Nelson-4/+0
2020-09-07rustbuild: Propagate LLD to more places when `use-lld` is enabledVadim Petrochenkov-1/+4
2020-08-14Fix crate-version with rustdoc in bootstrap.Eric Huss-6/+0
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-14/+1
2020-02-26Stabilize --crate-version option in rustdocGuillaume Gomez-5/+0
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-10/+6
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-1/+4
2019-08-27rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou-3/+0
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+2
2019-03-26Handle RUSTDOC_RESOURCE_SUFFIX env variable for rustdoc buildGuillaume Gomez-0/+11
2019-03-15Output diagnostic information for rustdoc.O01eg-2/+8
2019-02-25Remove some unnecessary 'extern crate'Taiki Endo-2/+0
2019-01-31Add missing generation for test and proc_macro, remove old macro redirectionGuillaume Gomez-3/+17
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-0/+2
2018-07-16Revert some changes from #51917 to fix #52317.O01eg-1/+2
2018-02-16Remove hoedown from rustdocGuillaume Gomez-5/+2
2018-01-12Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg-1/+1
2018-01-12Accept verbosity in rustdoc.O01eg-0/+11
2017-12-27bootstrap: pass --deny-render-differences to rustdocQuietMisdreavus-0/+4
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-1/+1
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-0/+3
2017-10-10render the rust version into std/compiler/test docsQuietMisdreavus-0/+8
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-5/+5
2017-03-27rustbuild: Fix compiler docs againOliver Middleton-0/+8
2016-12-24Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers-0/+3
2016-12-20rustbuild: Deny and fix warningsAlex Crichton-0/+2
2016-10-16run rustfmt on bootstrap/bin folderSrinivas Reddy Thatiparthy-4/+6
2016-09-25Report which required build-time environment variable is not setJake Goulding-4/+4
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-0/+40