| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-21 | rustdoc: show default type parameters in generics | Tom Jakubowski | -0/+5 |
| 2014-06-17 | rustdoc: Remove outdated syntax | Alex Crichton | -7/+4 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -24/+17 |
| 2014-06-06 | rustdoc: Inline static documentation across crates | Alex Crichton | -22/+19 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-05-31 | rustdoc: Fix cross-crate links to reexported items | Alex Crichton | -8/+2 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -4/+10 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -30/+60 |
| 2014-05-29 | auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc... | bors | -1/+1 |