about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-26/+26
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-15/+15
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-3/+3
2023-12-18Rename `new_handler` as `new_dcx`.Nicholas Nethercote-2/+2
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-2/+2
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-1/+1
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-1/+1
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-6/+18
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+7
2023-08-23Add unstable `--no-html-source` rustdoc flagGuillaume Gomez-0/+4
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-14/+12
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-19/+17
2023-05-27Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkovMatthias Krüger-1/+0
2023-05-27Fix ICE caused by at-expanding argument 0 instead of removing it earlydekrain-1/+0
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-11/+11
2023-04-16Spelling librustdocJosh Soref-1/+1
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-1/+0
2023-04-12Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8KiMatthias Krüger-9/+1
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-04-12Make rustdoc and rustc's help match exactlyJynn Nelson-9/+1
2023-04-10Fix typos in librustdocDaniPopes-1/+1
2023-04-01a couple clippy::complexity fixesMatthias Krüger-7/+2
2023-01-21Fix typo in commentRoy Wellington Ⅳ-1/+1
2022-12-07Revert crate_types change, add new bin_crate fieldWill Crichton-4/+10
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-5/+4
2022-11-18couple of clippy::perf fixesMatthias Krüger-2/+2
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-1/+1
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-7/+6
2022-10-19Avoid cloning `RenderOptions`.Nicholas Nethercote-37/+43
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