about summary refs log tree commit diff
path: root/tests/rustdoc-js/substring.js
AgeCommit message (Collapse)AuthorLines
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-7/+15
This might have made sense if the algorithm could use `searchWords` to skip having to look at `searchIndex`, but since it always does a substring check on both the stock word and the normalizedName, it doesn't seem to help performance anyway.
2023-06-09Update rustdoc-js* formatGuillaume Gomez-2/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8