about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-4/+4
2021-08-24Stabilize `force-warn`inquisitivecrystal-2/+1
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-0/+5
2021-08-05Ensure that --generate-link-to-definition is only used with HTML output and i...Guillaume Gomez-0/+8
2021-08-05Add an option for the source code link generationGuillaume Gomez-0/+4
2021-07-21Run rustfmtIan Jackson-2/+4
2021-07-21rustdoc: Restore --default-theme, etc, by restoring varname escapingIan Jackson-1/+23
2021-07-19Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwcobors-1/+1
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+5
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-1/+1
2021-07-07Clean up rustdoc static filesGuillaume Gomez-1/+1
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