| 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 | -21/+498 |
| 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-08 | Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomez | Matthias Krüger | -19/+6 |
| 2023-12-07 | rustdoc: remove unused parameter `reversed` from onEach(Lazy) | Michael Howell | -19/+6 |
| 2023-12-07 | Fix display of features in rustdoc | Guillaume Gomez | -9/+12 |
| 2023-12-01 | Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Takayuki Maeda | -5/+2 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -5/+2 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -5/+5 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -5/+5 |
| 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-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -1/+212 |
| 2023-10-23 | Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 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 | -8/+67 |
| 2023-10-11 | rustdoc: bundle sidebar button icon into CSS | Michael Howell | -16/+22 |
| 2023-10-11 | rustdoc: enforce BODY_MIN constraint on sidebar resize | Michael Howell | -17/+122 |
| 2023-10-11 | rustdoc: clean up main.js and src-script.js | Michael Howell | -6/+13 |