| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -2/+5 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -2/+5 |
| 2014-09-30 | librustc: Stop looking in metadata in type contents. | Patrick Walton | -0/+11 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -2/+25 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -14/+15 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -70/+71 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -74/+107 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -59/+59 |
| 2014-07-28 | rustc: encode is_sugared_doc on ast::Attribute | Corey Richardson | -1/+4 |
| 2014-07-28 | rustdoc: show struct field docs when inlined | Corey Richardson | -0/+14 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -11/+14 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -1/+1 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+4 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -20/+0 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -16/+11 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -3/+3 |
| 2014-06-22 | Rename ty_param_bounds_and_ty to Polytype | Niko Matsakis | -2/+2 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -0/+8 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -30/+38 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -8/+8 |
| 2014-06-09 | rustdoc: Correctly classify enums/typedefs | Alex Crichton | -0/+8 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -2/+2 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -0/+14 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -16/+17 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -25/+25 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Inline argument names of foreign methods | Alex Crichton | -0/+15 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -8/+2 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+1 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -0/+15 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -13/+16 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -3/+0 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -3/+0 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -0/+26 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -1/+1 |
| 2014-04-23 | auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton | bors | -4/+10 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -4/+10 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -0/+21 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -22/+21 |
| 2014-04-22 | rustc: remove ty::Impl. | Eduard Burtescu | -22/+7 |