about summary refs log tree commit diff
path: root/src/test/rustdoc/trait-impl-items-links-and-anchors.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-65/+0
2022-11-28rustdoc: remove `fnname` CSS class that's styled exactly like `fn`Michael Howell-7/+7
2022-08-13rustdoc: Fix incorrect usage of `@!has` and `@!matches`Noah Lev-1/+1
2022-08-13Update `@!has` name in testsNoah Lev-1/+1
2022-02-02Emit valid HTML from rustdocJacob Hoffman-Andrews-28/+28
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-4/+3
2021-09-01Add tests for implementors associated types displayGuillaume Gomez-1/+10
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-8/+0
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-34/+34
2021-04-17rustdoc: use more precise relative URLSMichael Howell-5/+5
2021-04-13remove line length ignoreFrançois Mockers-2/+0
2021-04-13forgot test assertions for default methodFrançois Mockers-0/+2
2021-04-13add testFrançois Mockers-0/+65