about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-25001.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-43/+0
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-9/+9
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2020-07-02Update rustdoc testsGuillaume Gomez-3/+0
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