| Age | Commit message (Expand) | Author | Lines |
| 2011-08-25 | Support unchecked blocks | Tim Chevalier | -1/+2 |
| 2011-08-22 | Implement pattern guards | Marijn Haverbeke | -1/+3 |
| 2011-08-22 | Drop arguments on the caller side, not the callee | Marijn Haverbeke | -1/+0 |
| 2011-08-20 | Reformat | Brian Anderson | -81/+77 |
| 2011-08-18 | Remove seq_kind from ast::expr_vec | Brian Anderson | -2/+2 |
| 2011-08-18 | Remove or _-prefix all unused function arguments | Marijn Haverbeke | -26/+26 |
| 2011-08-16 | Port the compiler to the expr foo::<T> syntax. | Erick Tryzelaar | -3/+3 |
| 2011-08-16 | Port the compiler to foo<T> decl syntax. | Erick Tryzelaar | -1/+1 |
| 2011-08-16 | Port the compiler to the typaram foo<T> syntax. | Erick Tryzelaar | -1/+1 |
| 2011-08-16 | Removing tasks, ports and chans from the compiler. | Eric Holk | -14/+0 |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -34/+34 |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -1/+1 |
| 2011-08-15 | Add operator 'copy', translates as fall-through. | Graydon Hoare | -0/+3 |
| 2011-08-15 | Use span stacks to track macro expansion for less troublesome error messages. | Paul Stansifer | -20/+30 |
| 2011-08-15 | Rename a field (so that macros can mention it). | Paul Stansifer | -1/+1 |
| 2011-08-15 | Change `node_id`s when expanding, to avoid duplicates. | Paul Stansifer | -8/+19 |
| 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 | -5/+1 |
| 2011-08-15 | Tuple types back, not constructable yet | Marijn Haverbeke | -0/+7 |
| 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 | -3/+3 |
| 2011-08-05 | rustc: Add inlineness to the fn decl instead | Patrick Walton | -0/+2 |
| 2011-08-05 | Revert "rustc: Introduce the concept of inline to the AST" | Patrick Walton | -1/+1 |
| 2011-08-05 | rustc: Introduce the concept of inline to the AST | Patrick Walton | -1/+1 |
| 2011-08-01 | Partially implement destructuring locals | Marijn Haverbeke | -10/+8 |
| 2011-07-29 | Remove support for obj dtors | Marijn Haverbeke | -2/+2 |
| 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 | -9/+8 |
| 2011-07-27 | Fix damage done by the pretty-printer | Marijn Haverbeke | -4/+3 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -539/+509 |
| 2011-07-26 | Remove tuple support from the compiler | Marijn Haverbeke | -7/+0 |
| 2011-07-25 | Rename the block type to be blk also. Sorry. | Michael Sullivan | -8/+8 |
| 2011-07-25 | Disallow block as a variable name in preparation for it becoming a keyword. | Michael Sullivan | -10/+10 |
| 2011-07-22 | Implement Macro By Example. | Paul Stansifer | -30/+42 |
| 2011-07-22 | Start adding support for multiple variable declarations per stmt | Marijn Haverbeke | -3/+2 |
| 2011-07-21 | Remove vestiges of typarams from anon objs. | Lindsey Kuper | -2/+2 |
| 2011-07-19 | Beginnings of support for constrained types | Tim Chevalier | -3/+4 |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -49/+49 |
| 2011-07-13 | box patterns, expect for the trans part | Marijn Haverbeke | -0/+1 |
| 2011-07-12 | Elide existing main function when building a test runner. Issue #428 | Brian Anderson | -0/+1 |
| 2011-07-12 | rustc: Move ppaux away from exterior vectors | Patrick Walton | -2/+0 |
| 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 | -9/+22 |
| 2011-07-11 | Move macro expansion to a separate phase, change macro syntax, and add parse_... | Paul Stansifer | -2/+2 |
| 2011-07-11 | Add nodes for embedding types and blocks in expressions for macros. | Paul Stansifer | -16/+6 |
| 2011-07-11 | rustc: Implement explicit global scope resolution via leading "::"; add a tes... | Patrick Walton | -1/+2 |
| 2011-07-11 | Implement record patterns | Marijn Haverbeke | -0/+7 |
| 2011-07-11 | Implement or-patterns in case clauses | Marijn Haverbeke | -1/+2 |
| 2011-07-10 | Export noop_fold_expr so the fuzzer can use it | Jesse Ruderman | -0/+1 |