| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-27 | Implement move for scalar values | Tim Chevalier | -0/+7 | |
| Before, something like: let int y = 42; let int x; x <- y; would cause an LLVM assertion failure. Fixed it. | ||||
