| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-20 | Tweak field parse error recovery | Esteban Küber | -15/+4 | |
| 2019-01-20 | Extend incorrect float literal recovery to account for suffixes | Esteban Küber | -15/+5 | |
| 2019-01-20 | Reword message for incorrect float literal | Esteban Küber | -2/+2 | |
| 2019-01-20 | Recover with suggestion from writing `.42` instead of `0.42` | Esteban Küber | -11/+19 | |
| 2019-01-20 | Recover from parse errors in struct literal fields | Esteban Küber | -0/+50 | |
| Attempt to recover from parse errors while parsing a struct's literal fields by skipping tokens until a comma or the closing brace is found. This allows errors in other fields to be reported. | ||||
