| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-06-29 | Fix incorrect type mismatch label pointing at return type | Esteban Küber | -6/+0 | |
| 2018-05-25 | --bless the tests | varkor | -2/+2 | |
| 2018-05-25 | Add a test for returning inside a while loop | varkor | -7/+35 | |
| 2018-05-25 | Fix behaviour of divergence in while loop conditions | varkor | -0/+15 | |
| This fixes `'a: while break 'a {};` being treated as diverging, by tracking break expressions in the same way as in `loop` expressions. | ||||
