summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/fs.rs
AgeCommit message (Expand)AuthorLines
2016-05-26std: Stabilize APIs for the 1.10 releaseAlex Crichton-3/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-79/+0
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-54/+70
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-1/+34
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+19
2016-01-15Addressed commentsPaul Dicker-3/+6
2016-01-14Fix doctestsPaul Dicker-2/+3
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-1/+27
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-0/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-4/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+4
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-4/+6
2015-08-15std: Add issues to all unstable featuresAlex Crichton-22/+25
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-0/+22
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-47/+77
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-1/+1
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-3/+3
2015-05-04std: Fix {atime,mtime,ctime}_nsec accessorsAlex Crichton-3/+3
2015-04-28std: Implement fs::DirBuilderAlex Crichton-0/+16
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+191