| Age | Commit message (Expand) | Author | Lines |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -0/+91 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -41/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -0/+14 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -2/+2 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -0/+87 |
| 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 | Upgrade libuv to the current master (again) | Alex Crichton | -41/+28 |
| 2013-09-05 | std::rt: Fix addrinfo definition on BSD | Brian Anderson | -1/+15 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+58 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+1 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -122/+40 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+1 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -0/+94 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -40/+28 |
| 2013-08-22 | std: adding #[fixed_stack_segment] as needed in new uvll calls | Jeff Olson | -0/+16 |
| 2013-08-22 | std: remove fcntl const bindings + making valgrind clean w/ no owned vecs | Jeff Olson | -18/+0 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -0/+13 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -15/+19 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -0/+45 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -21/+102 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -1/+1 |
| 2013-08-19 | Instruct event loops to ignore SIGPIPE when constructed. | Eric Reed | -0/+1 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+151 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -1/+1 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -2/+3 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -9/+0 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+3 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -3/+13 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -31/+17 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -2/+2 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -6/+86 |
| 2013-06-25 | removed obsolete FIXMEs. formatting changes. | Eric Reed | -54/+24 |
| 2013-06-25 | satisfy the formatting check | Eric Reed | -1/+2 |
| 2013-06-25 | UDP networking with tests | Eric Reed | -1/+1 |
| 2013-06-17 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -0/+4 |
| 2013-06-17 | added wrappers about uv_ip{4,6}_{port,name} | Eric Reed | -0/+16 |
| 2013-06-14 | added bindings to extract udp handle from udp send requests | Eric Reed | -4/+12 |
| 2013-06-13 | Corrected libuv UDP bindings. | Eric Reed | -2/+2 |
| 2013-06-12 | Added libuv UDP function bindings. | Eric Reed | -0/+47 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+452 |