about summary refs log tree commit diff
path: root/tests/rustdoc/notable-trait
AgeCommit message (Collapse)AuthorLines
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-1/+7
Some rustdoc tests are `no_core` and need to have `MetaSized` and `PointeeSized` added to them.
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-32/+32
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+24
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-5/+5
This is about equally readable, a lot more terse, and stops special-casing functions and methods. ```console $ du -hs doc-old/ doc-new/ 671M doc-old/ 670M doc-new/ ```
2023-10-31Accept less invalid Rust in rustdocOli Scherer-4/+7
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-4/+4
2023-03-13rustdoc: fix comments in testMichael Howell-4/+4
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-0/+41
This commit makes the `clean::Type::is_same` non-commutative, so that a generic `impl` matches a concrete return, but a generic return does not match a concrete `impl`. It makes slice and vector Write for `u8` not match on every generic return value.
2023-03-09rustdoc: move notable trait tests into their own directoryMichael Howell-0/+170