| Age | Commit message (Expand) | Author | Lines |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -5/+5 |
| 2014-12-20 | Add parser support for generalized where clauses | Jared Roesch | -1/+1 |
| 2014-12-19 | librustdoc: use `#[deriving(Copy)]` | Jorge Aparicio | -5/+4 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -1/+1 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -11/+11 |
| 2014-12-14 | Patch rustdoc to include missing types, make the match exhaustive | Niko Matsakis | -0/+10 |
| 2014-12-13 | librustdoc: use tuple indexing | Jorge Aparicio | -1/+1 |
| 2014-12-13 | librustdoc: use unboxed closures | Jorge Aparicio | -4/+8 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+5 |
| 2014-12-06 | librustdoc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -3/+3 |
| 2014-12-04 | rustdoc: Refactored various uses of ItemType. | Kang Seonghoon | -2/+1 |
| 2014-11-26 | rollup merge of #19272: tomjakubowski/rustdoc-sized | Alex Crichton | -0/+3 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-24 | rustdoc: Render Sized? on traits and generics | Tom Jakubowski | -0/+3 |
| 2014-11-24 | rustdoc: render ast::QPath | Tom Jakubowski | -0/+3 |
| 2014-11-24 | rustdoc: Render associated types on traits and impls | Tom Jakubowski | -2/+1 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -14/+12 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -20/+14 |
| 2014-11-06 | rollup merge of #18630 : nikomatsakis/purge-the-bars | Alex Crichton | -5/+1 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -2/+2 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -5/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+5 |
| 2014-10-08 | librustdoc/html: recognize slices not to nest A tags. | NODA, Kai | -1/+19 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-06 | rustdoc: Remove dummy UnknownBound variant | Tom Jakubowski | -5/+1 |
| 2014-10-06 | rustdoc: Support unboxed fn sugar in bounds | Tom Jakubowski | -3/+3 |
| 2014-10-06 | rustdoc: Correctly name lifetimes in bounds | Tom Jakubowski | -3/+11 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -1/+1 |
| 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 | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -8/+37 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -8/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-12 | Implement Index for HashMap | P1start | -6/+6 |
| 2014-07-28 | rustdoc: improvements to stability dashboard | Aaron Turon | -24/+33 |
| 2014-07-25 | rustdoc: Fix links to Box/Gc | Alex Crichton | -3/+3 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -1/+1 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -0/+3 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-13 | auto merge of #15614 : lucidd/rust/#15474, r=alexcrichton | bors | -1/+4 |
| 2014-07-12 | auto merge of #15605 : blake2-ppc/rust/rustdoc-const-t, r=alexcrichton | bors | -1/+12 |
| 2014-07-11 | rustdoc: render 1-tuples as (T,) instead of (T) | Kevin Walter | -1/+4 |
| 2014-07-11 | rustdoc: Change type name of raw pointer from *T to *const T | root | -1/+12 |
| 2014-07-10 | rustdoc: Add stability dashboard | Aaron Turon | -0/+70 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+4 |
| 2014-07-02 | rustdoc: s/nil/unit/ internally. | Huon Wilson | -4/+4 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -0/+35 |