| Age | Commit message (Expand) | Author | Lines |
| 2025-09-23 | Rollup merge of #146877 - el-ev:issue146816, r=fmease,lolbinarycat,GuillaumeG... | Matthias Krüger | -7/+18 |
| 2025-09-23 | prevent line number from being copied in chrome | Iris Shi | -7/+18 |
| 2025-09-22 | Rollup merge of #146838 - yotamofek:pr/rustdoc/wrappers, r=lolbinarycat | Stuart Cook | -202/+146 |
| 2025-09-22 | Introduce "wrapper" helpers to rustdoc | Yotam Ofek | -189/+132 |
| 2025-09-21 | Re-use some existing util fns | Yotam Ofek | -9/+7 |
| 2025-09-21 | Early return in `visibility_print_with_space` | Yotam Ofek | -4/+7 |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -10/+13 |
| 2025-09-19 | Rollup merge of #146484 - notriddle:stringdex-js-opt, r=GuillaumeGomez | Stuart Cook | -140/+290 |
| 2025-09-18 | Rollup merge of #146694 - camsteffen:impl-subject, r=compiler-errors | Stuart Cook | -5/+5 |
| 2025-09-17 | Remove ImplSubject | Cameron Steffen | -5/+5 |
| 2025-09-17 | Cleanup `FnDecl::inner_full_print` | Yotam Ofek | -48/+59 |
| 2025-09-12 | rustdoc-search: delay loading type name IDs until type search | Michael Howell | -90/+233 |
| 2025-09-12 | rustdoc-search: reduce async machinery in value lookups | Michael Howell | -50/+57 |
| 2025-09-11 | Correctly handle literal search on paths | Guillaume Gomez | -2/+4 |
| 2025-09-08 | mark `format_args_nl!` as `#[doc(hidden)]` | cyrgani | -1/+1 |
| 2025-09-04 | Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomez | bors | -161/+644 |
| 2025-09-03 | rustdoc-search: yet another stringdex optimization attempt | Michael Howell | -161/+644 |
| 2025-09-02 | Rollup merge of #146091 - janis-bhm:rustdoc-default-span-with-simple-test, r=... | Guillaume Gomez | -15/+37 |
| 2025-09-02 | squash fix `render_call_locations` panic when default span points at file out... | Janis | -15/+37 |
| 2025-08-31 | rustdoc-search: skip loading unneeded fnData | Michael Howell | -12/+13 |
| 2025-08-30 | rustdoc-search: improve concurrency at type search | Michael Howell | -9/+15 |
| 2025-08-30 | rustdoc-search: split function inverted index by input/output | Michael Howell | -67/+256 |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -2/+2 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -5/+26 |
| 2025-08-26 | Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwco | Guillaume Gomez | -0/+0 |
| 2025-08-24 | Auto merge of #137229 - GuillaumeGomez:expand-macro, r=lolbinarycat | bors | -61/+472 |
| 2025-08-24 | rustdoc: render attributes in Field and Variants sections | Karol Zwolak | -4/+22 |
| 2025-08-23 | Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering... | Samuel Tardieu | -70/+68 |
| 2025-08-23 | Improve code and add test with macro coming from another file from the same c... | Guillaume Gomez | -18/+14 |
| 2025-08-23 | rustdoc: make attributes render consistently | Karol Zwolak | -70/+68 |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 2025-08-23 | Also support statements and patterns for macro expansion | Guillaume Gomez | -2/+18 |
| 2025-08-23 | Improve code | Guillaume Gomez | -4/+2 |
| 2025-08-23 | Make macro expansion feature buttons accessible | Guillaume Gomez | -10/+11 |
| 2025-08-23 | Do macro expansion at AST level rather than HIR | Guillaume Gomez | -147/+163 |
| 2025-08-23 | Clean up computation of macro expansion span and correctly handle spans open ... | Guillaume Gomez | -28/+90 |
| 2025-08-23 | Go around firefox bug | Guillaume Gomez | -1/+7 |
| 2025-08-23 | Correctly handle multiple macro expansions on a same line | Guillaume Gomez | -18/+49 |
| 2025-08-23 | Add new unstable `--generate-macro-expansion` rustdoc command line flag | Guillaume Gomez | -14/+23 |
| 2025-08-23 | Add support for macro expansion in rustdoc source code pages | Guillaume Gomez | -63/+339 |
| 2025-08-22 | main.js: only call window.rustdocToggleSrcSidebar if it exists | binarycat | -2/+1 |
| 2025-08-22 | typecheck: add nonnull around element known to exist | binarycat | -2/+1 |
| 2025-08-22 | typecheck tooltipBlurHandler | binarycat | -1/+3 |
| 2025-08-22 | typecheck window.CURRENT_TOOLTIP_ELEMENT | binarycat | -32/+7 |
| 2025-08-21 | typecheck window.NOTABLE_TRAITS | binarycat | -2/+2 |
| 2025-08-21 | typecheck window.rr_ | binarycat | -2/+2 |
| 2025-08-21 | typecheck window.searchIndex | binarycat | -2/+2 |
| 2025-08-21 | unbox raw pointers in type-based search | binarycat | -3/+6 |
| 2025-08-21 | add special formatting for displaying raw pointers in signatures | binarycat | -2/+22 |
| 2025-08-21 | rustdoc search: accept *mut T syntax for raw pointers | binarycat | -30/+45 |