about summary refs log tree commit diff
path: root/src/libstd/io/fs.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-25/+25
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-06More test fixesAlex Crichton-28/+28
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-34/+34
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-34/+34
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05std: remove remaining boxed closuresJorge Aparicio-3/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03std: fix falloutJorge Aparicio-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02More falloutNick Cameron-7/+7
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+1
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+1
2014-12-29rollup merge of #20231: fhahn/issue-20226-eexistAlex Crichton-0/+13
2014-12-30Fallout from mut slicesNick Cameron-2/+2
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+13
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-4/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-4/+4
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-5/+5
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-5/+5
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-12-05auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichtonbors-9/+23
2014-12-04libstd: explicitly disallow io::fs::File to open a directory.NODA, Kai-8/+22
2014-12-04libstd: io::fs::File::stat() need not to take &mut self.NODA, Kai-1/+1
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-41/+39
2014-11-26/*! -> //!Steve Klabnik-41/+39
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-15/+15
2014-11-24Clean up FileType enum following enum namespacingBen S-15/+15
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-2/+2
2014-11-17Return proper errors with update_errGleb Kozyrev-1/+1
2014-11-17Remove duplicate code by using util::copy()Gleb Kozyrev-9/+1
2014-11-17Fix fallout from coercion removalNick Cameron-18/+18
2014-11-08Runtime removal: refactor fsAaron Turon-217/+87
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-15/+15
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-5/+5
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-33/+33
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4