| Age | Commit message (Expand) | Author | Lines |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -23/+27 |
| 2013-10-10 | auto merge of #9749 : alexcrichton/rust/less-io, r=brson | bors | -59/+1222 |
| 2013-10-10 | Make the file::DirectoryInfo trait public | Alex Crichton | -1/+1 |
| 2013-10-10 | Remove some users of io::file_reader | Alex Crichton | -4/+24 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -2/+5 |
| 2013-10-10 | Implement BufferedReader.{read_until, read_line} | Alex Crichton | -7/+65 |
| 2013-10-10 | Implement rt::io::stdio | Alex Crichton | -25/+83 |
| 2013-10-09 | auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton | bors | -1/+1 |
| 2013-10-09 | Implement io::native::process | Alex Crichton | -0/+752 |
| 2013-10-09 | Implement io::native::stdio | Alex Crichton | -0/+67 |
| 2013-10-09 | Implement io::native::file | Alex Crichton | -25/+230 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -7/+7 |
| 2013-10-08 | Make std::rt::io::extensions public | Steven Fackler | -1/+1 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -3/+5 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -13/+9 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -30/+48 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -142/+2 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -142/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -118/+104 |
| 2013-09-26 | Visibility fixes | Steven Fackler | -11/+11 |
| 2013-09-25 | Some struct visibility fixes | Steven Fackler | -2/+2 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -16/+16 |
| 2013-09-24 | auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism | bors | -1/+1 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -1/+1 |
| 2013-09-21 | std: add file::io::test module and ensure correct build | Jeff Olson | -243/+251 |
| 2013-09-21 | std: cleanup file::io rustdoc_ng output | Jeff Olson | -67/+49 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -2/+1 |
| 2013-09-19 | Ignore io::process tests | Alex Crichton | -0/+6 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -2/+1 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -0/+363 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -8/+4 |
| 2013-09-17 | std: whitespace clean up io::file docs | Jeff Olson | -52/+52 |
| 2013-09-16 | std: docstring fixes in io::file | Jeff Olson | -239/+259 |
| 2013-09-16 | std: minor cleanup in some io_error descs in io::file | Jeff Olson | -2/+2 |
| 2013-09-16 | std: lots of docs for std::rt::io::file | Jeff Olson | -52/+298 |
| 2013-09-16 | std: generlize & move io::file::suppressed_stat to io::ignore_io_error | Jeff Olson | -19/+19 |
| 2013-09-16 | std: unignore some file io tests that work on windows, now | Jeff Olson | -4/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -8/+77 |
| 2013-09-16 | std: expose more stat info | Jeff Olson | -6/+2 |
| 2013-09-16 | std: clean up Dir/FileInfo inheritence and flesh out Dir Info | Jeff Olson | -59/+129 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -89/+195 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -6/+180 |
| 2013-09-16 | auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichton | bors | -1/+1 |
| 2013-09-17 | rt::io: Use vec::reserve_additional | blake2-ppc | -1/+1 |
| 2013-09-16 | std::rt::io::net::tcp: Fix one tcp test on Win32 | klutzy | -2/+7 |
| 2013-09-16 | std::rt::io::support: Fix ignored test on Win32 | klutzy | -2/+1 |
| 2013-09-15 | std::rt::io::file: Enable I/O tests on Win32 | klutzy | -5/+3 |
| 2013-09-14 | auto merge of #9191 : huonw/rust/are-you-tired, r=cmr | bors | -0/+14 |
| 2013-09-15 | std::rt: Add a standalone sleep function. | Huon Wilson | -0/+14 |
| 2013-09-14 | auto merge of #9156 : sfackler/rust/buffered-fix, r=huonw | bors | -13/+19 |