| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | 2011-05-05 | 1 | -2/+2 |
| | | | | | This should make compilation a bit less noisy. | ||||
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -2/+2 |
| | | |||||
| * | Support for self-calls that take arguments. | Lindsey Kuper | 2011-04-07 | 1 | -0/+19 |
| Nicer parsing of self-calls (expr_self_method nodes inside expr_call nodes, rather than a separate expr_call_self) makes typechecking tractable. We can now write self-calls that take arguments and return values (see: test/run-pass/obj-self-*.rs). | |||||