| 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 | -5/+3 |
| 2014-10-06 | rustdoc: Support unboxed fn sugar in bounds | Tom Jakubowski | -6/+18 |
| 2014-10-06 | rustdoc: Correctly name lifetimes in bounds | Tom Jakubowski | -10/+19 |
| 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 | -6/+2 |
| 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/+61 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -2/+9 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -23/+23 |
| 2014-09-15 | Port coherence to use the new trait matching code | Niko Matsakis | -1/+1 |
| 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 | -437/+407 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -10/+10 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -10/+10 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -23/+22 |
| 2014-08-27 | auto merge of #16766 : kevinmehall/rust/issue-15976, r=alexcrichton | bors | -8/+1 |
| 2014-08-26 | rustdoc: Don't assume that a doc attribute was sugared: Fixes #15976 | Kevin Mehall | -8/+1 |
| 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 | -43/+74 |
| 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 | -3/+13 |
| 2014-07-25 | rustdoc: Inline items from foreign mods | Alex Crichton | -16/+22 |
| 2014-07-25 | rustdoc: Correctly handle local renamings | Alex Crichton | -5/+16 |
| 2014-07-25 | rustdoc: Fix links to Box/Gc | Alex Crichton | -11/+45 |
| 2014-07-25 | rustdoc: Fix inlining type parameters | Alex Crichton | -34/+12 |
| 2014-07-25 | rustdoc: Hide impls for #[doc(hidden)] traits | Alex Crichton | -2/+27 |
| 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 |