| Age | Commit message (Expand) | Author | Lines |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -4/+9 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -12/+7 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -1/+1 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -1/+1 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -1/+1 |
| 2023-07-14 | Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co... | Guillaume Gomez | -6/+1 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -1/+6 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+5 |
| 2023-07-12 | Add jump to doc | Guillaume Gomez | -1/+6 |
| 2023-06-20 | Fix invalid creation of files in rustdoc | Guillaume Gomez | -7/+34 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -5/+2 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -5/+5 |
| 2023-03-16 | clean up few alloc | klensy | -1/+1 |
| 2023-03-11 | Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez | Matthias Krüger | -12/+17 |
| 2023-03-10 | Render doc sidebar using Askama | clubby789 | -12/+17 |
| 2023-03-09 | Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum... | Matthias Krüger | -2/+26 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -2/+26 |
| 2023-03-04 | rustdoc: include link on all.html location header | Michael Howell | -3/+1 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -8/+6 |
| 2023-02-11 | rustdoc: account for intra-doc links in `<meta name="description">` | Michael Howell | -1/+4 |
| 2023-01-31 | rustdoc: remove inconsistently-present sidebar tooltips | Michael Howell | -6/+3 |
| 2023-01-30 | rustdoc: remove meta keywords from HTML | Michael Howell | -8/+1 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -4/+4 |
| 2023-01-14 | Rollup merge of #106855 - klensy:rd-s, r=notriddle | Matthias Krüger | -3/+2 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -2/+2 |
| 2023-01-13 | Playground.crate_name String -> Symbol | klensy | -3/+2 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -4/+18 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -1/+1 |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -1/+6 |
| 2022-10-29 | Make --static-root-path point to static.files | Jacob Hoffman-Andrews | -1/+1 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -19/+7 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -2/+1 |
| 2022-10-15 | rustdoc: make the help button a link to a page | Michael Howell | -0/+34 |
| 2022-10-05 | rustdoc: remove unused CSS class `in-band` | Michael Howell | -3/+1 |
| 2022-09-20 | Generate sidebar elements for the "All items" page | Guillaume Gomez | -8/+16 |
| 2022-09-15 | rustdoc: use more precise URLs for jump-to-definition links | Michael Howell | -0/+30 |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -1/+1 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -4/+1 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -7/+10 |
| 2022-06-23 | Don't test the rustdoc rendering context size on Windows. | Dan Gohman | -1/+1 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -5/+1 |
| 2022-05-28 | Improve settings page display with disabled javascript | Guillaume Gomez | -0/+5 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -38/+43 |
| 2022-05-24 | fix simple clippy lints | klensy | -4/+4 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -19/+19 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -3/+13 |
| 2022-05-11 | Add missing CSS file for settings page | Guillaume Gomez | -3/+5 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -13/+10 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |