| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -1/+1 |
| 2014-09-24 | Remove dead code from librustc | Jakub Wieczorek | -73/+0 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -18/+18 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -1/+1 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -18/+18 |
| 2014-09-18 | rustc: remove Gc<Def> and depth from DefUpvar. | Eduard Burtescu | -4/+1 |
| 2014-09-18 | rustc: move type definitions from middle::freevars to middle::ty. | Eduard Burtescu | -15/+14 |
| 2014-09-18 | rustc: add a closure depth to DefUpvar. | Eduard Burtescu | -1/+2 |
| 2014-09-18 | rustc: remove BindingMode from DefLocal. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -2/+0 |
| 2014-09-18 | Fix fallout in tests from removing the use of Gc in ExpnInfo. | Eduard Burtescu | -1/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -3/+18 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -60/+180 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -287/+263 |
| 2014-09-09 | rollup merge of #17040 : kmcallister/borrow-extctxt | Alex Crichton | -4/+4 |
| 2014-09-08 | quote: Explicitly borrow the ExtCtxt | Keegan McAllister | -4/+4 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -12/+12 |
| 2014-09-02 | DST raw pointers - *-pointers are fat pointers | Nick Cameron | -4/+21 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -5/+33 |
| 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 |