about summary refs log tree commit diff
path: root/src/libstd/rt/io
AgeCommit message (Expand)AuthorLines
2013-10-15path2: Replace the path module outrightKevin Ballard-23/+27
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-59/+1222
2013-10-10Make the file::DirectoryInfo trait publicAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-4/+24
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-2/+5
2013-10-10Implement BufferedReader.{read_until, read_line}Alex Crichton-7/+65
2013-10-10Implement rt::io::stdioAlex Crichton-25/+83
2013-10-09auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichtonbors-1/+1
2013-10-09Implement io::native::processAlex Crichton-0/+752
2013-10-09Implement io::native::stdioAlex Crichton-0/+67
2013-10-09Implement io::native::fileAlex Crichton-25/+230
2013-10-09option: rewrite the API to use compositionDaniel Micay-7/+7
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-3/+5
2013-10-03Close out #9155Steven Fackler-13/+9
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-30/+48
2013-10-01auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brsonbors-142/+2
2013-10-01Move the rt::io::process tests to run-passAlex Crichton-142/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-118/+104
2013-09-26Visibility fixesSteven Fackler-11/+11
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-16/+16
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-1/+1
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1
2013-09-21std: add file::io::test module and ensure correct buildJeff Olson-243/+251
2013-09-21std: cleanup file::io rustdoc_ng outputJeff Olson-67/+49
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-2/+1
2013-09-19Ignore io::process testsAlex Crichton-0/+6
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+1
2013-09-18Implement process bindings to libuvAlex Crichton-0/+363
2013-09-18Register new snapshotsAlex Crichton-8/+4
2013-09-17std: whitespace clean up io::file docsJeff Olson-52/+52
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: generlize & move io::file::suppressed_stat to io::ignore_io_errorJeff Olson-19/+19
2013-09-16std: unignore some file io tests that work on windows, nowJeff Olson-4/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-8/+77
2013-09-16std: expose more stat infoJeff Olson-6/+2
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-89/+195
2013-09-16std/rt: in-progress file io workJeff Olson-6/+180
2013-09-16auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichtonbors-1/+1
2013-09-17rt::io: Use vec::reserve_additionalblake2-ppc-1/+1
2013-09-16std::rt::io::net::tcp: Fix one tcp test on Win32klutzy-2/+7
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-14auto merge of #9191 : huonw/rust/are-you-tired, r=cmrbors-0/+14
2013-09-15std::rt: Add a standalone sleep function.Huon Wilson-0/+14
2013-09-14auto merge of #9156 : sfackler/rust/buffered-fix, r=huonwbors-13/+19