| Age | Commit message (Expand) | Author | Lines |
| 2011-08-30 | Stop relying on klunky hack in alias.rs | Marijn Haverbeke | -1/+1 |
| 2011-08-22 | Implement pattern guards | Marijn Haverbeke | -0/+1 |
| 2011-08-20 | Reformat | Brian Anderson | -44/+37 |
| 2011-08-18 | Change ast::ty_ivec, ty::ty_ivec to ty_vec | Brian Anderson | -1/+1 |
| 2011-08-18 | Remove ast::ty_vec | Brian Anderson | -1/+0 |
| 2011-08-18 | Remove seq_kind from ast::expr_vec | Brian Anderson | -1/+1 |
| 2011-08-18 | Remove or _-prefix all unused function arguments | Marijn Haverbeke | -21/+21 |
| 2011-08-16 | Port the compiler to the expr foo::<T> syntax. | Erick Tryzelaar | -14/+14 |
| 2011-08-16 | Port the compiler to foo<T> decl syntax. | Erick Tryzelaar | -23/+23 |
| 2011-08-16 | Port the compiler to the typaram foo<T> syntax. | Erick Tryzelaar | -53/+53 |
| 2011-08-16 | Removing tasks, ports and chans from the compiler. | Eric Holk | -8/+0 |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -31/+31 |
| 2011-08-15 | Add operator 'copy', translates as fall-through. | Graydon Hoare | -0/+1 |
| 2011-08-15 | Rename a field (so that macros can mention it). | Paul Stansifer | -1/+1 |
| 2011-08-15 | rustc: Parse and typecheck unique pointers | Patrick Walton | -0/+1 |
| 2011-08-15 | Add tuple patterns | Marijn Haverbeke | -0/+3 |
| 2011-08-15 | Tuple fields are immutable | Marijn Haverbeke | -3/+3 |
| 2011-08-15 | Tuple types back, not constructable yet | Marijn Haverbeke | -0/+6 |
| 2011-08-10 | Introduce a ty_infer ast node and use it instead of option::t[ty]. | Michael Sullivan | -6/+3 |
| 2011-08-09 | Port the compiler to the ivec type [T] syntax. | Erick Tryzelaar | -7/+7 |
| 2011-08-01 | Partially implement destructuring locals | Marijn Haverbeke | -0/+1 |
| 2011-07-29 | Remove support for obj dtors | Marijn Haverbeke | -7/+0 |
| 2011-07-28 | The names 'outer' and 'inner' make more sense than 'self' and 'with'. | Lindsey Kuper | -1/+1 |
| 2011-07-28 | Change macro syntax to accept a single expr, not a sequence of exprs. | Paul Stansifer | -1/+1 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -408/+361 |
| 2011-07-26 | Add 'simple' visiting to visit.rs | Marijn Haverbeke | -4/+105 |
| 2011-07-26 | Resolve loop collection expressions in the right scope | Marijn Haverbeke | -6/+1 |
| 2011-07-26 | Remove tuple support from the compiler | Marijn Haverbeke | -6/+0 |
| 2011-07-25 | Rename the block type to be blk also. Sorry. | Michael Sullivan | -2/+2 |
| 2011-07-22 | Start adding support for multiple variable declarations per stmt | Marijn Haverbeke | -2/+2 |
| 2011-07-21 | Remove vestiges of typarams from anon objs. | Lindsey Kuper | -1/+1 |
| 2011-07-19 | Beginnings of support for constrained types | Tim Chevalier | -6/+16 |
| 2011-07-13 | box patterns, expect for the trans part | Marijn Haverbeke | -0/+1 |
| 2011-07-11 | So... I can't spell 'ellipsis'. | Paul Stansifer | -1/+1 |
| 2011-07-11 | Add elipses, reorganize the macro components into their own AST node. | Paul Stansifer | -10/+11 |
| 2011-07-11 | Move macro expansion to a separate phase, change macro syntax, and add parse_... | Paul Stansifer | -2/+4 |
| 2011-07-11 | Add nodes for embedding types and blocks in expressions for macros. | Paul Stansifer | -0/+6 |
| 2011-07-11 | Visit the type argument in a port expression | Tim Chevalier | -1/+8 |
| 2011-07-11 | Implement record patterns | Marijn Haverbeke | -0/+3 |
| 2011-07-11 | Move visit to newtype-style nominal type | Marijn Haverbeke | -112/+110 |
| 2011-07-11 | Implement or-patterns in case clauses | Marijn Haverbeke | -1/+1 |
| 2011-07-07 | rustc: Change lots of AST nodes to use interior vectors | Patrick Walton | -7/+7 |
| 2011-07-06 | Simplify AST for expr_anon_obj. | Lindsey Kuper | -1/+1 |
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -0/+407 |