| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-06 | Hoist path::Display on top of from_utf8_lossy() | Kevin Ballard | -25/+2 |
| 2014-02-06 | Add new function str::from_utf8_lossy() | Kevin Ballard | -6/+179 |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -693/+78 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -693/+78 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -28/+2 |
| 2014-02-06 | auto merge of #12051 : luqmana/rust/arm-fix, r=alexcrichton | bors | -1/+5 |
| 2014-02-06 | auto merge of #12047 : huonw/rust/cyclic-rc, r=thestinger | bors | -2/+27 |
| 2014-02-05 | Make a double-write UDP test more robust | Alex Crichton | -7/+10 |
| 2014-02-05 | libstd: Add missing constants for arm/linux. | Luqman Aden | -1/+5 |
| 2014-02-06 | Ensure an Rc isn't freed while running its own destructor. | Huon Wilson | -2/+27 |
| 2014-02-05 | auto merge of #11894 : alexcrichton/rust/io-clone, r=brson | bors | -5/+453 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -5/+453 |
| 2014-02-04 | auto merge of #11230 : csherratt/rust/cow, r=alexcrichton | bors | -0/+8 |
| 2014-02-04 | auto merge of #12026 : alexcrichton/rust/snapshots, r=cmr | bors | -330/+0 |
| 2014-02-04 | auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonw | bors | -38/+32 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -330/+0 |
| 2014-02-04 | Rename reserve to reserve_exact and reserve_at_least to reserve | David Manescu | -38/+32 |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -66/+29 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -1/+1 |