| Age | Commit message (Expand) | Author | Lines |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1935/+0 |
| 2013-11-10 | disable tests on android since tcp/ip permission cannot be acquired without h... | Young-il Choi | -0/+1 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -2/+1 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -5/+0 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -2/+4 |
| 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-26 | Implement another error code found on windows. | Alex Crichton | -6/+10 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -2/+5 |
| 2013-10-24 | Move stdin to using libuv's pipes instead of a tty | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -6/+6 |
| 2013-10-24 | Migrate the last typedefs to ~Trait in rtio | Alex Crichton | -4/+4 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -69/+47 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -3/+3 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -15/+11 |
| 2013-10-24 | Finish implementing io::net::addrinfo | Alex Crichton | -46/+129 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -16/+268 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -25/+25 |
| 2013-10-16 | auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton | bors | -6/+20 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -5/+5 |
| 2013-10-05 | rt::io::net::tcp: Fix eof_twice tests on Win32 | klutzy | -6/+20 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -20/+28 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -52/+36 |
| 2013-09-26 | Visibility fixes | Steven Fackler | -1/+1 |
| 2013-09-16 | std::rt::io::net::tcp: Fix one tcp test on Win32 | klutzy | -2/+7 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-11 | auto merge of #9114 : sfackler/rust/flush-fix, r=brson | bors | -1/+1 |
| 2013-09-10 | Don't fail in TcpStream.flush | Steven Fackler | -1/+1 |
| 2013-09-06 | Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co... | Eric Reed | -26/+125 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -1/+1 |
| 2013-09-05 | std::rt: Add get_host_addresses function | Brian Anderson | -2/+43 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+21 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -6/+7 |
| 2013-06-23 | Split out starting a listener from accepting incoming connections. | Eric Reed | -51/+63 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+5 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -4/+4 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+5 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -3/+3 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -1/+1 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -20/+40 |
| 2013-08-21 | auto merge of #8600 : sfackler/rust/http, r=brson | bors | -29/+0 |
| 2013-08-19 | Do not execute the callback before cleaning up resources. | Eric Reed | -6/+2 |
| 2013-08-19 | Derive Clone for IpAddr and SocketAddr | Eric Reed | -2/+2 |
| 2013-08-18 | Delete std::rt::io::net::http | Steven Fackler | -29/+0 |
| 2013-08-09 | Fix Ipv6Addr to_str for ::1:x.x.x.x addresses | Stepan Koltsov | -1/+8 |
| 2013-08-06 | Implement FromStr for IpAddr and SocketAddr | Stepan Koltsov | -0/+365 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -37/+53 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -4/+4 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -37/+53 |