| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-25 | Adjust spans | Noah Lev | -1/+1 | |
| * Highlight the whole pattern if it has no fields * Highlight the whole definition if it has no fields * Only highlight the pattern name if the pattern is multi-line * Determine whether a pattern is multi-line based on distance from name to last field, rather than first field | ||||
| 2021-08-21 | Make E0023 spans even more precise | Noah Lev | -5/+3 | |
| 2021-08-17 | Make spans for tuple patterns in E0023 more precise | Noah Lev | -2/+4 | |
| As suggested in #86307. | ||||
| 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-05-02 | add suggestion for unit enum variant when matched with a patern | Aliénore Bouttefeux | -3/+13 | |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -2/+2 | |
| 2019-12-30 | MatchExpressionArmPattern: Use more generic wording. | Mazdak Farrokhzad | -1/+1 | |
| The existing wording was inappropriate for e.g. `if let Ok(_) = expr { .. }`. The diagnostic would leak the fact that we desugar to a `match`. | ||||
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -5/+2 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -1/+1 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -1/+4 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-09-04 | Point at variant on pattern field count mismatch | Esteban Küber | -0/+3 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -1/+1 | |
| clarify resolve typo suggestion Include the kind of the binding that we're suggesting, and use a structured suggestion. Fixes #53445. | ||||
| 2019-01-12 | Reword label as per review comment | Esteban Küber | -1/+1 | |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -0/+2 | |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -1/+1 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -5/+5 | |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -3/+3 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+39 | |
