| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -4/+4 | |
| 2023-03-13 | rustdoc: fix comments in test | Michael Howell | -4/+4 | |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -0/+35 | |
| 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. | ||||
