| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-09 | change borrowck error msg: 'declared in outer block' -> 'captured in a ↵ | Ben Blum | -1/+1 | |
| closure' (properly this time) | ||||
| 2012-06-15 | Issue #2591: Change "upvar" to "variable declared in an outer block" in tests | Patrick Walton | -1/+1 | |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -2/+2 | |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -6/+6 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -6/+6 | |
| #debug. | ||||
| 2011-09-01 | Make resolve recognize upvars | Marijn Haverbeke | -1/+1 | |
| Upvars are now marked with def_upvar throughout, not just when going through freevars::lookup_def. This makes things less error-prone. One thing to watch out for is that def_upvar is used in `for each` bodies too, when they refer to a local outside the body. | ||||
| 2011-08-20 | Reformat | Brian Anderson | -4/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-04 | Prohibit assignment to upvars in lambdas. Closes #805. | Michael Sullivan | -0/+15 | |
