about summary refs log tree commit diff
path: root/tests/rustdoc/primitive/primitive.rs
AgeCommit message (Collapse)AuthorLines
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-12/+12
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-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-3/+3
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.