| Age | Commit message (Expand) | Author | Lines |
| 2013-09-10 | Buffered I/O wrappers | Steven Fackler | -0/+358 |
| 2013-09-06 | Fix Acceptor iterator ending early if a connection attempt fails | Eric Reed | -4/+9 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -1/+1 |
| 2013-09-06 | auto merge of #9000 : brson/rust/dns, r=anasazi | bors | -7/+63 |
| 2013-09-05 | auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson | bors | -8/+8 |
| 2013-09-05 | std::rt: Add get_host_addresses function | Brian Anderson | -9/+44 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+21 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -8/+8 |
| 2013-09-05 | Implement Stream automatically for Reader + Writer | Chris Morgan | -0/+2 |
| 2013-09-04 | auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton | bors | -5/+3 |
| 2013-09-04 | auto merge of #8935 : blake2-ppc/rust/reader-bytes, r=brson | bors | -1/+89 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -6/+7 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -5/+3 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -0/+4 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -0/+4 |
| 2013-09-03 | auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphism | bors | -61/+111 |
| 2013-09-03 | rt::io: Rename Bytes to ByteIterator and add note about iteration | blake2-ppc | -8/+14 |
| 2013-09-02 | Implement BufReader | Steven Fackler | -3/+39 |
| 2013-09-02 | rt::io: Add Bytes iterator for Reader | blake2-ppc | -1/+83 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+11 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -84/+7 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+11 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -6/+83 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -1/+1 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -2/+2 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -21/+41 |
| 2013-08-24 | auto merge of #8607 : sfackler/rust/extensions, r=brson | bors | -123/+122 |
| 2013-08-23 | Rename {Reader,Writer}ByteConversions methods | Steven Fackler | -123/+122 |
| 2013-08-23 | auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brson | bors | -7/+2 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -2/+0 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -2/+0 |
| 2013-08-22 | std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file:: | Jeff Olson | -89/+75 |
| 2013-08-22 | std: slight refactor on UvFilestream seek behavior, pre-seek-refactor | Jeff Olson | -8/+2 |
| 2013-08-22 | std: rename tmp file paths to go into ./tmp folder in builddir | Jeff Olson | -7/+7 |
| 2013-08-22 | std: more seek tests | Jeff Olson | -1/+71 |
| 2013-08-22 | std: lint appeasement for unused param in condition handler | Jeff Olson | -1/+1 |
| 2013-08-22 | std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests | Jeff Olson | -16/+125 |
| 2013-08-22 | std: add FileStream::unlink + more tests | Jeff Olson | -2/+52 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -15/+94 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -26/+27 |
| 2013-08-21 | auto merge of #8600 : sfackler/rust/http, r=brson | bors | -30/+0 |
| 2013-08-20 | Moved .sleep() to Timer. | Eric Reed | -7/+2 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -7/+3 |
| 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 | -30/+0 |
| 2013-08-18 | More spelling corrections. | Huon Wilson | -2/+2 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -1/+1 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -3/+3 |