about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/vec-new.js
AgeCommit message (Collapse)AuthorLines
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-3/+33
This change uses the same "exact" paths as trait implementors and type alias inlining to track items with multiple reachable paths. This way, if you search for `vec`, you get only the `std` exports of it, and not the one from `alloc`. It still includes all the items in the search index so that you can search for them by all available paths. For example, try `core::option` and `std::option`, and notice that the results page doesn't show duplicates, but still shows all the items in their respective crates.
2023-06-14Add "vec new" testGuillaume Gomez-9/+20
2023-06-09Update rustdoc-js* formatGuillaume Gomez-2/+1
2023-01-14rustdoc: update search test casesMichael Howell-2/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+9