about summary refs log tree commit diff
path: root/src/test/rustdoc/assoc-consts-version.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-15/+0
2019-05-03use span instead of div for since versionAndy Russell-3/+2
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-12-20Add test for associated const version displayGuillaume Gomez-0/+26