summaryrefslogtreecommitdiff
path: root/tests/rustdoc-js-std
Commit message (Expand)AuthorAgeFilesLines
* rustdoc-search: add support for nested genericsMichael Howell2023-04-141-2/+122
* rustdoc: add support for type filters in arguments and genericsMichael Howell2023-03-2010-95/+142
* Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger2023-03-161-6/+17
|\
| * rustdoc: fix type search when more than one `where` clause appliesMichael Howell2023-03-071-6/+17
* | rustdoc: use restricted Damerau-Levenshtein distance for searchMichael Howell2023-03-101-0/+12
|/
* Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomezMatthias Krüger2023-03-041-0/+7
|\
| * rustdoc: function signature search with traits in `where` clauseMichael Howell2023-03-041-0/+7
* | Add test for unclosed genericGuillaume Gomez2023-03-031-0/+10
|/
* Add GUI test for rustdoc search errors backgroundGuillaume Gomez2023-03-021-2/+2
* Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC2023-03-013-19/+88
|\
| * rustdoc: search by macro when query ends with `!`Michael Howell2023-02-163-19/+88
* | rustdoc: hide `reference` methods in search indexMichael Howell2023-02-161-0/+8
|/
* rustdoc: add test case based on #103357Michael Howell2023-01-241-0/+10
* 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-3/+0
* rustdoc: update search test casesMichael Howell2023-01-143-4/+5
* Move /src/test to /testsAlbert Larsan2023-01-1136-0/+1549