| Age | Commit message (Expand) | Author | Lines |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -1/+1 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -42/+61 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -23/+106 |
| 2014-02-15 | auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichton | bors | -2/+24 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -9/+21 |
| 2014-02-15 | Add a method to LimitReader to return the limit | Steven Fackler | -2/+24 |
| 2014-02-15 | auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw | bors | -6/+4 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -6/+4 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -9/+21 |
| 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 |