| Age | Commit message (Expand) | Author | Lines |
| 2013-09-18 | Register new snapshots | Alex Crichton | -82/+6 |
| 2013-09-17 | auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger | bors | -221/+1337 |
| 2013-09-17 | std: whitespace clean up io::file docs | Jeff Olson | -52/+52 |
| 2013-09-17 | remove unnecessary transmutes | Daniel Micay | -20/+7 |
| 2013-09-17 | std: remove RtioStream | Jeff Olson | -5/+0 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -19/+19 |
| 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: FsRequest.req_boilerplate() be &mut self | Jeff Olson | -17/+58 |
| 2013-09-16 | std: remove impl'd/commented-out fstat signatures | Jeff Olson | -4/+0 |
| 2013-09-16 | std: generlize & move io::file::suppressed_stat to io::ignore_io_error | Jeff Olson | -19/+19 |
| 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 | -6/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -16/+173 |
| 2013-09-16 | std: expose more stat info | Jeff Olson | -7/+7 |
| 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 | -131/+269 |
| 2013-09-16 | merge cleanup | Jeff Olson | -1/+2 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -203/+661 |
| 2013-09-16 | auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichton | bors | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -19/+19 |
| 2013-09-17 | rt::io: Use vec::reserve_additional | blake2-ppc | -1/+1 |
| 2013-09-16 | auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichton | bors | -16/+38 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -10/+5 |
| 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::io::net::tcp: Fix one tcp test on Win32 | klutzy | -2/+7 |
| 2013-09-16 | std::rt::uv::uvll: Fix uv_req_type on Win32 | klutzy | -3/+27 |
| 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-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -3/+4 |
| 2013-09-14 | auto merge of #9191 : huonw/rust/are-you-tired, r=cmr | bors | -0/+14 |
| 2013-09-14 | auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism | bors | -11/+13 |
| 2013-09-15 | std::rt: Add a standalone sleep function. | Huon Wilson | -0/+14 |
| 2013-09-14 | auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiyn | bors | -0/+9 |
| 2013-09-14 | auto merge of #9156 : sfackler/rust/buffered-fix, r=huonw | bors | -13/+19 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -1/+1 |
| 2013-09-14 | std::logging: Use a more specific enum than Either | blake2-ppc | -11/+13 |
| 2013-09-13 | std::rt::io: Fix file I/O on Win32 | klutzy | -0/+9 |
| 2013-09-12 | auto merge of #9087 : fhahn/rust/rust_crate_map, r=brson | bors | -54/+213 |
| 2013-09-12 | Stop using newtypes in rt::io::buffered | Steven Fackler | -13/+19 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -54/+213 |
| 2013-09-11 | auto merge of #9114 : sfackler/rust/flush-fix, r=brson | bors | -1/+1 |
| 2013-09-11 | auto merge of #9038 : singingboyo/rust/with-mem-writer, r=anasazi | bors | -0/+14 |
| 2013-09-11 | auto merge of #8999 : anasazi/rust/multi-threaded-io-tests, r=brson | bors | -51/+190 |
| 2013-09-10 | Don't fail in TcpStream.flush | Steven Fackler | -1/+1 |
| 2013-09-10 | Buffered I/O wrappers | Steven Fackler | -0/+358 |
| 2013-09-06 | Add with_mem_writer to std::rt::io::mem. | Brandon Sanderson | -0/+14 |