| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -21/+0 | |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -2/+2 | |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -2/+2 | |
| 2021-06-05 | Remove `_` from E0121 diagnostic suggestions | Deadbeef | -1/+1 | |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -1/+1 | |
| 2019-12-29 | clean up logic | Esteban Küber | -1/+1 | |
| 2019-12-29 | Suggest type param when encountering `_` in fn defs | Esteban Küber | -1/+1 | |
| When encountering `_` type placeholder in fn arguments and return type, suggest using generic type parameters. Expand what counts as an inferable return type to slice, array and tuples of `_`. | ||||
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+1 | |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+4 | |
| 2019-07-17 | rustc_typeck: improve diagnostics for -> _ fn return type | Denys Otrishko | -1/+4 | |
| Closes: https://github.com/rust-lang/rust/issues/56132 | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+14 | |
