| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -0/+6 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -0/+6 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -0/+5 |
| 2013-03-11 | libsyntax: Stop parsing newtype enums | Patrick Walton | -0/+5 |
| 2013-03-11 | libsyntax: Stop parsing bare functions in preparation for switching them over | Patrick Walton | -0/+5 |
| 2013-03-09 | Remove @ast::Region and replace with @ast::Lifetime. | Niko Matsakis | -0/+6 |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -0/+5 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -0/+5 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -0/+5 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-03 | libsyntax: add &self to parser methods | Erick Tryzelaar | -9/+9 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+22 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+8 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -0/+7 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -1/+1 |
| 2013-02-26 | libsyntax: Stop parsing `~mut` | Patrick Walton | -0/+7 |
| 2013-02-25 | libsyntax: add some explicit copies | Erick Tryzelaar | -1/+1 |
| 2013-02-25 | libsyntax: is_keyword should take a &~str | Erick Tryzelaar | -2/+2 |
| 2013-02-22 | libsyntax: De-mut the parser. rs=demuting | Patrick Walton | -6/+6 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -2/+7 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -2/+7 |
| 2013-02-09 | auto merge of #4861 : sethpink/rust/incoming, r=catamorphism | bors | -5/+0 |
| 2013-02-09 | Issue #4830 fix | Seth Pink | -5/+0 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -1/+1 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -1/+1 |
| 2013-01-31 | test cases, cleanup | John Clements | -2/+1 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deƫxporting | Patrick Walton | -2/+2 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -10/+8 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -1/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+8 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-30 | libs: Remove transitionary material on iter_bytes, add workcache to build. | Graydon Hoare | -9/+0 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -6/+1 |
| 2012-11-29 | libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks usefu... | Patrick Walton | -5/+0 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -12/+0 |
| 2012-11-28 | Register snapshots | Brian Anderson | -12/+0 |
| 2012-11-28 | librustc: Add explicit self to IterBytes. r=nmatsakis | Patrick Walton | -0/+9 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+12 |
| 2012-11-06 | Cleanup how we handle proto in types, remove unsound subtyping | Niko Matsakis | -66/+0 |
| 2012-10-23 | Remove <- operator from the compiler | Tim Chevalier | -0/+10 |
| 2012-10-20 | Parse and report obsolete fixed-length vector syntax | Brian Anderson | -1/+68 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -3/+3 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -1/+6 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+1 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -11/+0 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+7 |