| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -93/+0 | |
| 2019-11-16 | Account for `rustc_on_unimplemented` | Esteban Küber | -2/+4 | |
| 2019-11-16 | Remove unnecessary note | Esteban Küber | -2/+0 | |
| 2019-11-16 | Modify primary label message to be inline with error message | Esteban Küber | -2/+2 | |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -4/+10 | |
| When there are multiple implementors for the same trait that is present in an unmet binding, modify the E0277 error to refer to the parent obligation and verify whether borrowing the argument being passed in would satisfy the unmet bound. If it would, suggest it. | ||||
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -5/+5 | |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -12/+12 | |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -35/+21 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -14/+14 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+101 | |
