| Age | Commit message (Expand) | Author | Lines |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -417/+418 |
| 2014-11-06 | Implement low-hanging fruit of collection conventions | Alexis Beingessner | -1062/+1386 |
| 2014-11-06 | auto merge of #18608 : alexcrichton/rust/lint-some-crates, r=aturon | bors | -30/+51 |
| 2014-11-06 | auto merge of #18467 : japaric/rust/eq, r=alexcrichton | bors | -29/+635 |
| 2014-11-06 | auto merge of #18388 : nikomatsakis/rust/fn-trait-hierarchy, r=acrichto | bors | -94/+313 |
| 2014-11-05 | Correct tests that were supposed to fail but now pass due to the fn trait hie... | Niko Matsakis | -4/+4 |
| 2014-11-05 | Partial fix for #17901: Be less conservative around unbound type | Niko Matsakis | -61/+85 |
| 2014-11-05 | Reverse order of lookup | Niko Matsakis | -3/+3 |
| 2014-11-05 | Add blanket impls to allow the various `Fn` traits to be interconverted. | Niko Matsakis | -26/+221 |
| 2014-11-05 | Fix tests | Jorge Aparicio | -19/+19 |
| 2014-11-05 | Add test for the first half of issue #15689 | Jorge Aparicio | -0/+18 |
| 2014-11-05 | DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+64 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+172 |
| 2014-11-05 | DSTify PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+329 |
| 2014-11-05 | Fix fallout of changing the expansion of `#[deriving(PartialEq)]` | Jorge Aparicio | -5/+2 |
| 2014-11-05 | Use operator sugar in the expansion of `#[deriving(PartialEq)]` | Jorge Aparicio | -5/+31 |
| 2014-11-05 | auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwalton | bors | -263/+1009 |
| 2014-11-05 | auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichton | bors | -264/+411 |
| 2014-11-05 | Better debug printouts | Niko Matsakis | -13/+21 |
| 2014-11-05 | Remove incorrect doc annotation, mark experimental since we haven't discussed... | Niko Matsakis | -5/+1 |
| 2014-11-05 | Update the guide examples and try not to leave user hanging as to what | Niko Matsakis | -3/+7 |
| 2014-11-05 | Implement new operator dispatch semantics. | Niko Matsakis | -221/+827 |
| 2014-11-05 | Fixed not compiling code in docstring | Vladimir Matveev | -2/+2 |
| 2014-11-05 | Add impls of the comparison operators for fixed-length arrays of lengths 0...... | Niko Matsakis | -11/+102 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -15/+56 |
| 2014-11-05 | auto merge of #18646 : eddyb/rust/snapshots, r=alexcrichton | bors | -352/+18 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -352/+18 |
| 2014-11-05 | auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581 | bors | -37/+94 |
| 2014-11-05 | Added more documentation on ToSocketAddr trait | Vladimir Matveev | -3/+92 |
| 2014-11-05 | Fixed tidy errors | Vladimir Matveev | -3/+3 |
| 2014-11-05 | Fixed other tests to pass make check | Vladimir Matveev | -22/+12 |
| 2014-11-05 | Migrated io::net::udp over to ToSocketAddr | Vladimir Matveev | -20/+34 |
| 2014-11-05 | Switched io::net::tcp to use ToSocketAddr | Vladimir Matveev | -227/+130 |
| 2014-11-05 | Added ToSocketAddr trait | Vladimir Matveev | -0/+151 |
| 2014-11-05 | auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwalton | bors | -41/+105 |
| 2014-11-05 | auto merge of #18504 : pcwalton/rust/small-escapes, r=pcwalton | bors | -4178/+4263 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -4178/+4263 |
| 2014-11-04 | auto merge of #18338 : chastell/rust/guide_pointer_fixes, r=alexcrichton | bors | -8/+8 |
| 2014-11-04 | auto merge of #18528 : seanjensengrey/rust/doc-18498, r=brson | bors | -0/+44 |
| 2014-11-04 | Guide: drop line-number cruft from elided error examples | Piotr Szotkowski | -5/+5 |
| 2014-11-04 | Guide: minor clarifications for the Pointers part | Piotr Szotkowski | -3/+3 |
| 2014-11-04 | auto merge of #18497 : gamazeps/rust/enumsmatch, r=steveklabnik | bors | -21/+50 |
| 2014-11-04 | rustc: Support stability attributes on crates | Alex Crichton | -30/+51 |
| 2014-11-04 | Guide: explains the enum/match relationship | gamazeps | -21/+50 |
| 2014-11-04 | auto merge of #16156 : cmr/rust/target-spec, r=alexcrichton | bors | -801/+1610 |
| 2014-11-04 | Update for collections reform | Corey Richardson | -4/+4 |
| 2014-11-04 | Update some new use of the old targ_cfg | Corey Richardson | -2/+2 |
| 2014-11-04 | Don't use pie on Android | Corey Richardson | -0/+2 |
| 2014-11-04 | Same fix for dragonfly | Corey Richardson | -1/+4 |
| 2014-11-04 | Same fix for mac32 | Corey Richardson | -2/+4 |