| Age | Commit message (Expand) | Author | Lines |
| 2014-02-24 | Correctly ignore some tests on windows | Alex Crichton | -6/+4 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -54/+15 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -79/+522 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -79/+522 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -54/+15 |
| 2014-02-23 | Merge remote-tracking branch 'brson/iodoc' | Brian Anderson | -126/+41 |
| 2014-02-23 | Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added... | zslayton | -19/+9 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -15/+3 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -8/+13 |
| 2014-02-22 | std: Remove some nonsense from old std::io docs | Brian Anderson | -126/+41 |
| 2014-02-21 | auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson | bors | -10/+20 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -2/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -27/+27 |
| 2014-02-20 | Return a buffered stdin by default. | Alex Crichton | -10/+20 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+4 |
| 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 |