| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -0/+6 | |
| 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-09 | rustdoc: move notable trait tests into their own directory | Michael Howell | -0/+20 | |
