| Age | Commit message (Expand) | Author | Lines |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -1/+1 |
| 2013-05-11 | Warning police | Tim Chevalier | -2/+0 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -1/+1 |
| 2013-05-09 | Remove remnants of mutable fields from mem_categorization, borrowck. | Niko Matsakis | -15/+8 |
| 2013-05-09 | Issue the correct deref count for the implicit deref that occurs | Niko Matsakis | -5/+36 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -21/+3 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -1/+1 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -2/+2 |
| 2013-05-04 | make asm_comments something that you opt in to | Niko Matsakis | -1/+0 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-05-03 | Correct mismatch between the way that pattern ids and expression ids map to t... | Niko Matsakis | -102/+93 |
| 2013-05-02 | Use static strings | Seo Sanghyeon | -1/+1 |
| 2013-04-30 | rustc: remove modes | Niko Matsakis | -6/+4 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -289/+257 |
| 2013-04-30 | auto merge of #6121 : luqmana/rust/newtype-cc, r=graydon | bors | -0/+1 |
| 2013-04-29 | librustc: Fix pattern matching on cross crate newtype structs. | Luqman Aden | -0/+1 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -5/+2 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-23 | core, rustc: Warning police | Tim Chevalier | -1/+1 |
| 2013-04-20 | Implement a lint mode to deal with unused 'mut' variables | Alex Crichton | -0/+10 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -1/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -8/+8 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -7/+7 |
| 2013-03-21 | librustc: Fix path-qualified and cross-crate constants in match patterns. | Luqman Aden | -0/+5 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -1/+1 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -8/+0 |
| 2013-03-12 | Parse inline assembly. | Luqman Aden | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-11 | Implement vector destructuring from tail | Seo Sanghyeon | -7/+10 |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -12/+10 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -1/+0 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -2/+1 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -8/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -1/+1 |
| 2013-03-01 | Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i... | Patrick Walton | -18/+28 |
| 2013-02-28 | Change bare functions so that they are represented by a single pointer. | Niko Matsakis | -18/+28 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -3/+3 |
| 2013-02-22 | De-implicit-self librustc | Ben Striegel | -10/+10 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -9/+9 |
| 2013-02-19 | librustc: change driver::session::Session::str_of to return @~str | Erick Tryzelaar | -8/+8 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -3/+3 |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -59/+136 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -3/+3 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -56/+43 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -4/+4 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -4/+4 |