| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | Register new snapshots | Alex Crichton | -2527/+0 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -0/+6 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -0/+6 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -4/+3 |
| 2013-10-28 | auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwalton | bors | -1/+36 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -8/+11 |
| 2013-10-27 | Ignore a test which never completes on windows | Alex Crichton | -0/+1 |
| 2013-10-26 | auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brson | bors | -35/+41 |
| 2013-10-25 | Enhance timers to create ports | Alex Crichton | -1/+36 |
| 2013-10-25 | Fire fewer homing missiles | Alex Crichton | -35/+41 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -1/+1 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove the 'callback_ms' function from EventLoop | Alex Crichton | -9/+0 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -26/+32 |
| 2013-10-24 | Bring io::signal up to date with changes to rt::rtio | Alex Crichton | -2/+2 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+45 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -1/+1 |
| 2013-10-24 | Move stdin to using libuv's pipes instead of a tty | Alex Crichton | -52/+27 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -44/+42 |
| 2013-10-24 | Migrate the last typedefs to ~Trait in rtio | Alex Crichton | -6/+6 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -4/+0 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -74/+83 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -26/+21 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -35/+38 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -0/+74 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -5/+10 |
| 2013-10-24 | Finish implementing io::net::addrinfo | Alex Crichton | -8/+13 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -29/+176 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -23/+23 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -0/+3 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -13/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -23/+36 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -6/+7 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -6/+8 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -3/+3 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -65/+266 |
| 2013-09-17 | auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger | bors | -17/+130 |
| 2013-09-17 | remove unnecessary transmutes | Daniel Micay | -14/+4 |
| 2013-09-16 | std: remove impl'd/commented-out fstat signatures | Jeff Olson | -3/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -0/+38 |
| 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 | -38/+66 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -13/+59 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -7/+7 |
| 2013-09-16 | std::rt::uv::uvio: Enable tests on Win32 | klutzy | -2/+0 |
| 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 | -15/+15 |