| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -13/+0 | |
| 2020-08-13 | Recover gracefully from `struct ` parse errors | Esteban Küber | -1/+0 | |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -1/+1 | |
| 2019-10-30 | Do not complain about missing `fn main()` in some cases | Esteban Küber | -1/+1 | |
| 2019-10-30 | Reduce ammount of errors given unclosed delimiter | Esteban Küber | -0/+14 | |
| When in a file with a non-terminated item, catch the error and consume the block instead of trying to recover it more granularly in order to reduce the amount of unrelated errors that would be fixed after adding the missing closing brace. Also point out the possible location of the missing closing brace. | ||||
