| Age | Commit message (Expand) | Author | Lines |
| 2012-01-19 | Remove support for the '.' after a nullary tag in a pattern | Tim Chevalier | -1/+1 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -5/+5 |
| 2012-01-17 | Allow omission of the '.' after nullary tag patterns | Tim Chevalier | -6/+6 |
| 2012-01-16 | Don't evaluate discriminator value constants when parsing. | Kevin Atkinson | -13/+4 |
| 2012-01-13 | Obj system? What obj system? | Marijn Haverbeke | -38/+0 |
| 2012-01-12 | Cleanups to previous commits for issue #1393. | Kevin Atkinson | -1/+1 |
| 2012-01-10 | Fold and re-evaluate expr in tag discriminant. | Graydon Hoare | -3/+16 |
| 2012-01-10 | Support explicit discriminant numbers on tag variants. | Kevin Atkinson | -1/+3 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -2/+3 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -6/+5 |
| 2011-12-23 | Parse `iface` items and interface references in `impl` items. | Marijn Haverbeke | -6/+9 |
| 2011-12-22 | Work around unwinding bug | Marijn Haverbeke | -1/+2 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -30/+20 |
| 2011-12-21 | Switch log_expr to carrying a full expr:u32 for level. Add log_full variant t... | Graydon Hoare | -1/+2 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -10/+12 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -2/+3 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -47/+47 |
| 2011-12-16 | Make polymorphic impl methods work | Marijn Haverbeke | -1/+2 |
| 2011-12-16 | Change syntax for impl | Marijn Haverbeke | -2/+2 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -1/+0 |
| 2011-12-16 | Parse and resolve implementations. | Marijn Haverbeke | -0/+4 |
| 2011-12-14 | first attempt, not happy with it | Niko Matsakis | -1/+2 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 |
| 2011-12-08 | Allow binding of nested patterns | Marijn Haverbeke | -1/+3 |
| 2011-12-07 | Remove stmt_crate_directive, it's vestigial and confusing. | Graydon Hoare | -4/+1 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -4/+4 |
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -4/+4 |
| 2011-11-23 | Allow import directives in any block | Marijn Haverbeke | -1/+2 |
| 2011-11-23 | Remove last traces of auth keyword | Marijn Haverbeke | -1/+0 |
| 2011-11-21 | rustc: Remove abi from ast::native_mod | Haitao Li | -2/+1 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-16 | Use attributes for native module ABI and link name | Haitao Li | -2/+1 |
| 2011-11-16 | rustc: Use link_name attribute for native function | Haitao Li | -3/+2 |
| 2011-10-21 | Remove hack to break the AST fold cycle. Closes #998 | Brian Anderson | -38/+2 |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -2/+3 |
| 2011-10-21 | Drop support for iter, put, and for-each | Marijn Haverbeke | -5/+0 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -77/+80 |
| 2011-10-10 | Adjust function signatures to allow for vecs being immediate | Marijn Haverbeke | -5/+5 |
| 2011-10-07 | Give up on providing a by-value version of map, convert fold over to | Marijn Haverbeke | -78/+76 |
| 2011-10-07 | Parse and typecheck by-value and by-ref arg specs | Marijn Haverbeke | -31/+31 |
| 2011-09-28 | Revert "Revert "Implement pattern ranges for all numeric types."" | Brian Anderson | -0/+1 |
| 2011-09-23 | Begin to support pattern matching on unique boxes | Brian Anderson | -0/+1 |
| 2011-09-21 | Revert "Implement pattern ranges for all numeric types." | Marijn Haverbeke | -1/+0 |
| 2011-09-21 | Implement pattern ranges for all numeric types. | Josh Matthews | -0/+1 |
| 2011-09-20 | Represent unique creation as a unop in the AST instead of its own expr | Brian Anderson | -1/+0 |
| 2011-09-19 | Break fold's circular reference during unwinding | Brian Anderson | -2/+7 |
| 2011-09-15 | Add representation for by-ref let bindings | Marijn Haverbeke | -1/+4 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -2/+1 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -131/+129 |
| 2011-09-10 | Fuzzer: move tys around in addition to exprs | Jesse Ruderman | -0/+1 |