| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -10/+11 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -12/+42 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -18/+2 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -18/+2 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -1/+2 |
| 2024-04-08 | rustdoc: add re-export info to RawSearchIndex type def | Michael Howell | -6/+13 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -6/+29 |
| 2024-04-02 | Support type '/' to search | mu001999 | -1/+2 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -5/+9 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -25/+165 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -157/+223 |
| 2024-03-15 | rustdoc: clean up formatting | Michael Howell | -1/+1 |
| 2024-03-14 | Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume... | Matthias Krüger | -31/+107 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -48/+65 |
| 2024-03-11 | rustdoc: use `const` for the special type name ids | Michael Howell | -25/+11 |
| 2024-03-11 | rustdoc: clean up search.js by removing empty sort case | Michael Howell | -5/+0 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -44/+122 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-02-25 | Correctly handle if rustdoc JS script hash changed | Guillaume Gomez | -3/+11 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -1/+1 |
| 2024-01-31 | rustdoc: Correctly handle long crate names on mobile | Guillaume Gomez | -1/+1 |
| 2024-01-29 | rustdoc: Prevent JS injection from localStorage | Chad Norvell | -1/+9 |
| 2024-01-22 | Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmease | Matthias Krüger | -0/+1 |
| 2024-01-08 | rustdoc-search: intern function search types | Michael Howell | -17/+72 |
| 2024-01-08 | rustdoc-search: reuse empty map/array in function signatures | Michael Howell | -5/+21 |
| 2024-01-08 | rustdoc: hide modals when resizing the sidebar | Michael Howell | -0/+1 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -29/+71 |
| 2024-01-05 | Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomez | Michael Goulet | -68/+128 |
| 2024-01-05 | Add notes about the serialization format | Michael Howell | -1/+1 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -40/+9 |
| 2023-12-31 | rustdoc-search: tighter encoding for `f` index | Michael Howell | -15/+66 |
| 2023-12-30 | rustdoc-search: fix inaccurate type descriptions | Michael Howell | -54/+63 |
| 2023-12-28 | Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum... | Matthias Krüger | -17/+30 |
| 2023-12-26 | rustdoc-search: count path edits with separate edit limit | Michael Howell | -17/+30 |
| 2023-12-26 | rustdoc: treat query string `+` as space | Michael Howell | -1/+2 |
| 2023-12-26 | rustdoc: search for tuples and unit by type with `()` | Michael Howell | -29/+71 |
| 2023-12-19 | Fix corner cases when dealing with mobile mode | Michael Howell | -11/+7 |
| 2023-12-18 | Add back the column | Michael Howell | -1/+1 |
| 2023-12-17 | rustdoc: clean up source sidebar hide button | Michael Howell | -44/+17 |
| 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 |