summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2022-09-14Simplify CSS parser to check themesGuillaume Gomez-2/+14
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-13/+13
2022-07-11Fix rustdoc -Zhelp and -Chelp optionsGuillaume Gomez-11/+11
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-1/+5
2022-07-07Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomezDylan DPC-3/+0
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-5/+5
2022-07-06session: `terminal-width` -> `output-width`David Wood-4/+4
2022-07-06sess: stabilize `--terminal-width`David Wood-1/+5
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-12/+10
2022-06-29Remove needless FIXMENoah Lev-3/+0
2022-06-29Replace `sort_modules_alphabetically` boolean with enumNoah Lev-8/+15
2022-06-27Finish rustdoc error improvementGuillaume Gomez-2/+4
2022-06-27Fix `rustdoc` argument errorShivani Bhardwaj-2/+20
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-72/+72
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-2/+4
2022-03-04librustdoc: adopt let else in more placesest31-4/+3
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-0/+5
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-2/+1
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-5/+0
2021-12-23Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+4
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-37/+21
2021-12-11Don't emit shared files when scraping dependenciesWill Crichton-0/+4
2021-12-11Rollup merge of #91717 - inashivb:issue-91713, r=jyn514Matthias Krüger-13/+13
2021-12-09Add deprecation warning for --passesShivani Bhardwaj-13/+13
2021-11-30Add --out-dir flag for rustdochi-rustin-2/+12
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-1/+1
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-6/+0
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-10/+10
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-6/+6
2021-10-06Incorporate jyn's feedbackWill Crichton-1/+2
2021-10-06Sort examples by sizeWill Crichton-24/+1
2021-10-06Generate example source files with corresponding linksWill Crichton-8/+0
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-3/+35
2021-10-06Add updated support for example-analyzerWill Crichton-0/+11
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