| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-29 | auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelix | bors | -10/+12 |
| 2014-07-26 | rustdoc: Keep hidden struct fields out of search | Tom Jakubowski | -1/+5 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -10/+12 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -2/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-12 | auto merge of #15602 : adrientetar/rust/name-fix, r=huonw | bors | -2/+2 |
| 2014-07-11 | webfonts: name fix | Adrien Tétar | -2/+2 |
| 2014-07-10 | rustdoc: Add stability dashboard | Aaron Turon | -5/+51 |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -4/+8 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-08 | webfonts: serve Source Code Pro locally | Adrien Tétar | -0/+4 |
| 2014-07-08 | webfonts: proper fix | Adrien Tétar | -4/+4 |