summaryrefslogtreecommitdiff
path: root/src/libstd/sys/windows/ext/fs.rs
Commit message (Expand)AuthorAgeFilesLines
* std: Expose SystemTime accessors on fs::MetadataAlex Crichton2016-02-041-3/+3
* Addressed commentsPaul Dicker2016-01-151-27/+26
* Fix doctestsPaul Dicker2016-01-141-1/+2
* Move `custom_flags` to `OpenOptionsExt`Paul Dicker2016-01-131-0/+26
* Implement RFC 1252 expanding the OpenOptions structurePaul Dicker2016-01-131-23/+83
* Add missing annotations and some testsVadim Petrochenkov2015-11-181-0/+3
* test: Fix tests for requiring issuesAlex Crichton2015-08-151-1/+2
* Register new snapshotsAlex Crichton2015-08-111-3/+0
* syntax: Implement #![no_core]Alex Crichton2015-08-031-0/+1
* Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors2015-06-121-2/+9
|\
| * std: Stabilize a number of new fs featuresAlex Crichton2015-06-091-2/+9
* | OpenOptionsExt on Windows: i32 -> u32Peter Atashian2015-06-081-8/+8
|/
* Fix stability and deprecation markers on soft_link and symlinkBrian Campbell2015-05-201-2/+2
* std: Rename sys::foo2 modules to sys::fooAlex Crichton2015-05-071-2/+2
* std: Expand the area of std::fsAlex Crichton2015-04-271-0/+150