about summary refs log tree commit diff
path: root/src/test/rustdoc/impl-disambiguation.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2022-10-06rustdoc: remove unused HTML `class="item-list"`Michael Howell-5/+5
Since 50f662e99ec372a3c9558876d4164e8665859217, there is no CSS or JS targeting this class.
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-5/+5
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-5/+5
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2018-12-25Remove licensesMark Rousskov-10/+0
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-0/+40
* Don't disambiguate if there are multiple impls for the same type. * Disambiguate for impls of &Foo and &mut Foo. * Don't try to disambiguate generic types.