| Age | Commit message (Expand) | Author | Lines |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -5/+7 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -1/+5 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -3/+3 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -12/+3 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -3/+0 |
| 2023-09-10 | rustdoc: filter before storing in vec | Michael Howell | -4/+10 |
| 2023-09-09 | rustdoc: factor all-impls-for-item out into its own method | Michael Howell | -2/+45 |
| 2023-08-23 | Add unstable `--no-html-source` rustdoc flag | Guillaume Gomez | -1/+2 |
| 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 |