| Age | Commit message (Expand) | Author | Lines |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -8632/+0 |
| 2013-11-11 | auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brson | bors | -2/+13 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -1/+37 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -44/+1 |
| 2013-11-11 | Optimize creation of buffered readers/writers | Alex Crichton | -2/+13 |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -3/+4 |
| 2013-11-11 | Clean lint on test build | Corey Richardson | -2/+0 |
| 2013-11-10 | Fix usage of libuv for windows | Alex Crichton | -7/+13 |
| 2013-11-10 | Another round of test fixes from previous commits | Alex Crichton | -21/+21 |
| 2013-11-10 | Fall back from uv tty instances more aggressively | Alex Crichton | -4/+2 |
| 2013-11-10 | Assorted test fixes and merge conflicts | Alex Crichton | -4/+5 |
| 2013-11-10 | Add bindings to uv's utime function | Alex Crichton | -4/+45 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10378 | Young-il Choi | -3/+3 |
| 2013-11-10 | disable tests on android since tcp/ip permission cannot be acquired without h... | Young-il Choi | -0/+1 |
| 2013-11-04 | Stop extra buffering when stdout isn't a tty | Alex Crichton | -13/+5 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -300/+349 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -570/+901 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -413/+895 |
| 2013-11-01 | auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichton | bors | -1/+1 |
| 2013-11-01 | auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmr | bors | -14/+27 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -1/+1 |
| 2013-10-31 | Provide a sound method of flushing stdout | Alex Crichton | -14/+27 |
| 2013-10-31 | libstd: Remove mocks. | Patrick Walton | -181/+131 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -30/+6 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -0/+1 |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -7/+9 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -7/+9 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -2/+4 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -0/+1 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -2/+4 |
| 2013-10-28 | auto merge of #10133 : alexcrichton/rust/another-error, r=thestinger | bors | -1/+2 |
| 2013-10-28 | Handle another possible error in a unix pipe test | Alex Crichton | -1/+2 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -606/+487 |
| 2013-10-28 | auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwalton | bors | -6/+12 |
| 2013-10-28 | auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwalton | bors | -4/+131 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -3/+4 |
| 2013-10-26 | Fix a typo in a rt::io::signal test | Alex Crichton | -1/+1 |
| 2013-10-26 | Implement another error code found on windows. | Alex Crichton | -6/+12 |
| 2013-10-25 | Enhance timers to create ports | Alex Crichton | -4/+131 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -20/+108 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -20/+108 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+7 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -43/+115 |
| 2013-10-24 | Bring io::signal up to date with changes to rt::rtio | Alex Crichton | -35/+58 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+193 |
| 2013-10-24 | Fixing some tests, adding some pipes | Alex Crichton | -1/+33 |
| 2013-10-24 | Migrate std::run to libuv processes | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -1/+82 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -24/+62 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -5/+20 |