| Age | Commit message (Expand) | Author | Lines |
| 2014-02-15 | Update LimitReader to take the Reader to wrap by value | Palmer Cox | -7/+8 |
| 2014-02-15 | Create RefReader and RefWriter adaptor structs | Palmer Cox | -0/+33 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -0/+6 |
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -3/+4 |
| 2014-02-12 | auto merge of #12204 : alexcrichton/rust/seek, r=pcwalton | bors | -31/+80 |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -31/+80 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -3/+3 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-11 | std -- replaces uses where const borrows would be required | Niko Matsakis | -17/+25 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -5/+4 |
| 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 #12124 : brson/rust/intrinsics, r=thestinger | bors | -3/+3 |
| 2014-02-09 | auto merge of #12120 : gifnksm/rust/buffered-chars, r=alexcrichton | bors | -0/+45 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -3/+3 |
| 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 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -5/+5 |
| 2014-02-05 | Make a double-write UDP test more robust | Alex Crichton | -7/+10 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -1/+399 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -10/+15 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -303/+245 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -646/+531 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -802/+630 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -1/+1 |
| 2014-02-01 | Optimize u64_to_{le,be}_bytes | Björn Steinbrink | -28/+14 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -1/+1 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -8/+4 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -10/+10 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -10/+10 |
| 2014-01-29 | auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw | bors | -3/+3 |
| 2014-01-30 | Prefix _ to unused variables. | OGINO Masanori | -4/+4 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -4/+0 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -3/+3 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -3/+3 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -80/+80 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -2/+2 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | auto merge of #11845 : xales/rust/libnative, r=alexcrichton | bors | -0/+40 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+40 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -16/+16 |
| 2014-01-25 | auto merge of #11808 : huonw/rust/std-visible-types, r=brson | bors | -1/+1 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -1/+1 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -13/+13 |
| 2014-01-24 | auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton | bors | -5/+11 |