about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-55/+55
2017-01-22Auto merge of #39176 - CartesianDaemon:master, r=frewsxcvbors-1/+12
2017-01-21Revert "Add link to symlink_metadata in fs::Metadata doc"Jack Vickeridge-4/+3
2017-01-20Document that `Metadata` can be obtained from `symlink_metadata`Andrea Canciani-3/+5
2017-01-20Add link to symlink_metadata in fs::Metadata docJack Vickeridge-3/+4
2017-01-20Fix formatting and links in previous doc change.Jack Vickeridge-4/+10
2017-01-19Use fs::symlink_metadata in doc for is_symlinkJack Vickeridge-1/+6
2017-01-09Fix a couple of bad Markdown linksChris Morgan-1/+2
2016-12-26Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkovbors-20/+25
2016-12-24Auto merge of #38443 - frewsxcv:file-docs, r=brsonbors-6/+38
2016-12-22Fix fs tests on Windows systems with non-english locales.Peter Atashian-20/+25
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-1/+17
2016-12-18Improve the API examples for `std::fs::File`.Corey Farwell-6/+38
2016-11-22Add a method for setting permissions directly on an open file.Steven Allen-0/+53
2016-10-16impl Debug for ReadDirDavid Henningsson-0/+1
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-1/+125
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-50/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+49
2016-09-22Implement Debug for DirEntry.Corey Farwell-0/+20
2016-08-31Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnikJonathan Turner-2/+5
2016-08-31Improve Path and PathBuf docsGuillaume Gomez-2/+5
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-08-05Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnikGuillaume Gomez-1/+59
2016-08-03Add doc examples for FileType structGuillaume Gomez-1/+59
2016-07-28Add doc examples for std::fs::MetadataGuillaume Gomez-0/+51
2016-07-26Rollup merge of #35010 - GuillaumeGomez:file_doc, r=steveklabnikSteve Klabnik-5/+23
2016-07-26Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnikSteve Klabnik-12/+84
2016-07-24Improve Open docGuillaume Gomez-5/+23
2016-07-24Add DirEntry doc examplesGuillaume Gomez-0/+55
2016-07-24Add missing linksGuillaume Gomez-12/+29
2016-07-23Add DirBuilder doc examplesGuillaume Gomez-1/+18
2016-07-18Remove rustdoc reference to `walk_dir`Mark Buer-2/+2
2016-07-10Derive Debug on FileType.Martin Pool-1/+1
2016-06-15Fix a docs typoGleb Kozyrev-1/+1
2016-06-15Test ErrorKind::AlreadyExists for filesGleb Kozyrev-0/+9
2016-06-02Rollup merge of #34019 - kennytm:fix-33958, r=steveklabnikGuillaume Gomez-2/+3
2016-06-02Restore original meaning of std::fs::read_dir's example changed in #33958.kennytm-2/+3
2016-06-01allow for the future addition of a close method on FileJack O'Connor-2/+1
2016-05-31document that Files close themselves automaticallyJack O'Connor-0/+3
2016-05-30Use Path::is_dir() in fs::read_dir()'s example.kennytm-2/+2
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-3/+3
2016-05-15Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomezbors-2/+2
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-04-28Fix a typo in error messages in std::fs testsSimon Wollwage-2/+2
2016-04-12Auto merge of #31963 - barosl:rename-doc, r=alexcrichtonbors-1/+8
2016-04-12Describe more platform-specific behaviors of `std::fs::rename`Barosl Lee-1/+8
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-5/+2
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-1/+1
2016-03-22try! -> ?Jorge Aparicio-3/+3
2016-03-20Add unix socket support to the standard librarySteven Fackler-34/+3