| Age | Commit message (Expand) | Author | Lines |
| 2014-10-22 | Part of #6993. Moved a bunch of uses of Ident to Name | Jonathan S | -3/+3 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -18/+18 |
| 2014-10-16 | Fix soundness bug in treatment of closure upvars by regionck | Brian Koropoff | -3/+3 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -17/+18 |
| 2014-10-15 | Make memoize!() a function instead | Jakub Wieczorek | -2/+56 |
| 2014-10-10 | Handle `while let` desugaring | John Gallagher | -0/+3 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-03 | Change rustc pretty-printing to print [T, ..n] instead of [T, .. n] | P1start | -1/+1 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -2/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -2/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -0/+1 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -1/+2 |
| 2014-09-24 | Remove dead code from librustc | Jakub Wieczorek | -9/+0 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -2/+2 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -3/+5 |
| 2014-09-15 | misc ppaux changes | Niko Matsakis | -11/+20 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -15/+12 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -2/+2 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -8/+8 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -2/+2 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -0/+2 |
| 2014-08-28 | Introduce snapshot_vec abstraction | Niko Matsakis | -0/+195 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -86/+257 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -1/+1 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -5/+6 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -9/+9 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -2/+2 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -2/+2 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -232/+0 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -0/+232 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+1 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+5 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -2/+26 |
| 2014-07-14 | rustc: Move util::sha2 to rustc_back | Brian Anderson | -680/+0 |
| 2014-07-14 | rustc: Move util::fs to rustc_back | Brian Anderson | -103/+0 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -66/+76 |
| 2014-07-07 | auto merge of #15440 : pcwalton/rust/struct-aliases, r=brson | bors | -2/+1 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -6/+6 |
| 2014-07-04 | librustc: Accept type aliases for structures in structure literals and | Patrick Walton | -2/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -2/+7 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+7 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+2 |
| 2014-06-24 | auto merge of #15079 : nikomatsakis/rust/issue-5527-unify-refactor, r=pnkfelix | bors | -8/+91 |
| 2014-06-22 | Rename ty_param_bounds_and_ty to Polytype | Niko Matsakis | -2/+2 |