| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -58/+0 | |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -4/+4 | |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -3/+9 | |
| ``` error[E0412]: cannot find type `T` in this scope --> file.rs:3:12 | 3 | impl Trait<T> for Struct {} | - ^ not found in this scope | | | help: you might be missing a type parameter: `<T>` ``` Fix #64298. | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -8/+8 | |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -4/+4 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+52 | |
