about summary refs log tree commit diff
path: root/src/test/rustdoc/prim-title.rs
AgeCommit message (Collapse)AuthorLines
2021-04-20Just merge all of the <title> tests into oneSmitty-7/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-30rustdoc: Remove paths from primitive page <title> tagsOliver Middleton-0/+17
Currently primitive pages have a title like "std::u8 - Rust" this changes it to "u8 - Rust" as "std::u8" is the name of a module not a primitive type.