| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -26/+26 |
| 2023-12-18 | Rename many `EarlyDiagCtxt` arguments. | Nicholas Nethercote | -15/+15 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `new_handler` as `new_dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -1/+1 |
| 2023-11-25 | is_{some,ok}_and for rustdoc | Michael Goulet | -1/+1 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -6/+18 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+7 |
| 2023-08-23 | Add unstable `--no-html-source` rustdoc flag | Guillaume Gomez | -0/+4 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -14/+12 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -19/+17 |
| 2023-05-27 | Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2023-05-27 | Fix ICE caused by at-expanding argument 0 instead of removing it early | dekrain | -1/+0 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -11/+11 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -1/+1 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -1/+0 |
| 2023-04-12 | Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8Ki | Matthias Krüger | -9/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-12 | Make rustdoc and rustc's help match exactly | Jynn Nelson | -9/+1 |
| 2023-04-10 | Fix typos in librustdoc | DaniPopes | -1/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -7/+2 |
| 2023-01-21 | Fix typo in comment | Roy Wellington Ⅳ | -1/+1 |
| 2022-12-07 | Revert crate_types change, add new bin_crate field | Will Crichton | -4/+10 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -5/+4 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2022-11-09 | Fix `rustdoc --version` when used with download-rustc | Joshua Nelson | -1/+1 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -7/+6 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -37/+43 |
| 2022-09-14 | Simplify CSS parser to check themes | Guillaume Gomez | -2/+14 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -13/+13 |
| 2022-07-11 | Fix rustdoc -Zhelp and -Chelp options | Guillaume Gomez | -11/+11 |
| 2022-07-08 | Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-07-07 | Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomez | Dylan DPC | -3/+0 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -5/+5 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -4/+4 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -1/+5 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -12/+10 |
| 2022-06-29 | Remove needless FIXME | Noah Lev | -3/+0 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -8/+15 |
| 2022-06-27 | Finish rustdoc error improvement | Guillaume Gomez | -2/+4 |
| 2022-06-27 | Fix `rustdoc` argument error | Shivani Bhardwaj | -2/+20 |
| 2022-05-24 | fix simple clippy lints | klensy | -1/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -72/+72 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -2/+4 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -4/+3 |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -0/+5 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -5/+0 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+4 |