| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-16 | revoke cleanup of sendable closure once construction completes | Niko Matsakis | -0/+1 | |
| 2011-12-16 | rename iter2 to iteri to match typical convention | Niko Matsakis | -3/+3 | |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -1/+1 | |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -2/+2 | |
| Get rid of expr_self_call, introduces def_self. `self` is now, syntactically, simply a variable. A method implicitly brings a `self` binding into scope. Issue #1227 | ||||
| 2011-12-15 | restore old buggy behavior where n_obj_params is always 0 for fns | Niko Matsakis | -1/+9 | |
| 2011-12-15 | massive refactor of how closures work | Niko Matsakis | -166/+425 | |
| 2011-12-15 | resurrect tps_fn() and put it to use this time. | Niko Matsakis | -1/+2 | |
| 2011-12-14 | remove unused tps_fn(); comment out unused var | Niko Matsakis | -1/+1 | |
| 2011-12-14 | refactor trans into trans_closure; restore original closure repr | Niko Matsakis | -0/+426 | |
