| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-02 | syntax: Rewrite parsing of patterns | Vadim Petrochenkov | -1/+1 | |
| 2015-02-24 | Add tests for expect ident but find enum or struct panic | Edward Wang | -0/+25 | |
| Closes #22589 Closes #22647 Closes #22665 Closes #22712 | ||||
