summary refs log tree commit diff
path: root/src/librustdoc/html/render/tests.rs
AgeCommit message (Collapse)AuthorLines
2020-08-09Rustdoc: Fix natural ordering to look at all numbers.Mara Bos-11/+27
The old implementation only looks at numbers at the end, but not in other places in a name: "u8" and "u16" got sorted properly, but "u8_bla" and "u16_bla" did not.
2019-12-22Format the worldMark Rousskov-9/+4
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+29