| Age | Commit message (Expand) | Author | Lines |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -9/+9 |
| 2012-01-17 | Allow omission of the '.' after nullary tag patterns | Tim Chevalier | -1/+5 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -15/+15 |
| 2012-01-13 | Obj system? What obj system? | Marijn Haverbeke | -33/+0 |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -1/+1 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -0/+1 |
| 2012-01-04 | Add visit_ty_params to visit.rs | Marijn Haverbeke | -7/+16 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -28/+49 |
| 2011-12-28 | Change representation of type params to handle interface bounds | Marijn Haverbeke | -7/+26 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -49/+21 |
| 2011-12-23 | Get rid of visit_fn_block in visit.rs | Marijn Haverbeke | -23/+2 |
| 2011-12-23 | Parse `iface` items and interface references in `impl` items. | Marijn Haverbeke | -2/+9 |
| 2011-12-23 | Make ast::ty_method hold a fn_decl, rather than duplicating its fields | Marijn Haverbeke | -2/+2 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -31/+34 |
| 2011-12-21 | Switch log_expr to carrying a full expr:u32 for level. Add log_full variant t... | Graydon Hoare | -1/+4 |
| 2011-12-21 | upgrade kind check | Niko Matsakis | -0/+1 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -22/+75 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -1/+4 |
| 2011-12-16 | Make polymorphic impl methods work | Marijn Haverbeke | -6/+6 |
| 2011-12-16 | Change syntax for impl | Marijn Haverbeke | -2/+1 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -1/+0 |
| 2011-12-16 | Parse and resolve implementations. | Marijn Haverbeke | -3/+16 |
| 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 | -2/+2 |
| 2011-12-08 | Allow binding of nested patterns | Marijn Haverbeke | -2/+3 |
| 2011-12-07 | Remove stmt_crate_directive, it's vestigial and confusing. | Graydon Hoare | -1/+0 |
| 2011-12-07 | Change literal representation to not truncate | Marijn Haverbeke | -14/+1 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -7/+7 |
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -2/+2 |
| 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-22 | Make ast::visit only descend into types when necessary | Marijn Haverbeke | -3/+12 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-16 | rustc: Use link_name attribute for native function | Haitao Li | -1/+1 |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -1/+1 |
| 2011-10-21 | Drop support for iter, put, and for-each | Marijn Haverbeke | -2/+1 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -56/+56 |
| 2011-10-07 | Parse and typecheck by-value and by-ref arg specs | Marijn Haverbeke | -14/+14 |
| 2011-09-23 | Add missing case for pat_uniq to syntax::visit | Brian Anderson | -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-20 | Parse unique box types | Brian Anderson | -0/+1 |
| 2011-09-15 | Add representation for by-ref let bindings | Marijn Haverbeke | -1/+1 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -2/+1 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -83/+83 |
| 2011-09-02 | Rename ty_istr to ty_str. Issue #855 | Brian Anderson | -1/+1 |
| 2011-09-01 | Remove lots of estr code from rustc. Issue #855 | Brian Anderson | -1/+0 |
| 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 |