about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std
AgeCommit message (Collapse)AuthorLines
2021-09-12Fix linkcheck issuesJoshua Nelson-3/+4
Most of these are because alloc uses `#[lang_item]` to define methods, but core documents primitives before those methods are available. - Fix rustdoc-js-std test For some reason this change made CStr not show up in the results for `str,u8`. Since it still shows up for str, and since it wasn't a great match for that query anyway, I think this is ok to let slide. - Add test that all primitives can be linked to - Enable `doc(primitive)` in `core` as well - Add linkcheck exception specifically for Windows Ideally this would be done automatically by the linkchecker by replacing `\\` with forward slashes, but this PR is already a ton of work ... - Don't forcibly fail linkchecking if there's a broken intra-doc link on Windows Previously, it would exit with a hard error if a missing file had `::` in it. This changes it to report a missing file instead, which allows adding an exception.
2021-07-01fix(rustdoc): generics searchMichael Howell-0/+7
This commit adds a test case for generics, re-adds generics data to the search index, and tweaks function indexing to use less space in JSON. This reverts commit 14ca89446c076bcf484d3d05bd991a4b7985a409.
2021-06-30Add test to ensure that the typed queries are not including other typesGuillaume Gomez-0/+12
2021-01-27Add search index test for primitive typesGuillaume Gomez-0/+75
2020-05-14Make current crate aliases go firstGuillaume Gomez-4/+2
2020-05-07Merge aliases and search-indexGuillaume Gomez-5/+5
2020-05-07Update std testsGuillaume Gomez-3/+5
2020-03-16Add tests for new of variablesGuillaume Gomez-0/+10
2020-03-16Update JS results testerGuillaume Gomez-2/+5
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-0/+7
2019-09-04Improve searching in rustdoc and add testsShiqing-0/+1
2019-02-25Rename rustdoc js test suitesGuillaume Gomez-0/+189