| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -55/+0 | |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -1/+1 | |
| 2019-11-24 | fixup! Add negative tests where the diagnostic message would be wrong | Timo Freiberg | -3/+37 | |
| 2019-11-24 | Add version mismatch help message for unimplemented trait | Timo Freiberg | -0/+21 | |
| Issue #22750 The error reporting for E0277 (the trait `X` is not implemented for `Foo`) now checks whether `Foo` implements a trait with the same path as `X`, which probably means that the programmer wanted to actually use only one version of the trait `X` instead of the two. | ||||
