about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
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
2016-03-12std: Clean out deprecated APIsAlex Crichton-101/+1
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-2/+4
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-13Fixes #28528Paul Dicker-0/+20
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-0/+34
2016-02-07Ignore if we can't create a symlink in this testPaul Dicker-1/+1
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-0/+34
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-0/+67
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-57/+105
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-0/+34
2016-02-04Add File::try_cloneSteven Fackler-0/+34
2016-02-03Reformat commentsPaul Dicker-12/+13
2016-02-03Adress commentsPaul Dicker-1/+33
2016-02-02Enable more fs tests on WindowsPaul Dicker-57/+72
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-24Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnikbors-5/+5
2016-01-24doc: miscellaneous OpenOptions:append improvementsTshepang Lekhonkhobe-5/+5
2016-01-23Rollup merge of #31090 - tshepang:improve-sentence, r=brsonSteve Klabnik-2/+2
2016-01-21doc: this sentence did not read wellTshepang Lekhonkhobe-2/+2
2016-01-21doc: improve grammarTshepang Lekhonkhobe-1/+1
2016-01-20Remove raw pointer from OpenOptions structPaul Dicker-0/+6
2016-01-15Addressed commentsPaul Dicker-16/+25
2016-01-14Fix doctestsPaul Dicker-0/+1
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-36/+3
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-47/+179
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-30/+30
2016-01-02Links and punctionaction fixes.Nathan-43/+57
2016-01-02Added platform notes to std::fs public functions.Nathan-35/+165
2016-01-01Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnikbors-3/+3
2016-01-01Added comment in which direction operation happensDaniel Collin-3/+3
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-3/+2
2015-12-13remove deprecated APIs missed in #30182Tamir Duberstein-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-79/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-5/+13
2015-12-03doc: add example for std::fs::DirBuilderTshepang Lekhonkhobe-0/+14
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-11-11Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnikbors-1/+2