about summary refs log tree commit diff
path: root/src/libstd/rt/io/file.rs
AgeCommit message (Expand)AuthorLines
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