| Age | Commit message (Expand) | Author | Lines |
| 2011-12-23 | Parse `iface` items and interface references in `impl` items. | Marijn Haverbeke | -56/+61 |
| 2011-12-23 | Make ast::ty_method hold a fn_decl, rather than duplicating its fields | Marijn Haverbeke | -8/+1 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -6/+2 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -9/+4 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -55/+45 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -1/+1 |
| 2011-12-22 | Remove trivial cast checker | Marijn Haverbeke | -1/+1 |
| 2011-12-21 | More flailing on log syntax due to call-expr ambiguity in previous attempt. | Graydon Hoare | -1/+4 |
| 2011-12-21 | Out-of-order-code typo. Snapshot again. | Graydon Hoare | -1/+1 |
| 2011-12-21 | Switch log_expr to carrying a full expr:u32 for level. Add log_full variant t... | Graydon Hoare | -3/+18 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -3/+1 |
| 2011-12-20 | Inject "core macros" into default syntax-expansion environment. Bit of a klud... | Graydon Hoare | -6/+18 |
| 2011-12-19 | resolve capture clauses | Niko Matsakis | -13/+10 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -1/+6 |
| 2011-12-19 | Use quotes around tokens in parser error messages to make them more readable | Marijn Haverbeke | -12/+12 |
| 2011-12-16 | Make polymorphic impl methods work | Marijn Haverbeke | -5/+6 |
| 2011-12-16 | Change syntax for impl | Marijn Haverbeke | -6/+6 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -17/+1 |
| 2011-12-16 | Parse and resolve implementations. | Marijn Haverbeke | -5/+18 |
| 2011-12-15 | Iterate over an array when creating the parser's reserved word table | Marijn Haverbeke | -38/+8 |
| 2011-12-14 | change syntax from lambda[send] to sendfn | Niko Matsakis | -79/+14 |
| 2011-12-14 | restructure, temporarily working around what looks like an LLVM bug | Niko Matsakis | -3/+37 |
| 2011-12-14 | remove extra trailing semicolon | Niko Matsakis | -1/+1 |
| 2011-12-14 | push changes through to get things compiling, if not running. | Niko Matsakis | -13/+19 |
| 2011-12-14 | first attempt, not happy with it | Niko Matsakis | -28/+30 |
| 2011-12-14 | define ty and update parser for sendable lambdas | Niko Matsakis | -6/+85 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -3/+4 |
| 2011-12-09 | Allow type annotations for blocks | Marijn Haverbeke | -10/+8 |
| 2011-12-08 | Error when parsing the empty record type | Marijn Haverbeke | -0/+1 |
| 2011-12-08 | Allow binding of nested patterns | Marijn Haverbeke | -5/+6 |
| 2011-12-07 | Remove stmt_crate_directive, it's vestigial and confusing. | Graydon Hoare | -18/+1 |
| 2011-12-07 | Change literal representation to not truncate | Marijn Haverbeke | -24/+17 |
| 2011-12-02 | parse: typeck: enabling trivial casts of tail-call return values | Stefan Plantikow | -1/+1 |
| 2011-12-02 | Stop lexing -1 as a single token | Marijn Haverbeke | -13/+1 |
| 2011-12-02 | Allow literal patterns to contain arbitrary literal expressions | Marijn Haverbeke | -9/+11 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -17/+16 |
| 2011-11-24 | rustc: Fix a bug in cdir attribute parsing | Brian Anderson | -0/+2 |
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -9/+2 |
| 2011-11-24 | rustc: Accepts `path` attributes for crate directives | Haitao Li | -1/+3 |
| 2011-11-23 | Allow import directives in any block | Marijn Haverbeke | -3/+4 |
| 2011-11-23 | Rollback return-by-reference | Marijn Haverbeke | -26/+4 |
| 2011-11-23 | Remove last traces of auth keyword | Marijn Haverbeke | -13/+0 |
| 2011-11-22 | rustc: Allow trailing comma in record fields | Haitao Li | -28/+48 |
| 2011-11-22 | comp: allowed the declaration of pure fn's in native mods | Stefan Plantikow | -0/+3 |
| 2011-11-22 | Add hacks to extract and compile tutorial code | Marijn Haverbeke | -10/+0 |
| 2011-11-21 | rustc: Remove abi from ast::native_mod | Haitao Li | -22/+3 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -35/+30 |
| 2011-11-18 | Add a pass-by-copy parameter passing convention | Marijn Haverbeke | -1/+4 |
| 2011-11-18 | Preparation for kind system overhaul | Marijn Haverbeke | -13/+16 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |