summaryrefslogtreecommitdiff
path: root/tests/rustdoc-js-std/parser-errors.js
Commit message (Collapse)AuthorAgeFilesLines
* rustdoc: add support for type filters in arguments and genericsMichael Howell2023-03-201-45/+13
| | | | | | | This makes sense, since the search index has the information in it, and it's more useful for function signature searches since a function signature search's item type is, by definition, some type of function (there's more than one, but not very many).
* Add test for unclosed genericGuillaume Gomez2023-03-031-0/+10
|
* Add GUI test for rustdoc search errors backgroundGuillaume Gomez2023-03-021-2/+2
|
* rustdoc: search by macro when query ends with `!`Michael Howell2023-02-161-0/+20
| | | | Related to #96399
* Move /src/test to /testsAlbert Larsan2023-01-111-0/+385