| Age | Commit message (Expand) | Author | Lines |
| 2013-09-18 | Register new snapshots | Alex Crichton | -41/+0 |
| 2013-09-17 | auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger | bors | -198/+632 |
| 2013-09-17 | remove unnecessary transmutes | Daniel Micay | -14/+4 |
| 2013-09-16 | std: FsRequest.req_boilerplate() be &mut self | Jeff Olson | -17/+58 |
| 2013-09-16 | std: remove impl'd/commented-out fstat signatures | Jeff Olson | -3/+0 |
| 2013-09-16 | std: correctly pass STDOUT in to naive_print test fn | Jeff Olson | -1/+1 |
| 2013-09-16 | std: unignore some file io tests that work on windows, now | Jeff Olson | -2/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -8/+94 |
| 2013-09-16 | std: expose more stat info | Jeff Olson | -1/+5 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -42/+72 |
| 2013-09-16 | merge cleanup | Jeff Olson | -1/+2 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -196/+473 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -7/+7 |
| 2013-09-16 | std::rt::uv::file: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-16 | std::rt::uv::uvio: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-16 | std::rt::uv::uvll: Fix uv_req_type on Win32 | klutzy | -3/+27 |
| 2013-09-13 | std::rt::io: Fix file I/O on Win32 | klutzy | -0/+9 |
| 2013-09-06 | Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co... | Eric Reed | -13/+51 |
| 2013-09-06 | Forgot to make accept() home for IO | Eric Reed | -1/+3 |
| 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 | -123/+80 |
| 2013-09-06 | auto merge of #9000 : brson/rust/dns, r=anasazi | bors | -8/+318 |
| 2013-09-05 | std::rt: Fix addrinfo definition on BSD | Brian Anderson | -1/+15 |
| 2013-09-05 | std::rt: Add get_host_addresses function | Brian Anderson | -1/+33 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+261 |
| 2013-09-05 | std::rt: Some I/O cleanup | Brian Anderson | -7/+10 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -4/+4 |
| 2013-06-23 | Split out starting a listener from accepting incoming connections. | Eric Reed | -51/+65 |
| 2013-08-27 | Add a variant of home_for_io that consumes the handle. Refactor out common pa... | Eric Reed | -48/+53 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+9 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -742/+159 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+9 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -80/+701 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -82/+44 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -14/+14 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -5/+13 |
| 2013-08-27 | libstd: Fix merge fallout. | Patrick Walton | -4/+4 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -32/+32 |
| 2013-08-20 | Added home_for_io_with_sched variant. Temporarily making IO unkillable. | Eric Reed | -124/+165 |
| 2013-08-22 | fix 32bit mac build error | Jeff Olson | -2/+2 |
| 2013-08-22 | make check appeasement | Jeff Olson | -1/+2 |
| 2013-08-22 | std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file:: | Jeff Olson | -10/+32 |
| 2013-08-22 | std: slight refactor on UvFilestream seek behavior, pre-seek-refactor | Jeff Olson | -29/+30 |
| 2013-08-22 | std: all of the calls in rt::uv::file take a &Loop | Jeff Olson | -44/+43 |
| 2013-08-22 | std: moved static file actions (open,unlink) to FsRequest | Jeff Olson | -63/+63 |
| 2013-08-22 | std: reform fn sigs of FileDescriptor methods (better result signalling) | Jeff Olson | -42/+46 |
| 2013-08-22 | std: rename tmp file paths to go into ./tmp folder in builddir | Jeff Olson | -3/+3 |
| 2013-08-22 | change FileDescriptor instance methods to use &mut self | Jeff Olson | -11/+11 |
| 2013-08-22 | std: naive stdio print test in uvio | Jeff Olson | -0/+20 |