| Age | Commit message (Expand) | Author | Lines |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -1115/+0 |
| 2012-03-02 | core: Remove _mut functions from vec | Brian Anderson | -1/+1 |
| 2012-02-29 | optionally enforce local variable mutability | Niko Matsakis | -4/+4 |
| 2012-02-28 | change def's that are always local to use node_id, add --inline opt | Niko Matsakis | -9/+9 |
| 2012-02-22 | Stop normalizing patterns | Marijn Haverbeke | -1/+1 |
| 2012-02-15 | make mut a keyword synonymous with mutable | Niko Matsakis | -1/+1 |
| 2012-02-10 | Remove a vestige of return-by-reference | Marijn Haverbeke | -6/+5 |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -1/+0 |
| 2012-02-06 | Make ty::t type self-sufficient | Marijn Haverbeke | -6/+5 |
| 2012-02-05 | infer modes rather than overwriting with expected ty | Niko Matsakis | -3/+5 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -8/+8 |
| 2012-01-31 | Require alts to be exhaustive | Tim Chevalier | -10/+10 |
| 2012-01-26 | Remove ty_native_fn | Marijn Haverbeke | -1/+1 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 |
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -10/+10 |
| 2012-01-19 | rustc: "tag" -> "enum" | Patrick Walton | -4/+4 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -14/+14 |
| 2012-01-17 | Allow omission of the '.' after nullary tag patterns | Tim Chevalier | -15/+11 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -3/+4 |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -4/+5 |
| 2012-01-11 | Implement std::map as an iface/impl instead of an obj | Marijn Haverbeke | -3/+3 |
| 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 | -2/+3 |
| 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 | -2/+2 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -1/+1 |
| 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 | -9/+9 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -5/+5 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -33/+38 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -2/+3 |
| 2011-12-19 | integrate cap clause into type state, but not trans | Niko Matsakis | -1/+3 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -1/+1 |
| 2011-12-14 | push changes through to get things compiling, if not running. | Niko Matsakis | -2/+3 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -3/+3 |
| 2011-12-08 | Allow binding of nested patterns | Marijn Haverbeke | -1/+1 |
| 2011-12-07 | Remove stmt_crate_directive, it's vestigial and confusing. | Graydon Hoare | -4/+0 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -3/+3 |
| 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 | -1/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -10/+7 |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -1/+1 |
| 2011-10-21 | Move ast_util::pat_bindings over to new iter system. | Marijn Haverbeke | -2/+2 |
| 2011-10-21 | Move hash table iteration over to block-taking functions | Marijn Haverbeke | -8/+6 |
| 2011-09-15 | Forbid assignment to by-reference bindings | Marijn Haverbeke | -4/+5 |
| 2011-09-15 | Add representation for by-ref let bindings | Marijn Haverbeke | -2/+4 |
| 2011-09-14 | Rename ast::controlflow to ast::ret_style | Marijn Haverbeke | -3/+3 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -34/+12 |
| 2011-09-12 | Pretty-print for new arg-mode syntax | Marijn Haverbeke | -1/+1 |