| Age | Commit message (Expand) | Author | Lines |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -783/+0 |
| 2012-03-01 | Use the correct prestate for calls | Tim Chevalier | -2/+2 |
| 2012-02-29 | optionally enforce local variable mutability | Niko Matsakis | -1/+1 |
| 2012-02-28 | change def's that are always local to use node_id, add --inline opt | Niko Matsakis | -3/+2 |
| 2012-02-22 | Stop normalizing patterns | Marijn Haverbeke | -2/+1 |
| 2012-02-15 | Support 'alt check' syntax | Marijn Haverbeke | -1/+1 |
| 2012-02-10 | Remove a vestige of return-by-reference | Marijn Haverbeke | -1/+1 |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -2/+0 |
| 2012-02-06 | Make ty::t type self-sufficient | Marijn Haverbeke | -1/+1 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -3/+3 |
| 2012-01-31 | Require alts to be exhaustive | Tim Chevalier | -4/+5 |
| 2012-01-30 | Remove ternary operator | Paul Woolcock | -3/+0 |
| 2012-01-21 | issue #1352: change param order on vec::init_elt, putting block in final posi... | Graham Fawcett | -6/+6 |
| 2012-01-20 | Handle fail after return correctly in typestate | Tim Chevalier | -4/+18 |
| 2012-01-19 | Handle predicates that recurse in a check() expression | Tim Chevalier | -1/+1 |
| 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-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -17/+17 |
| 2012-01-17 | Allow omission of the '.' after nullary tag patterns | Tim Chevalier | -7/+10 |
| 2012-01-13 | Obj system? What obj system? | Marijn Haverbeke | -6/+0 |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -0/+1 |
| 2012-01-05 | require a non-semi expr acting as a stmt to have unit return type | Niko Matsakis | -1/+1 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -1/+1 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -4/+4 |
| 2011-12-22 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -1/+1 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -21/+21 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -1/+1 |
| 2011-12-21 | Switch log_expr to carrying a full expr:u32 for level. Add log_full variant t... | Graydon Hoare | -2/+2 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -10/+13 |
| 2011-12-19 | integrate cap clause into type state, but not trans | Niko Matsakis | -1/+16 |
| 2011-12-19 | Add type argument field to expr_path | Marijn Haverbeke | -1/+1 |
| 2011-12-16 | Make uses of self in impls compile | Marijn Haverbeke | -1/+0 |
| 2011-12-14 | first attempt, not happy with it | Niko Matsakis | -1/+1 |
| 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 | -1/+1 |
| 2011-12-07 | Make typestate properly descend pattern guards | Marijn Haverbeke | -0/+6 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -1/+1 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -8/+4 |
| 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 | -11/+0 |
| 2011-10-21 | Move ast_util::pat_bindings over to new iter system. | Marijn Haverbeke | -2/+2 |
| 2011-09-20 | Represent unique creation as a unop in the AST instead of its own expr | Brian Anderson | -1/+0 |
| 2011-09-15 | Forbid assignment to by-reference bindings | Marijn Haverbeke | -1/+1 |
| 2011-09-14 | Rename ast::controlflow to ast::ret_style | Marijn Haverbeke | -6/+6 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -24/+7 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -36/+33 |
| 2011-09-06 | Forbid blocks from deinitializing upvars | Tim Chevalier | -2/+22 |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -1/+2 |
| 2011-09-02 | Handle if-check with no else correctly in typestate | Tim Chevalier | -4/+17 |