| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-25 | --bless the tests | varkor | -4/+4 | |
| 2018-05-25 | Add a test for returning inside a while loop | varkor | -3/+25 | |
| 2018-05-25 | Fix behaviour of divergence in while loop conditions | varkor | -0/+17 | |
| This fixes `'a: while break 'a {};` being treated as diverging, by tracking break expressions in the same way as in `loop` expressions. | ||||
