| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -5/+5 |
| 2013-08-01 | modified local to include an implementation for try_unsafe_borrow::<Task> so ... | toddaaro | -2/+2 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -4/+4 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -38/+38 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -4/+4 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -5/+5 |
| 2013-07-26 | libstd: Tests for {peer, socket}_name. | Luqman Aden | -0/+86 |
| 2013-07-25 | libstd: Add ToStr impl for IpAddr. | Luqman Aden | -0/+42 |
| 2013-07-25 | libstd: Get rid of duplication in {peer, socket}_name and remove extra *. | Luqman Aden | -3/+3 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -3/+48 |
| 2013-07-19 | Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t... | Eric Reed | -8/+9 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -9/+271 |
| 2013-06-26 | converted TCP interface to newtype structs | Eric Reed | -24/+9 |
| 2013-06-26 | removed unecessary method | Eric Reed | -3/+1 |
| 2013-06-25 | Converted UdpSocket into a newtype struct and (dis)connecting uses move seman... | Eric Reed | -27/+12 |
| 2013-06-25 | IPv6 struct | Eric Reed | -2/+4 |
| 2013-06-25 | satisfy the formatting check | Eric Reed | -2/+2 |
| 2013-06-25 | UDP networking with tests | Eric Reed | -4/+99 |
| 2013-06-19 | derived instances of Eq and TotalEq for IpAddr rather than implement them man... | Eric Reed | -21/+1 |
| 2013-06-19 | socket based UDP io | Eric Reed | -24/+77 |
| 2013-06-19 | Wrote the Eq instance of IpAddr in a slightly different way. | Eric Reed | -3/+3 |
| 2013-06-17 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -2/+2 |
| 2013-06-17 | stated to implement UdpStream | Eric Reed | -4/+13 |
| 2013-06-17 | added Eq and TotalEq instances for IpAddr | Eric Reed | -0/+21 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -2/+2 |