| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -1/+1 | |
| Closes #1067 | ||||
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -0/+4 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -3/+3 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-08-23 | Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught ↵ | Graydon Hoare | -1/+1 | |
| kinding-violations in rustc and libstd. | ||||
| 2011-08-20 | Reformat | Brian Anderson | -4/+4 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | Port the tests to the decl foo<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-09 | Change the ivec type syntax to [T]. | Erick Tryzelaar | -4/+4 | |
| This preserves the old syntax for now. | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -10/+6 | |
| 2011-07-08 | Auto-bind generic functions when their value is taken in non-call context | Marijn Haverbeke | -0/+13 | |
| trans::trans_lval will now autobind if the given expression was the name of a generic functions. Those callees (trans_call and trans_bind) that are interested in the generics information call trans_lval_gen now. | ||||
