| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-19 | Emit specific error for struct literal in conditions | Esteban Küber | -4/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-06-04 | Suggest braces when a struct literal needs them | Esteban Küber | -0/+19 | |
| When writing a struct literal in an expression that expects a block to be started afterwards (like an `if` statement), do not suggest using the same struct literal: ``` did you mean `S { /* fields * /}`? ``` Instead, suggest surrounding the expression with parentheses: ``` did you mean `(S { /* fields * /})`? ``` | ||||
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+15 | |
