| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | auto merge of #17834 : sfackler/rust/rustdoc-cfgs, r=alexcrichton,alexcrichton | bors | -7/+2 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -12/+12 |
| 2014-10-06 | Properly handle cfgs in rustdoc | Steven Fackler | -7/+2 |
| 2014-10-06 | auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton | bors | -15/+42 |
| 2014-10-06 | auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton | bors | -1/+11 |
| 2014-10-06 | rustdoc: Include lifetimes in re-exported bounds | Tom Jakubowski | -0/+4 |
| 2014-10-06 | rustdoc: Remove dummy UnknownBound variant | Tom Jakubowski | -10/+4 |
| 2014-10-06 | rustdoc: Support unboxed fn sugar in bounds | Tom Jakubowski | -9/+21 |
| 2014-10-06 | rustdoc: Correctly name lifetimes in bounds | Tom Jakubowski | -13/+30 |
| 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 | -10/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -12/+12 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | rustdoc: remove handling of Gc. | Eduard Burtescu | -8/+1 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -1/+0 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -12/+12 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -6/+2 |
| 2014-09-30 | Fix rustdoc | Steven Fackler | -3/+2 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -6/+2 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -41/+1 |
| 2014-09-29 | rollup merge of #17531 : tomjakubowski/rustdoc-where-clauses | Alex Crichton | -21/+76 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -21/+76 |
| 2014-09-28 | auto merge of #17529 : nodakai/rust/rustdoc-div-in-h1, r=alexcrichton | bors | -3/+4 |
| 2014-09-26 | Remove windows TCB hack from rustdoc | Brian Anderson | -41/+1 |
| 2014-09-25 | rustdoc: replace DIV inside H1 with SPAN. | NODA, Kai | -3/+4 |
| 2014-09-25 | auto merge of #17492 : alexcrichton/rust/issue-16274, r=aturon | bors | -2/+12 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -8/+18 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -8/+18 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -5/+6 |
| 2014-09-23 | rustdoc: Don't try to inline the crate root | Alex Crichton | -2/+5 |
| 2014-09-23 | rustdoc: Prevent infinite recursion when inlining | Alex Crichton | -2/+9 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -8/+9 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -29/+29 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -3/+77 |
| 2014-09-17 | rollup merge of #17226 : P1start/rustdoc-colour | Alex Crichton | -9/+21 |
| 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 | -4/+12 |
| 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 | -41/+41 |
| 2014-09-15 | Port coherence to use the new trait matching code | Niko Matsakis | -1/+1 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -0/+1 |
| 2014-09-14 | Display the doc-block toggle on everything again. | Huon Wilson | -1/+1 |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -154/+127 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-09 | rollup merge of #17090 : alexcrichton/rustdoc-no-strip | Alex Crichton | -15/+9 |
| 2014-09-08 | rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -472/+438 |