| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -12/+0 | |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -2/+3 | |
| 2019-07-16 | Update the help message on error for self type | Limira | -1/+1 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-12-20 | Refactor and add comments to code in receiver_is_valid | Michael Hewson | -2/+2 | |
| also updated some error messages removed the code manually checking for `receiver_ty: Deref<Target=self_ty>`, in favour of using autoderef but only doing one iteration. This will cause error messages to be more consistent. Before, a "mismatched method receiver" error would be emitted when `receiver_ty` was valid except for a lifetime parameter, but only when `feature(arbitrary_self_types)` was enabled, and without the feature flag the error would be "uncoercible receiver". Now it emits "mismatched method receiver" in both cases. | ||||
| 2018-03-15 | Remove unnecessary "`" in error message E0307 (invalid self type). | kennytm | -1/+1 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -1/+1 | |
| 2017-11-09 | Don't emit the feature error if it's an invalid self type | Michael Hewson | -10/+1 | |
| 2017-11-08 | update ui test to new error message | Michael Hewson | -5/+14 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -1/+1 | |
| 2017-01-04 | Add test for correct span for type | Esteban Küber | -0/+11 | |
| Test for #27522. | ||||
