about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-51236.rs
AgeCommit message (Collapse)AuthorLines
2018-12-27Simplify foreign type rendering.John Heitmann-1/+1
Simplified foreign type rendering by switching from tables to flexbox. Also, removed some seemingly extraneous elements like “ghost” spans. Reduces element count on std::iter::Iterator by 30%.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-02Filter out duplicated trait predicates when generating auto traitsAaron Hill-0/+24
Fixes #51236