| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -3/+3 | |
| When an associated type with GATs isn't specified in a `dyn Trait`, emit an object safety error instead of only complaining about the missing associated type, as it will lead the user down a path of three different errors before letting them know that what they were trying to do is impossible to begin with. Fix #103155. | ||||
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 | |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -2/+10 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+19 | |
