about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
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
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-0/+4
2015-06-28Add `.write(true)` to append and truncate examplesRemi Rampin-2/+2
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-57/+31
2015-05-28Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichtonManish Goregaokar-0/+2
2015-05-26Add note about filesystems to fs::renameSteve Klabnik-0/+2
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-1/+1
2015-05-18[doc] Add a reference from PathExt to fs::metadataMatt Brubeck-2/+3
2015-05-16fs::walk_dir example without unstable featuresJohannes Hoff-6/+5
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-04-30Remove unnecessary 'mut' qualifier on doc-comment varCorey Farwell-1/+1
2015-04-28std: Implement fs::DirBuilderAlex Crichton-5/+57
2015-04-27std: Expand the area of std::fsAlex Crichton-14/+218
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-7/+14