about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-25001.rs
AgeCommit message (Collapse)AuthorLines
2018-12-27Simplify foreign type rendering.John Heitmann-3/+3
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
2016-08-17Review changesNick Cameron-0/+3
2016-03-11Adjust rustdoc test for new restrictionAaron Turon-3/+3
2016-02-12Fix associated item identifiersmitaa-3/+3
Search results use the mapping found in `ItemType::to_static_str` for the identifier, which could not be found on the page in the case of associated items.
2015-12-05Add testsmitaa-0/+53