| Age | Commit message (Expand) | Author | Lines |
| 2014-08-26 | Rebasing changes | Nick Cameron | -3/+9 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -59/+213 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -5/+5 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -2/+14 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -11/+48 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -19/+62 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -1/+27 |
| 2014-08-09 | librustc: Encode upvar_borrow_map in metadata. | Luqman Aden | -1/+42 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -1/+1 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -151/+150 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -5/+3 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -2/+69 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -2/+3 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -1/+2 |
| 2014-07-13 | update fold_method to return a smallvector | John Clements | -2/+5 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -1/+1 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -1/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -8/+8 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-22 | Rename ty_param_bounds_and_ty to Polytype | Niko Matsakis | -19/+19 |
| 2014-06-17 | librustc: Don't overwrite vtables when coercing to trait object. | Luqman Aden | -23/+47 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -44/+81 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -7/+7 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -34/+35 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -6/+7 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -7/+7 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+4 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -2/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -3/+3 |
| 2014-05-09 | Currently trans uses Vec<ty::t> to represent substitutions instead of a proper | Niko Matsakis | -9/+30 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -65/+4 |
| 2014-04-23 | rustc: remove usage of root_map from astencode | Flavio Percoco | -1/+0 |
| 2014-04-22 | rustc: de-@ metadata::cstore. | Eduard Burtescu | -16/+16 |
| 2014-04-22 | rustc: de-@ freevars. | Eduard Burtescu | -4/+4 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -1/+1 |
| 2014-04-22 | rustc: de-@ ty::AutoAdjustment. | Eduard Burtescu | -4/+4 |
| 2014-04-22 | rustc: de-@ method and vtable maps. | Eduard Burtescu | -17/+11 |
| 2014-04-22 | rustc: move the method and vtable maps into ty::ctxt. | Eduard Burtescu | -8/+6 |
| 2014-04-13 | Make Result::{unwrap, unwrap_err} require Show | Steven Fackler | -3/+3 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -8/+5 |
| 2014-04-11 | auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis | bors | -27/+22 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -27/+22 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -2/+2 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -2/+3 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+1 |
| 2014-04-02 | middle: astencode: remove dead code | Corey Richardson | -14/+0 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -4/+4 |