about summary refs log tree commit diff
path: root/tests/rustdoc/primitive
AgeCommit message (Collapse)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-1/+1
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-1/+7
Some rustdoc tests are `no_core` and need to have `MetaSized` and `PointeeSized` added to them.
2025-05-05Move primitive rustdoc tests into the `primitive` sub folderGuillaume Gomez-0/+258
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-15/+15
2024-04-06Add `f16` and `f128` to rustdoc's `PrimitiveType`Trevor Gross-1/+13
Fix a few places where these primitives were missing from librustdoc.
2023-09-21rustdoc: update test cases for changes to the printing styleMichael Howell-1/+1
This whole thing changes it so that the JS and the UI both use rustc's own path printing to handle the impl IDs. This results in the format changing a little bit; full paths are used in spots where they aren't strictly necessary, and the path sometimes uses generics where the old system used the trait's own name, but it shouldn't matter since the orphan rules will prevent it anyway.
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-5/+5
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+21
Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+24