| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-07 | Changed addl_lib_search_paths from HashSet to Vec | inrustwetrust | -14/+9 |
| 2014-09-06 | auto merge of #17011 : nodakai/rust/rustdoc-stronger-crate, r=alexcrichton | bors | -0/+2 |
| 2014-09-06 | auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw | bors | -1/+1 |
| 2014-09-06 | auto merge of #16367 : epdtry/rust/parallel-codegen, r=alexcrichton | bors | -2/+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 | move back::link::write into a separate file | Stuart Pernsteiner | -2/+2 |
| 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 | -2/+2 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -2/+2 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -1/+1 |
| 2014-08-31 | Make doc search results use <a> tags instead of js for navigating | Carol Nichols | -38/+36 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -1/+1 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |