| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -12/+0 | |
| Address comments Update limits | ||||
| 2019-01-20 | Tweak field parse error recovery | Esteban Küber | -2/+1 | |
| 2019-01-20 | Extend incorrect float literal recovery to account for suffixes | Esteban Küber | -1/+0 | |
| 2019-01-20 | Reword message for incorrect float literal | Esteban Küber | -1/+1 | |
| 2019-01-20 | Recover with suggestion from writing `.42` instead of `0.42` | Esteban Küber | -1/+2 | |
| 2019-01-20 | Recover from parse errors in struct literal fields | Esteban Küber | -0/+13 | |
| 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. | ||||
