summaryrefslogtreecommitdiff
path: root/src/bootstrap/bin/rustdoc.rs
Commit message (Expand)AuthorAgeFilesLines
* Give a more helpful error when running the rustc shim directlyjyn2023-05-071-2/+7
* check lld version to choose correct flag for testsDaniil Belov2022-10-261-6/+2
* Pass --cfg=bootstrap for rustdoc for proc_macro cratesest312022-09-161-0/+11
* Revert #95993 fixInfRandomness2022-06-301-3/+1
* Remove dead code in rustdoc shimJoshua Nelson2022-04-241-9/+2
* Fix `x test --doc --stage 0 library/std`Joshua Nelson2022-04-121-1/+3
* Fix `x doc --stage 0 compiler`Joshua Nelson2022-03-291-4/+16
* Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn32022-01-011-3/+5
* build doctests with lld if use-lld = trueThe84722021-06-071-1/+6
* Remove unused --cfg stageNJoshua Nelson2020-09-291-3/+0
* Remove --cfg dox from rustdoc.rsJoshua Nelson2020-09-291-4/+0
* rustbuild: Propagate LLD to more places when `use-lld` is enabledVadim Petrochenkov2020-09-071-1/+4
* Fix crate-version with rustdoc in bootstrap.Eric Huss2020-08-141-6/+0
* Remove render-redirect-pages option in rustdocGuillaume Gomez2020-07-021-14/+1
* Stabilize --crate-version option in rustdocGuillaume Gomez2020-02-261-5/+0
* bootstrap: fix clippy warningsMatthias Krüger2020-02-031-1/+1
* Format the worldMark Rousskov2019-12-221-10/+6
* rename cfg(rustdoc) into cfg(doc)Guillaume Gomez2019-11-061-1/+1
* remove the unstable rustdoc parameter --linkerAndreas Jonson2019-09-011-1/+4
* rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou2019-08-271-3/+0
* Deny `unused_lifetimes` through rustbuildVadim Petrochenkov2019-07-281-1/+1
* Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov2019-07-281-1/+2
* Handle RUSTDOC_RESOURCE_SUFFIX env variable for rustdoc buildGuillaume Gomez2019-03-261-0/+11
* Output diagnostic information for rustdoc.O01eg2019-03-151-2/+8
* Remove some unnecessary 'extern crate'Taiki Endo2019-02-251-2/+0
* Add missing generation for test and proc_macro, remove old macro redirectionGuillaume Gomez2019-01-311-3/+17
* Remove licensesMark Rousskov2018-12-251-10/+0
* use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus2018-08-311-0/+2
* Revert some changes from #51917 to fix #52317.O01eg2018-07-161-1/+2
* Remove hoedown from rustdocGuillaume Gomez2018-02-161-5/+2
* Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg2018-01-121-1/+1
* Accept verbosity in rustdoc.O01eg2018-01-121-0/+11
* bootstrap: pass --deny-render-differences to rustdocQuietMisdreavus2017-12-271-0/+4
* Don't use target's linker when linking build scriptsVadim Petrochenkov2017-10-151-1/+1
* rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov2017-10-151-0/+3
* render the rust version into std/compiler/test docsQuietMisdreavus2017-10-101-0/+8
* rustbuild: Fix compiler docs yet againOliver Middleton2017-06-211-5/+5
* rustbuild: Fix compiler docs againOliver Middleton2017-03-271-0/+8
* Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers2016-12-241-0/+3
* rustbuild: Deny and fix warningsAlex Crichton2016-12-201-0/+2
* run rustfmt on bootstrap/bin folderSrinivas Reddy Thatiparthy2016-10-161-4/+6
* Report which required build-time environment variable is not setJake Goulding2016-09-251-4/+4
* rustbuild: Remove the `build` directoryAlex Crichton2016-07-051-0/+40