summary refs log tree commit diff
path: root/src/libstd/io/fs.rs
AgeCommit message (Expand)AuthorLines
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-6/+19
2013-12-24std: Get stdtest all passing againAlex Crichton-56/+31
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-37/+29
2013-12-15std: fix spelling in docs.Huon Wilson-7/+7
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-21/+19
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-24/+24
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-7/+7
2013-12-04std::str: remove from_utf8.Huon Wilson-21/+18
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-24/+24
2013-11-28Register new snapshotsAlex Crichton-18/+18
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-43/+25
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+2
2013-11-19Implement more native file I/OAlex Crichton-157/+160
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+1289