summaryrefslogtreecommitdiff
path: root/tests/rustdoc-js
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomezYuki Okushi2023-05-062-0/+81
|\
| * rustdoc-search: add slices and arrays to indexMichael Howell2023-04-242-0/+81
* | rustdoc: restructure type search engine to pick-and-use IDsMichael Howell2023-04-171-0/+27
|/
* rustdoc-search: add support for nested genericsMichael Howell2023-04-142-0/+52
* rustdoc: add support for type filters in arguments and genericsMichael Howell2023-03-203-0/+39
* rustdoc: implement bag semantics for function parameter searchMichael Howell2023-03-192-0/+24
* rustdoc: fix type search when more than one `where` clause appliesMichael Howell2023-03-072-1/+15
* rustdoc: fix type search index for `fn<T>() -> &T where T: Trait`Michael Howell2023-03-072-1/+12
* rustdoc: function signature search with traits in `where` clauseMichael Howell2023-03-042-0/+35
* rustdoc: search by macro when query ends with `!`Michael Howell2023-02-162-0/+20
* rustdoc: update test cases to match with stricter match criteriaMichael Howell2023-01-211-1/+0
* rustdoc: compute maximum Levenshtein distance based on the queryMichael Howell2023-01-211-2/+0
* rustdoc: update search test casesMichael Howell2023-01-141-2/+1
* Move /src/test to /testsAlbert Larsan2023-01-1144-0/+1300