| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -85/+0 | |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -1/+1 | |
| 2022-06-06 | Deactivate feature gate explicit_generic_args_with_impl_trait | Nick Cameron | -31/+25 | |
| Signed-off-by: Nick Cameron <nrc@ncameron.org> | ||||
| 2022-02-26 | Provide extra note if synthetic type args are specified | Gary Guo | -0/+1 | |
| 2021-11-08 | Add a note about feature(explicit_generic_args_with_impl_trait) to the ↵ | Jakub Kądziołka | -0/+3 | |
| relevant error message | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-08-03 | Bless test | Giacomo Stevanato | -3/+3 | |
| 2021-08-03 | Add regression tests | Giacomo Stevanato | -0/+38 | |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+49 | |
| When this gate is enabled, explicit generic arguments can be specified even if `impl Trait` is used in argument position. Generic arguments can only be specified for explicit generic parameters but not for the synthetic type parameters from `impl Trait` | ||||
