about summary refs log tree commit diff
path: root/src/libstd/rt/io/file.rs
AgeCommit message (Expand)AuthorLines
2013-09-30std: Remove usage of fmt!Alex Crichton-14/+16
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-9/+9
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-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/+7
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: clean up Dir/FileInfo inheritence and flesh out Dir InfoJeff Olson-57/+121
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/+156
2013-09-15std::rt::io::file: Enable I/O tests on Win32klutzy-5/+3
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-7/+7
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-7/+7
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+5
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-0/+3
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+5
2013-08-27Implement process bindings to libuvAlex Crichton-3/+0
2013-08-27librustc: Fix merge falloutPatrick Walton-2/+2
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-89/+51
2013-08-22std: slight refactor on UvFilestream seek behavior, pre-seek-refactorJeff Olson-8/+2
2013-08-22std: rename tmp file paths to go into ./tmp folder in builddirJeff Olson-7/+7
2013-08-22std: more seek testsJeff Olson-1/+71
2013-08-22std: lint appeasement for unused param in condition handlerJeff Olson-1/+1
2013-08-22std: rework file io.. support [p]read,[p]write, impl seek/tell + more testsJeff Olson-16/+124
2013-08-22std: add FileStream::unlink + more testsJeff Olson-2/+52
2013-08-22std: rt::io::file::FileStream fleshed out.. needs more work.. see extendedJeff Olson-15/+94
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-1/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+79