| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Fix Rustdoc search docs link | clubby789 | -2/+1 |
| 2023-11-26 | Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomez | Guillaume Gomez | -21/+11 |
| 2023-11-25 | rustdoc: replace `elemIsInParent` with `Node.contains` | Michael Howell | -21/+11 |
| 2023-11-25 | rustdoc-search: clean up some DOM code | Michael Howell | -11/+5 |
| 2023-11-24 | rustdoc-search: avoid infinite where clause unbox | Michael Howell | -8/+24 |
| 2023-11-21 | rustdoc-search: make primitives and keywords less special | Michael Howell | -24/+12 |
| 2023-11-21 | rustdoc-search: clean up `checkPath` | Michael Howell | -13/+3 |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -49/+287 |
| 2023-11-18 | rustdoc-search: switch to recursive backtracking | Michael Howell | -157/+87 |
| 2023-11-17 | rustdoc-search: fix accidental shared, mutable map | Michael Howell | -30/+14 |
| 2023-11-17 | rustdoc-search: fast path for 1-query unification | Michael Howell | -2/+76 |
| 2023-11-17 | rustdoc-search: less new Maps in unifyFunctionType | Michael Howell | -16/+31 |
| 2023-11-15 | rustdoc-search: simplify the checkTypes fast path | Michael Howell | -61/+10 |
| 2023-11-12 | rustdoc: use `.rustdoc` class instead of `body` | Michael Howell | -2/+2 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -3/+12 |
| 2023-10-22 | rustdoc: clean up and comment main.js `register_type_impls` | Michael Howell | -14/+44 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -1/+173 |
| 2023-10-11 | rustdoc: fix resize trouble with mobile | Michael Howell | -0/+4 |
| 2023-10-11 | rustdoc: avoid whole page layout on each frame | Michael Howell | -4/+53 |
| 2023-10-11 | rustdoc: enforce BODY_MIN constraint on sidebar resize | Michael Howell | -10/+110 |
| 2023-10-11 | rustdoc: clean up main.js and src-script.js | Michael Howell | -6/+13 |
| 2023-10-11 | rustdoc: allow resizing the sidebar | Michael Howell | -11/+171 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -8/+32 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -3/+44 |
| 2023-10-08 | rustdoc: add missing macros to sibling nav sidebar | Michael Howell | -1/+15 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -5/+10 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -3/+4 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -2/+6 |
| 2023-10-05 | rustdoc-search: fix bug with multi-item impl trait | Michael Howell | -1/+1 |
| 2023-09-21 | Update search-result-impl-disambiguation.goml | Michael Howell | -2/+2 |
| 2023-09-21 | rustdoc: wait for section to open before trying to highlight | Michael Howell | -2/+6 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -3/+40 |
| 2023-09-20 | rustdoc: add comment about numeric spacing | Michael Howell | -0/+4 |
| 2023-09-19 | rustdoc: add test cases, and fix, search tabs | Michael Howell | -2/+7 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -292/+496 |
| 2023-09-18 | Move mobile topbar title creation entirely into JS | Guillaume Gomez | -3/+5 |
| 2023-09-15 | rustdoc: avoid calling `document.write` after the page loads | Michael Howell | -2/+12 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -14/+15 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -8/+0 |
| 2023-09-09 | rustdoc-search: fix bugs when unboxing and reordering combine | Michael Howell | -235/+275 |
| 2023-09-08 | Change syntax for anonymous functions set | Guillaume Gomez | -18/+18 |
| 2023-09-03 | rustdoc: fix test case for generics that look like names | Michael Howell | -1/+2 |
| 2023-09-03 | rustdoc: bug fix for `-> option<t>` | Michael Howell | -1/+5 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -173/+332 |
| 2023-09-03 | rustdoc-search: `null`, not `-1`, for missing id | Michael Howell | -14/+14 |
| 2023-09-03 | Rollup merge of #115490 - pitaj:rustdoc-searchjs-comment, r=GuillaumeGomez | Guillaume Gomez | -8/+17 |
| 2023-09-02 | rustdoc: update comment in search.js for #107629 | Peter Jaszkowiak | -8/+17 |
| 2023-09-01 | [rustdoc] Fix path in type-based search | Guillaume Gomez | -23/+89 |
| 2023-08-31 | Improve `search.js` code | Guillaume Gomez | -17/+13 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -1/+1 |