about summary refs log tree commit diff
path: root/src/libstd/io/fs.rs
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-11/+11
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-1/+0
2014-02-03std: Fixing all documentationAlex Crichton-96/+68
2014-02-03std: Fix tests with io_error usageAlex Crichton-138/+128
2014-02-03std: Remove io::io_errorAlex Crichton-188/+171
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-3/+3
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-7/+7
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-4/+4
2014-01-09Remove eof() from io::ReaderAlex Crichton-2/+8
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