summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-1/+2
2021-06-02Force warn on lint groups as wellRyan Levick-1/+2
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-7/+0
2021-05-24Use parse_target_triple in rustdocbjorn3-10/+5
2021-05-16Use TargetTriple::from_path in rustdocbjorn3-1/+1
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+4
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-6/+3
2021-05-01Auto merge of #83857 - ABouttefeux:master, r=jyn514bors-0/+10
2021-05-01Apply suggestions from code reviewAliénore Bouttefeux-1/+1
2021-04-30error when --no-run is present without --testAliénore Bouttefeux-1/+6
2021-04-08Rollup merge of #82497 - jyn514:json, r=CraftSpiderDylan DPC-14/+13
2021-04-07change based on reviewsAliénore Bouttefeux-1/+1
2021-04-06Fix handling of `--output-format json` flagJoshua Nelson-14/+13
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-2/+1
2021-04-05Merge branch 'master' into masterAliénore Bouttefeux-3/+8
2021-04-05Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomezDylan DPC-1/+3
2021-04-04added --no-run optionAliénore Bouttefeux-0/+5
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