| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-11-03 | Disallow writing to function arguments again | Marijn Haverbeke | -2/+2 | |
| Remove implicit copying hack. Closes #1118 | ||||
| 2011-08-20 | Reformat | Brian Anderson | -1/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -4/+4 | |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -17/+11 | |
| 2011-05-14 | Remove xfail-boot lines from tests | Brian Anderson | -1/+0 | |
| 2011-05-05 | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | -2/+2 | |
| This should make compilation a bit less noisy. | ||||
| 2011-04-19 | Remove effect system from src. | Graydon Hoare | -2/+2 | |
| 2011-04-07 | Support for self-calls that take arguments. | Lindsey Kuper | -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). | ||||
