| Age | Commit message (Expand) | Author | Lines |
| 2023-06-14 | Use whitespace as path separator like double colon | Guillaume Gomez | -71/+163 |
| 2023-06-12 | rustdoc-search: search never type with `!` | Michael Howell | -5/+43 |
| 2023-06-11 | rustdoc-search: fix order-independence bug | Michael Howell | -68/+98 |
| 2023-06-11 | rustdoc-search: build args, return, and generics on one unifier | Michael Howell | -136/+103 |
| 2023-06-11 | rustdoc-search: simplify JS in `checkGenerics` | Michael Howell | -68/+68 |
| 2023-06-10 | rustdoc: search for slices and arrays by type with `[]` | Michael Howell | -82/+151 |
| 2023-06-03 | Move type name directly into the same DOM element | Guillaume Gomez | -6/+1 |
| 2023-06-02 | Move item kind before the item name | Guillaume Gomez | -3/+8 |
| 2023-06-02 | Add search result item types after their name | Guillaume Gomez | -9/+34 |
| 2023-05-03 | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | -196/+224 |
| 2023-04-21 | rustdoc: clean up redundant search hiding results code | Michael Howell | -4/+0 |
| 2023-04-20 | rustdoc-search: use more descriptive "x not found; y instead" message | Michael Howell | -1/+1 |
| 2023-04-20 | rustdoc-search: make type name correction choice deterministic | Michael Howell | -0/+3 |
| 2023-04-20 | rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType` | Michael Howell | -5/+1 |
| 2023-04-19 | rustdoc-search: give longer notification for type corrections | Michael Howell | -2/+7 |
| 2023-04-17 | rustdoc: restructure type search engine to pick-and-use IDs | Michael Howell | -195/+219 |
| 2023-04-17 | rustdoc-search: fix incorrect doc comment | Michael Howell | -1/+1 |
| 2023-04-14 | rustdoc-search: add support for nested generics | Michael Howell | -11/+10 |
| 2023-04-13 | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | -20/+34 |
| 2023-04-13 | rustdoc-search: use ES6 `Set` for deduplication instead of `Object` | Michael Howell | -3/+3 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for generic matching instead of `Object` | Michael Howell | -23/+14 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for aliases instead of `Object` | Michael Howell | -11/+16 |
| 2023-03-27 | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | -5/+1 |
| 2023-03-26 | Fix "Directly go to item in search if there is only one result" setting | Guillaume Gomez | -5/+1 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -53/+111 |
| 2023-03-19 | rustdoc: implement bag semantics for function parameter search | Michael Howell | -26/+70 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -149/+223 |
| 2023-03-11 | rustdoc: collapse edit distance state into an object | Michael Howell | -80/+86 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -4/+21 |
| 2023-03-10 | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | -147/+215 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -4/+21 |
| 2023-03-03 | Emit an error for unclosed generic | Guillaume Gomez | -1/+13 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -39/+91 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -6/+26 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -11/+6 |
| 2023-02-25 | Update search eBNF with `!` moved | Michael Howell | -2/+2 |
| 2023-02-16 | Correct eslint warning | Michael Howell | -1/+1 |
| 2023-02-16 | rustdoc: search by macro when query ends with `!` | Michael Howell | -4/+24 |
| 2023-02-13 | rustdoc: use a string with one-character codes for search index types | Michael Howell | -4/+5 |
| 2023-02-11 | Improve JS function itemTypeFromName code a bit | Guillaume Gomez | -6/+4 |
| 2023-01-21 | rustdoc: compute maximum Levenshtein distance based on the query | Michael Howell | -65/+84 |
| 2023-01-14 | rustdoc: simplify JS search routine by not messing with lev distance | Michael Howell | -50/+64 |
| 2022-12-22 | rustdoc: use a more evocative name for CSS/JS `#titles` | Michael Howell | -8/+8 |
| 2022-11-28 | Add sentence when rustdoc search is running | Guillaume Gomez | -4/+6 |
| 2022-11-14 | rustdoc: fix corner case in search keyboard commands | Michael Howell | -0/+1 |
| 2022-11-04 | rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed | Michael Howell | -3/+1 |
| 2022-11-04 | rustdoc: simplify search results CSS and DOM | Michael Howell | -4/+2 |
| 2022-08-10 | Improve crate selection on rustdoc search results page | Frank Steffahn | -22/+9 |
| 2022-06-27 | Add comments, fixes for `0` sentinel | Michael Howell | -4/+3 |
| 2022-06-27 | Put back, fix ()-output optimization | Michael Howell | -1/+1 |