about summary refs log tree commit diff
path: root/tests/rustdoc-js
AgeCommit message (Expand)AuthorLines
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-7/+17
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-15/+117
2023-12-10rustdoc-search: fix fast path unboxing bindingsMichael Howell-0/+11
2023-12-10rustdoc-search: do not treat associated type names as typesMichael Howell-0/+84
2023-11-24rustdoc-search: avoid infinite where clause unboxMichael Howell-0/+44
2023-11-19rustdoc-search: add support for associated typesMichael Howell-0/+349
2023-11-17rustdoc-search: fix accidental shared, mutable mapMichael Howell-0/+35
2023-10-11Add regression test for #115480Guillaume Gomez-0/+32
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-0/+50
2023-10-05rustdoc-search: fix bug with multi-item impl traitMichael Howell-5/+20
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-0/+50
2023-09-09rustdoc-search: fix bugs when unboxing and reordering combineMichael Howell-0/+75
2023-09-03rustdoc: fix test case for generics that look like namesMichael Howell-2/+6
2023-09-03rustdoc-search: add support for type parametersMichael Howell-0/+102
2023-09-02Correctly handle paths from foreign itemsGuillaume Gomez-0/+19
2023-09-01Add tests for type-based searchGuillaume Gomez-0/+41
2023-06-15Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomezbors-0/+181
2023-06-12rustdoc-search: search never type with `!`Michael Howell-0/+59
2023-06-11rustdoc-search: fix order-independence bugMichael Howell-0/+108
2023-06-11rustdoc-search: build args, return, and generics on one unifierMichael Howell-0/+73
2023-06-10rustdoc: add note about slice/array searches to help popupMichael Howell-1/+1
2023-06-10rustdoc: search for slices and arrays by type with `[]`Michael Howell-0/+21
2023-06-09Update rustdoc-js* formatGuillaume Gomez-216/+104
2023-05-06Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomezYuki Okushi-0/+81
2023-04-24rustdoc-search: add slices and arrays to indexMichael Howell-0/+81
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-0/+27
2023-04-14rustdoc-search: add support for nested genericsMichael Howell-0/+52
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-0/+39
2023-03-19rustdoc: implement bag semantics for function parameter searchMichael Howell-0/+24
2023-03-07rustdoc: fix type search when more than one `where` clause appliesMichael Howell-1/+15
2023-03-07rustdoc: fix type search index for `fn<T>() -> &T where T: Trait`Michael Howell-1/+12
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-0/+35
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-0/+20
2023-01-21rustdoc: update test cases to match with stricter match criteriaMichael Howell-1/+0
2023-01-21rustdoc: compute maximum Levenshtein distance based on the queryMichael Howell-2/+0
2023-01-14rustdoc: update search test casesMichael Howell-2/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1300