about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2021-04-04Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelidDylan DPC-1/+0
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-1/+5
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-1/+0
2021-03-31Give a better error when --theme is not a CSS fileJoshua Nelson-1/+3
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-3/+3
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-0/+43
2021-03-08Make doctests collect and emit the unused externsest31-1/+5
2021-03-08Make parse_json return JsonConfigest31-1/+1
2021-03-08Gate the printing on --json=unused-externsest31-1/+1
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-0/+7
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-3/+2
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-0/+7
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-0/+4
2021-03-02Clean up error reporting for deprecated passesJoshua Nelson-3/+2
2021-03-01Remove unused `RenderInfo` structJoshua Nelson-17/+1
2021-02-23Add --generate-redirect-map option to replace HTML redirection file with a un...Guillaume Gomez-0/+4
2021-02-16rustdoc: treat edition 2021 as unstableEric Huss-12/+2
2021-01-30Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG...Yuki Okushi-9/+17
2021-01-30rustdoc tweakingbors-1/+1
2021-01-28rustdoc: Remove unnecessary optionalCamelid-9/+17
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-1/+1
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+5
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+5
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-2/+2
2021-01-01clippy fixes for librustdocMatthias Krüger-4/+1
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-10/+5
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-70/+70
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-4/+12
2020-11-12Add --check option to rustdocGuillaume Gomez-0/+6
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-4/+12
2020-10-28rustdoc: Use Vec::into_iter() rather than drain()Ian Jackson-2/+2
2020-10-28Add a comment about non-panicking of splitn().next().unwrap()Ian Jackson-0/+1
2020-10-28rustdoc: Fix some nitsIan Jackson-1/+1
2020-10-28rustdoc: Provide a --default-theme THEME optionIan Jackson-0/+11
2020-10-28rustdoc: Provide a general --default-setting SETTING[=VALUE] optionIan Jackson-1/+15
2020-10-28rustdoc: Provide a way to set the default settings from Rust codeIan Jackson-1/+5
2020-08-31Fix strings indentGuillaume Gomez-4/+2
2020-08-25Rename debugging_options -> debugging_opts to match rustcJoshua Nelson-8/+8
2020-07-30Update driver to add json backendJoseph Ryan-2/+4
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-1/+1
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-0/+17
2020-07-12Clean up handling of style files in rustdocJarek Samic-2/+3
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-4/+0
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-8/+6
2020-05-11Fix clippy warningsMatthias Krüger-1/+1
2020-04-11Depend on getopts from crates.ioLuca Barbieri-0/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-9/+8
2020-03-02Replace ToJson with serdeGuillaume Gomez-5/+11
2020-03-02Put back output-format option for show-coverageGuillaume Gomez-8/+51
2020-02-09Make issue references consistentMatthias Prechtl-1/+4