| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -2/+17 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -4/+2 |
| 2022-02-22 | Prevent generation of infinite redirections | Guillaume Gomez | -26/+34 |
| 2022-02-14 | Fix macro reexports duplicates in the sidebar | Guillaume Gomez | -6/+11 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -10/+2 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -10/+10 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -11/+1 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -1/+1 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -1/+1 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -2/+0 |