about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
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
2015-11-10[docs] Update references to renamed fs::stat functionMatt Brubeck-1/+2
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-1/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-11-05remove excess string allocationSteve Klabnik-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-3/+18
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+6
2015-10-13Make the Metadata struct CloneBen S-0/+1
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+9
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-5/+18
2015-08-15std: Add issues to all unstable featuresAlex Crichton-7/+13
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-55/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-11Rollup merge of #27651 - tshepang:patch-8, r=GankroManish Goregaokar-1/+1
2015-08-11doc: remove an unneeded distinctionTshepang Lekhonkhobe-1/+1
2015-08-10doc: success is implied reallyTshepang Lekhonkhobe-2/+2
2015-08-06Rollup merge of #27550 - tshepang:missing-info, r=brsonManish Goregaokar-0/+2
2015-08-06doc: add info about the u64 wrapped in ResultTshepang Lekhonkhobe-0/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+3
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+6
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+4
2015-07-11Change std::fs::File.set_len example and documentationjethrogb-2/+6
2015-07-10Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichtonbors-15/+27
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-15/+27