| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -1/+1 |
| 2014-09-30 | librustc: Stop looking in metadata in type contents. | Patrick Walton | -0/+16 |
| 2014-09-30 | Removed some unnecessary RefCells from resolve | Jonathan S | -1/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -33/+137 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -14/+14 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -72/+38 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -3/+3 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -15/+15 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -7/+7 |
| 2014-09-05 | reuse original symbols for inlined items | Stuart Pernsteiner | -4/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -66/+98 |
| 2014-08-25 | rustc: Encode the visibility of foreign items | Alex Crichton | -0/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+0 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -94/+171 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -3/+18 |
| 2014-08-05 | Allow generic foreign functions. | Russell | -1/+2 |
| 2014-07-31 | Byte literals! | Simon Sapin | -6/+1 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -1/+1 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -611/+611 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -12/+12 |
| 2014-07-28 | rustc: encode is_sugared_doc on ast::Attribute | Corey Richardson | -0/+1 |
| 2014-07-28 | rustdoc: show struct field docs when inlined | Corey Richardson | -0/+25 |
| 2014-07-21 | repair macro docs | John Clements | -2/+2 |
| 2014-07-18 | librustc: Only emit constructor functions as necessary. | Luqman Aden | -9/+3 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+40 |
| 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 | -12/+19 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -2/+3 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -3/+2 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -2/+2 |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -28/+16 |
| 2014-07-11 | use side table to store exported macros | John Clements | -28/+16 |
| 2014-07-10 | Bug fixes for stability tracking | Aaron Turon | -0/+4 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -4/+4 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -26/+26 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -26/+26 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -14/+1 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -42/+10 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -4/+4 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -7/+11 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -4/+4 |
| 2014-06-22 | Rename ty_param_bounds_and_ty to Polytype | Niko Matsakis | -11/+11 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -1/+31 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -15/+18 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -7/+9 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -20/+20 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -0/+25 |