| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | Register new snapshots | Alex Crichton | -1176/+0 |
| 2013-10-26 | Implement another error code found on windows. | Alex Crichton | -0/+2 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -2/+3 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -32/+18 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+24 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -12/+13 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -0/+5 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -10/+36 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -0/+7 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -0/+19 |
| 2013-10-23 | Made uv_stat_t.{st_dev, st_ino} public, #9958 | Ziad Hatahet | -2/+2 |
| 2013-10-23 | Making ai_next field public | reedlepee | -1/+1 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -29/+19 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -45/+55 |
| 2013-10-05 | std::rt: Add NotConnected to IoErrorKind | klutzy | -0/+2 |
| 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 |