| Age | Commit message (Expand) | Author | Lines |
| 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 | -3307/+6426 |
| 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-08-04 | Fix wrong font being used for tooltips `i` icons | Guillaume Gomez | -0/+4 |
| 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 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -2/+2 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -2/+2 |
| 2025-07-01 | Improve CSS for source code block line numbers | Guillaume Gomez | -68/+30 |
| 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/+2 |
| 2025-06-17 | Lint about `console` calls in rustdoc JS | Guillaume Gomez | -0/+2 |
| 2025-06-16 | rustdoc: make srcIndex no longer a global variable | binarycat | -8/+7 |
| 2025-06-16 | rustdoc: add ways of collapsing all impl blocks | binarycat | -6/+22 |
| 2025-06-16 | Add comment to prevent having code other than `initSearch` at the end of `sea... | Guillaume Gomez | -0/+4 |
| 2025-06-14 | Fix random failure when JS code is executed when the whole file was not read yet | Guillaume Gomez | -37/+37 |
| 2025-06-10 | rustdoc search: prefer stable items in search results | binarycat | -2/+24 |
| 2025-05-27 | scrape-examples.js: fix typos | lolbinarycat | -2/+2 |
| 2025-05-25 | Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez | Jacob Pratt | -1/+4 |
| 2025-05-22 | scrape-examples.js: add another nonnull() invokation | binarycat | -1/+1 |
| 2025-05-22 | fix typo | binarycat | -4/+5 |
| 2025-05-22 | Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r... | Matthias Krüger | -1/+3 |
| 2025-05-21 | rustdoc js: add rustdoc.ScrapedLoc type | binarycat | -1/+5 |
| 2025-05-21 | rustdoc js: add ScrapedLoc type | binarycat | -4/+16 |
| 2025-05-21 | scrape-examples.js: give each function a signature | binarycat | -9/+24 |
| 2025-05-16 | rustdoc: on mobile, make the sidebar full width and linewrap | binarycat | -1/+4 |
| 2025-05-10 | rustdoc: Fix links in trait impl docs | SpecificProtagonist | -1/+3 |
| 2025-05-09 | rustdoc: use a different style of grip track | Michael Howell | -39/+19 |
| 2025-05-09 | rustdoc: add a handle that makes sidebar resizing more obvious | Michael Howell | -7/+53 |
| 2025-05-06 | Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc | Guillaume Gomez | -21/+22 |
| 2025-04-24 | Fix indent of impl docs | Guillaume Gomez | -1/+4 |
| 2025-04-23 | Unify sidebar buttons to use the same image | Guillaume Gomez | -21/+22 |
| 2025-04-21 | Use correct annotation for CSS pseudo elements | Guillaume Gomez | -20/+20 |
| 2025-04-07 | Fix CSS | Guillaume Gomez | -1/+1 |
| 2025-04-05 | Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=... | Stuart Cook | -46/+100 |
| 2025-04-02 | rustdoc js: satisfy eslint | binarycat | -4/+4 |