| Age | Commit message (Expand) | Author | Lines |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -0/+4 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -0/+4 |
| 2014-11-07 | auto merge of #18713 : juxiliary/rust/master, r=alexcrichton | bors | -1/+17 |
| 2014-11-06 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18691 : subhashb/add_clone_trait_to_filetype | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18665 : scribu/patch-1 | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18664 : klutzy/getrandom | Alex Crichton | -12/+120 |
| 2014-11-06 | rollup merge of #18628 : aturon/fixup-error-comment | Alex Crichton | -3/+0 |
| 2014-11-06 | rollup merge of #18605 : Gankro/collect-fruit | Alex Crichton | -220/+231 |
| 2014-11-07 | Fixing #18659 | juxiliary | -1/+17 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -3/+3 |
| 2014-11-06 | Implement low-hanging fruit of collection conventions | Alexis Beingessner | -217/+228 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -54/+51 |
| 2014-11-06 | Make Filetype Clonable | Subhash Bhushan | -1/+1 |
| 2014-11-06 | std::rand::OsRng: Use `getrandom` syscall on Linux | klutzy | -12/+120 |
| 2014-11-05 | auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwalton | bors | -4/+4 |
| 2014-11-05 | Fix example in HashMap::new() docs | Cristi Burcă | -1/+1 |
| 2014-11-05 | auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichton | bors | -250/+404 |
| 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 | -1/+1 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -3/+3 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -16/+0 |
| 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 | -8/+5 |
| 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-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -0/+32 |
| 2014-11-04 | std::error: fix stray doc comment | Aaron Turon | -3/+0 |
| 2014-11-03 | rollup merge of #18578 : japaric/clone | Alex Crichton | -2/+0 |
| 2014-11-03 | rollup merge of #18536 : bjz/strconv | Alex Crichton | -544/+276 |
| 2014-11-03 | std: Fix fallout of changing `#[deriving(Clone)]` | Jorge Aparicio | -2/+0 |
| 2014-11-03 | rollup merge of #18537 : japaric/no-secret | Alex Crichton | -0/+6 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -41/+37 |
| 2014-11-03 | auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichton | bors | -1/+1 |
| 2014-11-04 | Deprecate {f32, f64}::from_str_hex | Brendan Zabarauskas | -80/+27 |
| 2014-11-04 | Simplify float string conversion function further | Brendan Zabarauskas | -161/+115 |
| 2014-11-04 | Clean up from_str_float and use iterators | Brendan Zabarauskas | -156/+125 |
| 2014-11-04 | Remove unnecessary features from strconv | Brendan Zabarauskas | -121/+33 |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -181/+131 |
| 2014-11-03 | auto merge of #18463 : japaric/rust/bytes2, r=alexcrichton | bors | -55/+32 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -41/+37 |
| 2014-11-02 | Add Error impls to a few key error types | Aaron Turon | -0/+32 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -4/+122 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -0/+6 |
| 2014-11-01 | Remove unnecessary allocations | Jorge Aparicio | -1/+1 |
| 2014-11-01 | DSTify BytesContainer | Jorge Aparicio | -54/+31 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -1/+2 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -157/+383 |