about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-51236.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-1/+1
2022-08-31Update rustdoc testsGuillaume Gomez-1/+1
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-1/+1
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-02Update rustdoc testsGuillaume Gomez-2/+2
2021-04-19rustdoc: use details tag for trait implementorsJacob Hoffman-Andrews-1/+1
This switches from JS-generated toggles to using the HTML <details> tag for expanding and collapsing entries in the "Implementors" section.
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