| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -25/+0 | |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -2/+2 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -2/+2 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -2/+2 | |
| 2020-02-27 | Revert "Backport only: avoid ICE on bad placeholder type" | Esteban Küber | -14/+2 | |
| This reverts commit 1cb555a1dc809a8d310354678ef9c43f01e41ad4. | ||||
| 2020-02-20 | Backport only: avoid ICE on bad placeholder type | Esteban Küber | -2/+14 | |
| #69148 has a proper fix, but it is too big to backport. This change avoids the ICE by actually emitting an appropriate error. The output will be duplicated in some cases, but that's better than the avoidable ICE. | ||||
| 2019-12-29 | Account for all item kinds when collecting and gateing `_` in item defs | Esteban Küber | -2/+2 | |
| 2019-12-29 | Suggest type param when encountering `_` in fn defs | Esteban Küber | -2/+12 | |
| 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-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+15 | |
