| Age | Commit message (Expand) | Author | Lines |
| 2014-09-29 | rollup merge of #17576 : kmcallister/hide-quotes | Alex Crichton | -68/+74 |
| 2014-09-29 | rollup merge of #17573 : iliekturtles/17570-windows-installer-path | Alex Crichton | -2/+2 |
| 2014-09-29 | rollup merge of #17565 : akavel/patch-1 | Alex Crichton | -2/+2 |
| 2014-09-29 | rollup merge of #17564 : japaric/fix-slicemut-docs | Alex Crichton | -4/+4 |
| 2014-09-29 | rollup merge of #17557 : sfackler/fuse-example | Alex Crichton | -1/+3 |
| 2014-09-29 | rollup merge of #17548 : cgaebel/master | Alex Crichton | -6/+26 |
| 2014-09-29 | rollup merge of #17531 : tomjakubowski/rustdoc-where-clauses | Alex Crichton | -21/+131 |
| 2014-09-29 | rollup merge of #17519 : pcwalton/unboxed-closure-move-syntax | Alex Crichton | -81/+82 |
| 2014-09-29 | rollup merge of #17510 : MatejLach/find_fix | Alex Crichton | -2/+0 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -21/+131 |
| 2014-09-29 | auto merge of #17409 : farcaller/rust/patch-1, r=huonw | bors | -2/+8 |
| 2014-09-29 | Fixed quote_method!() implementation | Vladimir Pouzanov | -2/+8 |
| 2014-09-29 | auto merge of #17535 : Manishearth/rust/patch-2, r=steveklabnik | bors | -0/+1 |
| 2014-09-29 | auto merge of #17321 : apoelstra/rust/error-on-unknown-impl, r=alexcrichton | bors | -12/+163 |
| 2014-09-29 | auto merge of #17533 : michaelwoerister/rust/function-call-locs, r=luqmana | bors | -73/+284 |
| 2014-09-28 | Cleanup error messages for anonymous impl for types not declared in the curre... | Andrew Poelstra | -12/+163 |
| 2014-09-28 | auto merge of #17532 : ahmedcharles/rust/typo, r=alexcrichton | bors | -1/+1 |
| 2014-09-28 | auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichton | bors | -66/+102 |
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -66/+102 |
| 2014-09-28 | auto merge of #17529 : nodakai/rust/rustdoc-div-in-h1, r=alexcrichton | bors | -3/+4 |
| 2014-09-27 | auto merge of #17523 : TeXitoi/rust/relicense-shootout-fasta-redux, r=brson | bors | -8/+39 |
| 2014-09-27 | auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton | bors | -5/+52 |
| 2014-09-27 | auto merge of #17334 : Gankro/rust/btree-vec, r=huonw | bors | -921/+2222 |
| 2014-09-27 | complete btree rewrite | Alexis Beingessner | -921/+2222 |
| 2014-09-27 | auto merge of #17511 : MatejLach/rust/iter_guide_typo, r=alexcrichton | bors | -2/+2 |
| 2014-09-27 | auto merge of #17512 : nodakai/rust/fix-ptr-guide, r=alexcrichton | bors | -0/+1 |
| 2014-09-27 | auto merge of #17469 : sfackler/rust/into-result, r=aturon | bors | -1/+44 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -20/+143 |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -68/+74 |
| 2014-09-26 | dist: Make Windows installer modify system %PATH% | Mike Boutin | -2/+2 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -19/+50 |
| 2014-09-26 | tiny linguistic correction in docs: s/its'/its/ | Mateusz CzapliĆski | -2/+2 |
| 2014-09-26 | Fix `SliceMut` documentation | Jorge Aparicio | -4/+4 |
| 2014-09-26 | Add Option::{ok_or, ok_or_else} | Steven Fackler | -1/+44 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -81/+82 |
| 2014-09-26 | auto merge of #17494 : aturon/rust/stabilize-mutable-slices, r=alexcrichton | bors | -243/+348 |
| 2014-09-25 | Fix Iterator::fuse example | Steven Fackler | -1/+3 |
| 2014-09-26 | auto merge of #17549 : brson/rust/morewinfail, r=alexcrichton | bors | -0/+2 |
| 2014-09-25 | Ignore two I/O tests that are failing on the win32 bot | Brian Anderson | -0/+2 |
| 2014-09-26 | auto merge of #17504 : danburkert/rust/tuple-serialization, r=alexcrichton | bors | -1/+1 |
| 2014-09-25 | Added bitflag toggling. | Clark Gaebel | -6/+26 |
| 2014-09-25 | Add tests for new _mut variants | Aaron Turon | -4/+81 |
| 2014-09-25 | Fallout from deprecation | Aaron Turon | -0/+1 |
| 2014-09-25 | Stabilize mutable slice API | Aaron Turon | -239/+266 |
| 2014-09-26 | auto merge of #17495 : alexcrichton/rust/snapshots, r=pcwalton | bors | -0/+9 |
| 2014-09-25 | auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwalton | bors | -1112/+1193 |
| 2014-09-26 | Mention array sugar in guide | Manish Goregaokar | -0/+1 |
| 2014-09-25 | Fix various places that were affected by adding core as dep of libc | Niko Matsakis | -17/+15 |
| 2014-09-25 | auto merge of #17482 : hoeppnertill/rust/master, r=alexcrichton | bors | -1/+94 |
| 2014-09-25 | auto merge of #17455 : steveklabnik/rust/document_default, r=alexcrichton | bors | -3/+108 |