| Age | Commit message (Expand) | Author | Lines |
| 2025-10-03 | Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=Guillaume... | bors | -20/+123 |
| 2025-10-02 | search.js: introduce optimized removeIdxListAsc routine | binarycat | -9/+30 |
| 2025-10-02 | if a trait item is shown in search results, hide the impl item | binarycat | -21/+103 |
| 2025-09-28 | Auto merge of #147002 - notriddle:stringdex3, r=GuillaumeGomez | bors | -27/+51 |
| 2025-09-24 | rustdoc-search: stringdex update with more packing | Michael Howell | -27/+51 |
| 2025-09-23 | prevent line number from being copied in chrome | Iris Shi | -7/+18 |
| 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-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-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 | -24/+44 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -1/+5 |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 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 | 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-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 | -3216/+6109 |
| 2025-08-14 | Revert "rustdoc search: prefer stable items in search results" | Guillaume Gomez | -24/+2 |
| 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-13 | Correctly handle when there are no unstable items in the documented crate | Guillaume Gomez | -1/+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/+29 |
| 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-07-26 | Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |
| 2025-07-19 | Add code comment explaining better what `Row.name` is for doc aliases | Guillaume Gomez | -0/+2 |
| 2025-07-16 | Make aliases search support partial matching | Guillaume Gomez | -73/+82 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -2/+2 |
| 2025-06-27 | Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=Guillau... | Guillaume Gomez | -77/+43 |
| 2025-06-26 | rustdoc js: several typechecking improvments | binarycat | -77/+43 |
| 2025-06-24 | Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomez | Guillaume Gomez | -1/+29 |
| 2025-06-23 | Fixes firefox copy paste issue | gstjepan2 | -1/+29 |
| 2025-06-20 | Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina... | Trevor Gross | -37/+41 |
| 2025-06-17 | Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat | Jacob Pratt | -0/+1 |
| 2025-06-17 | Lint about `console` calls in rustdoc JS | Guillaume Gomez | -0/+1 |
| 2025-06-16 | rustdoc: make srcIndex no longer a global variable | binarycat | -8/+7 |