about summary refs log tree commit diff
path: root/tests/rustdoc-js/generics-trait.js
AgeCommit message (Collapse)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-2/+19
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-6/+42
2023-09-03rustdoc: fix test case for generics that look like namesMichael Howell-2/+6
2023-06-09Update rustdoc-js* formatGuillaume Gomez-18/+8
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-0/+27
This change makes it so, instead of mixing string distance with type unification, function signature search works by mapping names to IDs at the start, reporting to the user any cases where it had to make corrections, and then matches with IDs when going through the items. This only changes function searches. Name searches are left alone, and corrections are only done when there's a single item in the search query.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+23