| Age | Commit message (Expand) | Author | Lines |
| 2014-11-23 | Make rustdoc display `extern crate` statements correctly | P1start | -5/+7 |
| 2014-11-20 | rustdoc: Allow private modules be included in docs | Alexander Light | -39/+47 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -5/+5 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -3/+3 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-11-10 | rustdoc: revise method counts in stability summary | Aaron Turon | -13/+11 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -9/+9 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -23/+23 |
| 2014-10-16 | librustdoc: Remove all uses of {:?}. | Luqman Aden | -2/+2 |
| 2014-10-09 | rustdoc: Implement constant documentation | Alex Crichton | -18/+35 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -6/+6 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -6/+6 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -6/+6 |
| 2014-09-29 | rollup merge of #17531 : tomjakubowski/rustdoc-where-clauses | Alex Crichton | -12/+16 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -12/+16 |
| 2014-09-25 | rustdoc: replace DIV inside H1 with SPAN. | NODA, Kai | -3/+4 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -7/+13 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -7/+13 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -1/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -2/+3 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -5/+5 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+1 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -0/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-05 | auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis | bors | -1/+1 |
| 2014-09-05 | Work around inability to link lifetime of ref bindings (#16994) | Piotr Czarnecki | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-29 | auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmr | bors | -8/+10 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -12/+12 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -12/+12 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -7/+7 |
| 2014-08-26 | Always insert methods into the search index, even if we're currently in a pri... | SiegeLord | -8/+10 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -1/+2 |
| 2014-08-17 | rustdoc: Fix and improve line break hints with the <wbr> tag | Piotr Czarnecki | -3/+3 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -15/+30 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -2/+2 |
| 2014-08-12 | Implement Index for HashMap | P1start | -2/+2 |
| 2014-08-06 | make rustdoc more responsive | Alexis Beingessner | -7/+7 |
| 2014-08-04 | rustdoc: Just "stability" instead of "stability dashboard" | Brian Anderson | -1/+1 |
| 2014-08-04 | rustdoc: Emit keywords for all crate pages | Brian Anderson | -0/+12 |
| 2014-08-04 | rustdoc: Put field instantiation in declaration order. | Brian Anderson | -3/+3 |
| 2014-08-04 | rustdoc: Use more descriptive description metadata. | Brian Anderson | -1/+19 |
| 2014-08-02 | auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnik | bors | -1/+1 |
| 2014-08-02 | Add hide/show detail toggles to rustdoc | Alexis Beingessner | -0/+6 |