| Age | Commit message (Expand) | Author | Lines |
| 2012-01-19 | Handle predicates that recurse in a check() expression | Tim Chevalier | -9/+10 |
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -11/+11 |
| 2012-01-19 | rustc: Remove trailing whitespace | Patrick Walton | -1/+1 |
| 2012-01-19 | Compute typestates for FRU exprs correctly, plus a bit of cleanup | Tim Chevalier | -50/+36 |
| 2012-01-19 | rustc: "tag" -> "enum" | Patrick Walton | -5/+5 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -77/+77 |
| 2012-01-17 | Allow omission of the '.' after nullary tag patterns | Tim Chevalier | -43/+52 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -4/+5 |
| 2012-01-13 | Obj system? What obj system? | Marijn Haverbeke | -16/+0 |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -4/+10 |
| 2012-01-11 | Implement std::map as an iface/impl instead of an obj | Marijn Haverbeke | -5/+5 |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -1/+1 |
| 2012-01-06 | Disallow variable names that shadow tags in scope | Tim Chevalier | -6/+6 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -11/+7 |
| 2012-01-04 | Reformat typestate error messages so as not to confuse emacs compilation mode | Tim Chevalier | -3/+5 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -36/+30 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -19/+22 |
| 2011-12-23 | Parse `iface` items and interface references in `impl` items. | Marijn Haverbeke | -3/+2 |
| 2011-12-23 | Use the same type of record in ty::ty_fn and ty::method | Marijn Haverbeke | -3/+3 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -22/+22 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -10/+9 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -14/+12 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -72/+78 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -14/+12 |
| 2011-12-21 | Switch log_expr to carrying a full expr:u32 for level. Add log_full variant t... | Graydon Hoare | -5/+4 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -88/+114 |
| 2011-12-19 | implement capture clauses (move, in particular) and integrate | Niko Matsakis | -0/+7 |
| 2011-12-19 | integrate cap clause into type state, but not trans | Niko Matsakis | -14/+37 |
| 2011-12-19 | when collecting free vars, track the span where it is used too | Niko Matsakis | -1/+1 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -2/+2 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -5/+5 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -2/+0 |
| 2011-12-16 | Parse and resolve implementations. | Marijn Haverbeke | -12/+10 |
| 2011-12-14 | push changes through to get things compiling, if not running. | Niko Matsakis | -2/+5 |
| 2011-12-14 | first attempt, not happy with it | Niko Matsakis | -2/+2 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -14/+14 |
| 2011-12-08 | Allow binding of nested patterns | Marijn Haverbeke | -14/+6 |
| 2011-12-07 | Remove stmt_crate_directive, it's vestigial and confusing. | Graydon Hoare | -4/+0 |
| 2011-12-07 | Make typestate properly descend pattern guards | Marijn Haverbeke | -0/+10 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -5/+5 |
| 2011-11-22 | Only warn about unreachable range patterns when appropriate | Marijn Haverbeke | -1/+0 |
| 2011-11-21 | rustc: Remove abi from ast::native_mod | Haitao Li | -1/+1 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -9/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -44/+26 |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -4/+4 |
| 2011-10-21 | Drop support for iter, put, and for-each | Marijn Haverbeke | -32/+3 |
| 2011-10-21 | Move ast_util::pat_bindings over to new iter system. | Marijn Haverbeke | -24/+21 |
| 2011-10-21 | Move hash table iteration over to block-taking functions | Marijn Haverbeke | -8/+6 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -3/+5 |
| 2011-10-07 | Give up on providing a by-value version of map, convert fold over to | Marijn Haverbeke | -5/+5 |