| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -44/+23 |
| 2024-03-14 | print ghosts | Manish Goregaokar | -0/+6 |
| 2024-03-14 | Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume... | Matthias Krüger | -115/+229 |
| 2024-03-12 | rustdoc: do not preload fonts when browsing locally | Elijah Riggs | -0/+2 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -48/+65 |
| 2024-03-11 | rustdoc: use `const` for the special type name ids | Michael Howell | -25/+11 |
| 2024-03-11 | rustdoc: clean up search.js by removing empty sort case | Michael Howell | -5/+0 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -45/+161 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -4/+4 |
| 2024-03-01 | Correctly generate item info of trait items | Guillaume Gomez | -13/+14 |
| 2024-02-29 | Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n... | Matthias Krüger | -1/+2 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -2/+2 |
| 2024-02-28 | Add regression test for inclusion of whitespace characters in rustdoc highlig... | Guillaume Gomez | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Prevent inclusion of whitespace character after macro_rules ident | Guillaume Gomez | -0/+1 |
| 2024-02-27 | Fix link generation for locate foreign macro in jump to definition feature | Guillaume Gomez | -1/+1 |
| 2024-02-26 | Rollup merge of #121590 - GuillaumeGomez:rustdoc-js-changed, r=notriddle | Guillaume Gomez | -3/+11 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -5/+0 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-02-24 | Rustdoc: include crate name in links for local primitives | Gurinder Singh | -2/+7 |
| 2024-02-18 | Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui... | León Orell Valerian Liehr | -281/+173 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -7/+2 |
| 2024-02-17 | Fix non_local_definitions lint in rustdoc | Urgau | -5/+0 |
| 2024-02-16 | rustdoc: fix and refactor HTML rendering a bit | León Orell Valerian Liehr | -281/+173 |
| 2024-02-15 | add extra indent spaces for rust-playground link | yukang | -2/+5 |
| 2024-02-09 | Unify item relative path computation in one function | Guillaume Gomez | -24/+2 |
| 2024-02-09 | Correctly generate path for non-local items in source code pages | Guillaume Gomez | -52/+140 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -2/+2 |
| 2024-02-05 | Rollup merge of #120641 - klensy:copypaste-me, r=notriddle | Matthias Krüger | -10/+21 |
| 2024-02-04 | rustdoc: trait.impl, type.impl: sort impls to make it not depend on serializa... | klensy | -10/+21 |
| 2024-01-31 | rustdoc: Correctly handle long crate names on mobile | Guillaume Gomez | -7/+2 |
| 2024-01-30 | Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n... | Guillaume Gomez | -4/+2 |
| 2024-01-30 | Rollup merge of #120250 - chadnorvell:rustdoc-xss, r=notriddle | Guillaume Gomez | -1/+9 |
| 2024-01-29 | Improve display of crate name when hovered | Guillaume Gomez | -4/+2 |
| 2024-01-29 | rustdoc: Prevent JS injection from localStorage | Chad Norvell | -1/+9 |
| 2024-01-24 | Bump `askama` version | clubby789 | -7/+7 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-22 | Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmease | Matthias Krüger | -0/+1 |
| 2024-01-19 | Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle | Matthias Krüger | -83/+139 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -2/+1 |
| 2024-01-09 | Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomez | Guillaume Gomez | -20/+91 |
| 2024-01-08 | rustdoc-search: intern function search types | Michael Howell | -17/+72 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -2/+1 |
| 2024-01-08 | rustdoc-search: reuse empty map/array in function signatures | Michael Howell | -5/+21 |
| 2024-01-08 | rustdoc: hide modals when resizing the sidebar | Michael Howell | -0/+1 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -29/+74 |
| 2024-01-05 | Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomez | Michael Goulet | -139/+250 |
| 2024-01-05 | Add notes about the serialization format | Michael Howell | -7/+26 |
| 2024-01-05 | Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddle | Michael Goulet | -20/+32 |