| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 2025-08-22 | Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,... | Jacob Pratt | -33/+71 |
| 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 | -178/+237 |
| 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/+42 |
| 2025-08-23 | Add support for macro expansion in rustdoc source code pages | Guillaume Gomez | -63/+339 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -1/+1 |
| 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-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -2/+3 |
| 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 | rustdoc::invalid_html_tags(unclosed comment): fix off by one in span | binarycat | -1/+1 |
| 2025-08-21 | refactor rustdoc::invalid_html_tags tag parser | binarycat | -169/+381 |
| 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-19 | Rollup merge of #139345 - smoelius:into-iter-stability, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-08-19 | Rollup merge of #144476 - notriddle:notriddle/stringdex, r=lolbinarycat,Guill... | Stuart Cook | -4252/+8279 |
| 2025-08-18 | Rollup merge of #144838 - Kivooeo:doc-subtype, r=notriddle | Stuart Cook | -4/+4 |
| 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 | -4252/+8279 |
| 2025-08-15 | Extend `QueryStability` to handle `IntoIterator` implementations | Samuel Moelius | -1/+1 |
| 2025-08-15 | Rollup merge of #145408 - Kobzol:deduplicate-search-paths, r=petrochenkov | Jakub Beránek | -2/+8 |
| 2025-08-15 | Rollup merge of #145389 - GuillaumeGomez:unstable-search, r=fmease | Stuart Cook | -40/+2 |
| 2025-08-14 | Do not pass duplicated `-L` arguments to merged doctests | Jakub Beránek | -2/+8 |
| 2025-08-14 | Revert "rustdoc search: prefer stable items in search results" | Guillaume Gomez | -37/+2 |
| 2025-08-14 | Revert "rustdoc: IndexItem::{stability -> is_unstable}" | Guillaume Gomez | -4/+9 |
| 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 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -41/+70 |
| 2025-08-13 | Correctly handle when there are no unstable items in the documented crate | Guillaume Gomez | -1/+3 |
| 2025-08-12 | rustdoc: Minimal fixes to compile with `MacroKinds` | Josh Triplett | -41/+70 |
| 2025-08-12 | Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmease | Stuart Cook | -5/+3 |
| 2025-08-12 | Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease... | Stuart Cook | -2/+14 |