summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2013-09-18Register new snapshotsAlex Crichton-82/+6
2013-09-17auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestingerbors-221/+1337
2013-09-17std: whitespace clean up io::file docsJeff Olson-52/+52
2013-09-17remove unnecessary transmutesDaniel Micay-20/+7
2013-09-17std: remove RtioStreamJeff Olson-5/+0
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-19/+19
2013-09-16std: docstring fixes in io::fileJeff Olson-239/+259
2013-09-16std: minor cleanup in some io_error descs in io::fileJeff Olson-2/+2
2013-09-16std: lots of docs for std::rt::io::fileJeff Olson-52/+298
2013-09-16std: FsRequest.req_boilerplate() be &mut selfJeff Olson-17/+58
2013-09-16std: remove impl'd/commented-out fstat signaturesJeff Olson-4/+0
2013-09-16std: generlize & move io::file::suppressed_stat to io::ignore_io_errorJeff Olson-19/+19
2013-09-16std: correctly pass STDOUT in to naive_print test fnJeff Olson-1/+1
2013-09-16std: unignore some file io tests that work on windows, nowJeff Olson-6/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-16/+173
2013-09-16std: expose more stat infoJeff Olson-7/+7
2013-09-16std: clean up Dir/FileInfo inheritence and flesh out Dir InfoJeff Olson-59/+129
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-131/+269
2013-09-16merge cleanupJeff Olson-1/+2
2013-09-16std/rt: in-progress file io workJeff Olson-203/+661
2013-09-16auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichtonbors-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-19/+19
2013-09-17rt::io: Use vec::reserve_additionalblake2-ppc-1/+1
2013-09-16auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichtonbors-16/+38
2013-09-16Add an SendStr typeMarvin Löbel-10/+5
2013-09-16std::rt::uv::file: Enable tests on Win32klutzy-2/+0
2013-09-16std::rt::uv::uvio: Enable tests on Win32klutzy-2/+0
2013-09-16std::rt::io::net::tcp: Fix one tcp test on Win32klutzy-2/+7
2013-09-16std::rt::uv::uvll: Fix uv_req_type on Win32klutzy-3/+27
2013-09-16std::rt::io::support: Fix ignored test on Win32klutzy-2/+1
2013-09-15std::rt::io::file: Enable I/O tests on Win32klutzy-5/+3
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-3/+4
2013-09-14auto merge of #9191 : huonw/rust/are-you-tired, r=cmrbors-0/+14
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-11/+13
2013-09-15std::rt: Add a standalone sleep function.Huon Wilson-0/+14
2013-09-14auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiynbors-0/+9
2013-09-14auto merge of #9156 : sfackler/rust/buffered-fix, r=huonwbors-13/+19
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-1/+1
2013-09-14std::logging: Use a more specific enum than Eitherblake2-ppc-11/+13
2013-09-13std::rt::io: Fix file I/O on Win32klutzy-0/+9
2013-09-12auto merge of #9087 : fhahn/rust/rust_crate_map, r=brsonbors-54/+213
2013-09-12Stop using newtypes in rt::io::bufferedSteven Fackler-13/+19
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-1/+1
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-54/+213
2013-09-11auto merge of #9114 : sfackler/rust/flush-fix, r=brsonbors-1/+1
2013-09-11auto merge of #9038 : singingboyo/rust/with-mem-writer, r=anasazibors-0/+14
2013-09-11auto merge of #8999 : anasazi/rust/multi-threaded-io-tests, r=brsonbors-51/+190
2013-09-10Don't fail in TcpStream.flushSteven Fackler-1/+1
2013-09-10Buffered I/O wrappersSteven Fackler-0/+358
2013-09-06Add with_mem_writer to std::rt::io::mem.Brandon Sanderson-0/+14