| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -6/+6 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -2/+2 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -2/+2 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -2/+2 |
| 2014-09-18 | rustc: add a closure depth to DefUpvar. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: remove BindingMode from DefLocal. | Eduard Burtescu | -20/+16 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -16/+11 |
| 2014-09-18 | rustc: fix fallout from removing the use of Gc for ExpnInfo. | Eduard Burtescu | -2/+2 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -33/+22 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -1/+1 |
| 2014-09-16 | auto merge of #17213 : mo/rust/fix_typos, r=aturon | bors | -1/+2 |
| 2014-09-15 | Fix two typos | Martin Olsson | -1/+2 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -4/+4 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -34/+34 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -13/+13 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -181/+162 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+28 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -4/+4 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -4/+14 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -43/+110 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -1/+1 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -9/+16 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -1/+2 |
| 2014-07-18 | auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton | bors | -9/+10 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -2/+3 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo OchagavĂa | -9/+10 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -7/+7 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -6/+7 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -21/+21 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -4/+4 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -3/+3 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -2/+3 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -6/+6 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -5/+8 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -1/+1 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -0/+2395 |