| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -4/+7 | |
| 2023-03-30 | Update tests for rustc_doc_primitive | 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/+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-09 | rustdoc: move notable trait tests into their own directory | Michael Howell | -0/+170 | |
