| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-06 | rustdoc: Include lifetimes in re-exported bounds | Tom Jakubowski | -0/+4 |
| 2014-10-06 | rustdoc: Remove dummy UnknownBound variant | Tom Jakubowski | -3/+2 |
| 2014-10-06 | rustdoc: Support unboxed fn sugar in bounds | Tom Jakubowski | -5/+17 |
| 2014-10-06 | rustdoc: Correctly name lifetimes in bounds | Tom Jakubowski | -9/+16 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -8/+0 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -3/+3 |
| 2014-10-02 | rustdoc: remove handling of Gc. | Eduard Burtescu | -7/+0 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -1/+0 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -1/+1 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -1/+23 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -2/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -4/+4 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -19/+19 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -1/+57 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -1/+3 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -15/+15 |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -15/+15 |
| 2014-09-08 | rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -380/+355 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -7/+7 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -7/+7 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -14/+19 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -2/+3 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -12/+12 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -16/+41 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -3/+3 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -3/+3 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -0/+6 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -2/+2 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -2/+0 |
| 2014-07-28 | rustdoc: remove extraneous .move_iter().collect()s | Corey Richardson | -24/+24 |
| 2014-07-28 | rustdoc: show struct field docs when inlined | Corey Richardson | -2/+12 |
| 2014-07-25 | rustdoc: Correctly handle local renamings | Alex Crichton | -3/+3 |
| 2014-07-25 | rustdoc: Fix links to Box/Gc | Alex Crichton | -11/+45 |
| 2014-07-25 | rustdoc: Fix inlining type parameters | Alex Crichton | -28/+5 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -1/+0 |
| 2014-07-20 | Implement new mod import sugar | Jakub Wieczorek | -6/+12 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+2 |
| 2014-07-16 | librustc: Allow the new UFCS explicit self in trait definitions, and | Patrick Walton | -1/+1 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -19/+29 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -11/+12 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -10/+11 |
| 2014-07-12 | auto merge of #15613 : cmr/rust/rustdoc-arg-patterns, r=alexcrichton | bors | -3/+10 |
| 2014-07-11 | rustdoc: support tuple and struct patterns in function arguments | Corey Richardson | -3/+10 |
| 2014-07-10 | Bug fixes for stability tracking | Aaron Turon | -5/+8 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -16/+16 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -8/+1 |