| Age | Commit message (Expand) | Author | Lines |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -31/+80 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -44/+31 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -643/+1853 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -340/+248 |
| 2014-02-11 | auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwa... | bors | -77/+135 |
| 2014-02-11 | str -- borrow fields of self for use in closure since self.iter is borrowed | Niko Matsakis | -5/+7 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-11 | vec -- introduce local var to make clear what subportion is being borrowed | Niko Matsakis | -2/+2 |
| 2014-02-11 | std -- replaces uses where const borrows would be required | Niko Matsakis | -70/+125 |
| 2014-02-11 | Fix broken link to the container guide | Simon Sapin | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -210/+163 |
| 2014-02-10 | auto merge of #12149 : thomaslee/rust/ipaddr_deriving_iter_bytes, r=cmr | bors | -2/+13 |
| 2014-02-10 | IterBytes for IpAddr and SocketAddr | Tom Lee | -2/+13 |
| 2014-02-09 | auto merge of #12143 : brson/rust/swap, r=alexcrichton | bors | -28/+24 |
| 2014-02-09 | auto merge of #12136 : alexcrichton/rust/issue-12123, r=brson | bors | -8/+10 |
| 2014-02-09 | std: Clean up the swap function a little | Brian Anderson | -8/+5 |
| 2014-02-09 | std: Stop parameterizing some memcpy functions over RawPtr | Brian Anderson | -23/+22 |
| 2014-02-09 | auto merge of #12124 : brson/rust/intrinsics, r=thestinger | bors | -55/+84 |
| 2014-02-09 | auto merge of #12120 : gifnksm/rust/buffered-chars, r=alexcrichton | bors | -0/+45 |
| 2014-02-09 | Fix the signature of CreateSymbolicLinkW | Alex Crichton | -8/+10 |
| 2014-02-09 | std: Make mem's doc slightly more accurate | Brian Anderson | -1/+4 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -30/+34 |
| 2014-02-09 | std: Add move_val_init to mem. Replace direct intrinsic usage | Brian Anderson | -8/+15 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -16/+31 |
| 2014-02-09 | std::io: Add `Chars` iterator for Buffer. | gifnksm | -0/+45 |
| 2014-02-08 | Fix infinite loop in BufReader::read_until. | Q.P.Liu | -1/+9 |
| 2014-02-08 | Fix infinite loop in MemReader::read_until. | Q.P.Liu | -1/+9 |
| 2014-02-08 | auto merge of #12090 : bjz/rust/unimplemented, r=cmr | bors | -58/+81 |
| 2014-02-08 | auto merge of #12109 : omasanori/rust/small-fixes, r=sfackler | bors | -1/+1 |
| 2014-02-08 | auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonw | bors | -342/+324 |
| 2014-02-08 | auto merge of #12096 : brson/rust/morestack-addr, r=thestinger | bors | -3/+0 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -44/+20 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -318/+240 |
| 2014-02-07 | Implement BytesContainer for MaybeOwned | Kevin Ballard | -0/+17 |
| 2014-02-07 | Tweak from_utf8_lossy to return a new MaybeOwned enum | Kevin Ballard | -29/+96 |
| 2014-02-08 | Remove an unused variable in a test of std::c_str. | OGINO Masanori | -1/+0 |
| 2014-02-08 | Fix unused import warnings. | OGINO Masanori | -0/+1 |
| 2014-02-07 | auto merge of #12066 : huonw/rust/show2, r=alexcrichton | bors | -90/+90 |
| 2014-02-07 | auto merge of #12059 : thestinger/rust/glue, r=pcwalton | bors | -26/+158 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -90/+90 |
| 2014-02-07 | rm out-of-date comment from std::unstable::raw | Daniel Micay | -3/+0 |
| 2014-02-07 | remove type descriptors from proc and @T | Daniel Micay | -23/+158 |
| 2014-02-07 | auto merge of #12029 : zkamsler/rust/merge-sort-allocations, r=huonw | bors | -5/+104 |
| 2014-02-07 | Reduced allocations in merge_sort for short vectors | Zach Kamsler | -5/+104 |
| 2014-02-07 | rustc: Remove 'morestack_addr' intrinsic. Unused | Brian Anderson | -3/+0 |
| 2014-02-08 | Clean up formatting in macros module | Brendan Zabarauskas | -58/+74 |
| 2014-02-07 | Cleaned up imports per coding standards. | chromatic | -15/+15 |
| 2014-02-07 | Removed prelude::* from libstd files. | chromatic | -14/+48 |
| 2014-02-08 | Add unimplemented! macro | Brendan Zabarauskas | -0/+7 |
| 2014-02-07 | auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonw | bors | -31/+181 |