about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
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
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-2/+0
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+1
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-17/+26
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-17/+26
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-6/+1
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-6/+1
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-67/+62