| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -9/+9 |
| 2014-10-06 | auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton | bors | -3/+7 |
| 2014-10-06 | auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton | bors | -1/+11 |
| 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-06 | rustdoc: make calls of markdown::render safer | Tom Jakubowski | -1/+11 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -1/+1 |
| 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 | -9/+9 |
| 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 | -9/+9 |
| 2014-09-29 | rollup merge of #17531 : tomjakubowski/rustdoc-where-clauses | Alex Crichton | -20/+53 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -20/+53 |
| 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 | -6/+6 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+4 |
| 2014-09-17 | rollup merge of #17226 : P1start/rustdoc-colour | Alex Crichton | -7/+12 |
| 2014-09-17 | auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichton | bors | -1/+1 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -2/+3 |
| 2014-09-17 | Restore colour to rustdoc, add colour to ffi functions and methods | P1start | -5/+9 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 2014-09-14 | Display the doc-block toggle on everything again. | Huon Wilson | -1/+1 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-07 | rustdoc: Don't strip #-lines if notrust | Alex Crichton | -15/+9 |
| 2014-09-07 | auto merge of #17035 : huonw/rust/moar-jquery, r=alexcrichton | bors | -13/+14 |
| 2014-09-06 | auto merge of #17011 : nodakai/rust/rustdoc-stronger-crate, r=alexcrichton | bors | -0/+2 |
| 2014-09-06 | Use more jQuery to avoid displaying Expand Description more often. | Huon Wilson | -13/+14 |
| 2014-09-05 | auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis | bors | -1/+1 |
| 2014-09-05 | rustdoc/html: emphasize the crate part of the full path. | NODA, Kai | -0/+2 |
| 2014-09-05 | Work around inability to link lifetime of ref bindings (#16994) | Piotr Czarnecki | -1/+1 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-31 | Make doc search results use <a> tags instead of js for navigating | Carol Nichols | -38/+36 |
| 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 | -15/+8 |
| 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-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -7/+5 |
| 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 | -8/+8 |
| 2014-08-12 | Implement Index for HashMap | P1start | -8/+8 |