| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-11-21 | Add a pass that checks that blocks are only used in safe ways | Marijn Haverbeke | -5/+2 | |
| Closes #1188 | ||||
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -4/+4 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-09-06 | Forbid blocks from deinitializing upvars | Tim Chevalier | -5/+8 | |
| Move expressions where the RHS is an upvar are now forbidden within block expressions. | ||||
| 2011-09-01 | Add a test that lambdas can't deinitialize upvars | Tim Chevalier | -0/+8 | |
