| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -18/+0 | |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -1/+0 | |
| When a parse error occurs on a block, the parser will recover and create a block with the statements collected until that point. Now a flag stating that a recovery has been performed in this block is propagated so that the type checker knows that the type of the block (which will be identified as `()`) shouldn't be checked against the expectation to reduce the amount of irrelevant diagnostic errors shown to the user. | ||||
| 2017-11-24 | Suggest macro call when not sure that it is fn definition | Esteban Küber | -0/+1 | |
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -0/+2 | |
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -0/+16 | |
