| Age | Commit message (Expand) | Author | Lines |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -0/+1 |
| 2024-08-07 | add blank line, remove extraneous comment | EtomicBomb | -1/+0 |
| 2024-08-07 | initial implementation of mergable rustdoc cci | EtomicBomb | -8/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+5 |
| 2024-07-23 | Replace askama with rinja | Guillaume Gomez | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+3 |
| 2024-04-09 | rustdoc: load icons from css instead of inline | Michael Howell | -1/+1 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -2/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -8/+13 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-22 | Revert "rustdoc: factor all-impls-for-item out into its own method" | Michael Howell | -45/+2 |
| 2023-10-22 | Revert "rustdoc: filter before storing in vec" | Michael Howell | -10/+4 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -1/+2 |
| 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 |