about summary refs log tree commit diff
path: root/tests/rustdoc-js-std
AgeCommit message (Expand)AuthorLines
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-95/+142
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-6/+17
2023-03-10rustdoc: use restricted Damerau-Levenshtein distance for searchMichael Howell-0/+12
2023-03-07rustdoc: fix type search when more than one `where` clause appliesMichael Howell-6/+17
2023-03-04Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomezMatthias Krüger-0/+7
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-0/+7
2023-03-03Add test for unclosed genericGuillaume Gomez-0/+10
2023-03-02Add GUI test for rustdoc search errors backgroundGuillaume Gomez-2/+2
2023-03-01Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC-19/+88
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-19/+88
2023-02-16rustdoc: hide `reference` methods in search indexMichael Howell-0/+8
2023-01-24rustdoc: add test case based on #103357Michael Howell-0/+10
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-3/+0
2023-01-14rustdoc: update search test casesMichael Howell-4/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1549