| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-21 | make primitive:pointer work in type-based search. | binarycat | -2/+2 |
| 2025-08-21 | Losslessly optimize PNG files | lumiscosity | -0/+0 |
| 2025-08-20 | Fix JS search scripts path | Guillaume Gomez | -2/+2 |
| 2025-08-20 | Rollup merge of #140314 - lolbinarycat:rustdoc-js-scrape-examples-typecheck, ... | Jacob Pratt | -11/+43 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -1/+1 |
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -4247/+8224 |
| 2025-08-15 | Rollup merge of #145389 - GuillaumeGomez:unstable-search, r=fmease | Stuart Cook | -39/+2 |
| 2025-08-14 | Revert "rustdoc search: prefer stable items in search results" | Guillaume Gomez | -36/+2 |
| 2025-08-14 | Revert "rustdoc: IndexItem::{stability -> is_unstable}" | Guillaume Gomez | -3/+8 |
| 2025-08-14 | Revert "rustdoc search: add performance note about searchIndexUnstable check" | Guillaume Gomez | -6/+0 |
| 2025-08-14 | Revert "Correctly handle when there are no unstable items in the documented c... | Guillaume Gomez | -3/+1 |
| 2025-08-14 | rustdoc: Allow multiple references to a single footnote | Tsukasa OI | -9/+24 |
| 2025-08-13 | Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca... | Guillaume Gomez | -1/+3 |
| 2025-08-13 | Correctly handle when there are no unstable items in the documented crate | Guillaume Gomez | -1/+3 |
| 2025-08-10 | rustdoc: Use `discr`s `Display` impl to render the value with the correct sig... | Eval EXEC | -5/+3 |
| 2025-08-09 | Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycat | Stuart Cook | -0/+7 |
| 2025-08-09 | Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ... | Stuart Cook | -1/+36 |
| 2025-08-09 | Rank doc aliases lower than equivalently matched items | Guillaume Gomez | -0/+7 |
| 2025-08-08 | rustdoc search: add performance note about searchIndexUnstable check | binarycat | -0/+6 |
| 2025-08-08 | rustdoc: IndexItem::{stability -> is_unstable} | binarycat | -10/+4 |
| 2025-08-06 | Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmease | Jakub Beránek | -0/+4 |