| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -63/+0 | |
| 2021-08-25 | Adjust spans | Noah Lev | -6/+6 | |
| * 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 | -23/+13 | |
| 2021-08-17 | Make spans for tuple patterns in E0023 more precise | Noah Lev | -10/+20 | |
| As suggested in #86307. | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3/+3 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-01-12 | Always show suggestions in their own subwindows | Camelid | -4/+6 | |
| 2021-01-12 | Only suggest `..` if more than one field is missing | Camelid | -10/+4 | |
| 2021-01-12 | Specialize `..` help message for all fields vs. the rest | Camelid | -1/+1 | |
| 2021-01-12 | Pluralize 'parenthesis' correctly | Camelid | -2/+2 | |
| It's 'parentheses', not 'parenthesis', when you have more than one. | ||||
| 2021-01-12 | Suggest `_` and `..` if a pattern has too few fields | Camelid | -0/+9 | |
| For example, this code: struct S(i32, f32); let S(x) = S(0, 1.0); will make the compiler suggest either: let S(x, _) = S(0, 1.0); or: let S(x, ..) = S(0, 1.0); | ||||
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-09-24 | Fix #64744 -- handle zero sub-pats case. | Mazdak Farrokhzad | -1/+14 | |
| 2019-09-22 | Fixes #63962. Hint about missing tuple parentheses in patterns | Sam Radhakrishan | -4/+17 | |
| 2019-09-04 | Point at variant on pattern field count mismatch | Esteban Küber | -0/+9 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -3/+3 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+20 | |
