| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomez | bors | -46/+28 |
| 2023-12-15 | rustdoc-search: remove parallel searchWords array | Michael Howell | -46/+28 |
| 2023-12-15 | Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddle | Matthias Krüger | -12/+3 |
| 2023-12-15 | Simplify `src-script.js` code | Guillaume Gomez | -12/+3 |
| 2023-12-15 | Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez | Guillaume Gomez | -11/+331 |
| 2023-12-14 | Use Map instead of Object for source files and search index | Guillaume Gomez | -83/+66 |
| 2023-12-13 | rustdoc-search: clean up handleSingleArg type handling | Michael Howell | -9/+3 |
| 2023-12-13 | rustdoc-search: better hashing, faster unification | Michael Howell | -10/+46 |
| 2023-12-13 | rustdoc-search: use set ops for ranking and filtering | Michael Howell | -41/+187 |
| 2023-12-13 | rustdoc-search: remove the now-redundant `validateResult` | Michael Howell | -57/+0 |
| 2023-12-12 | Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddle | Jubilee | -13/+7 |
| 2023-12-12 | Clean up variables in `search.js` | Guillaume Gomez | -13/+7 |
| 2023-12-11 | rustdoc-search: clean up parser | Michael Howell | -7/+2 |
| 2023-12-10 | rustdoc-search: fix fast path unboxing bindings | Michael Howell | -1/+1 |
| 2023-12-10 | rustdoc-search: do not treat associated type names as types | Michael Howell | -13/+20 |
| 2023-12-07 | rustdoc: remove unused parameter `reversed` from onEach(Lazy) | Michael Howell | -19/+6 |
| 2023-11-29 | rustdoc-search: replace TAB/NL/LF with SP first | Michael Howell | -10/+6 |
| 2023-11-29 | rustdoc-search: removed dead parser code | Michael Howell | -2/+0 |
| 2023-11-29 | rustdoc-search: allow `:: ` and ` ::` | Michael Howell | -8/+5 |
| 2023-11-27 | Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease | Matthias Krüger | -2/+1 |
| 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 |