summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext/fs.rs
AgeCommit message (Expand)AuthorLines
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-4/+4
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-9/+11
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-49/+49
2018-02-11Add an unstable FileTypeExt extension trait for WindowsPeter Atashian-0/+18
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+1
2017-10-17Remove duplicated wordGuillaume Gomez-2/+2
2017-08-12Fix some typosBastien Orivel-1/+1
2017-07-13windows::fs::symlink_dir: fix example to actually use symlink_dirRalf Jung-1/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+6
2017-05-19Fix doc test failure for OpenOptionsExtDavid LeGare-1/+1
2017-05-18Normalize docs in windows::ffi and windows::fsDavid LeGare-51/+58
2017-05-09Fix tidy errorsDavid LeGare-3/+6
2017-05-07Fix documentation tests in windows::fsDavid LeGare-3/+1
2017-05-06Update documentation in windows::fsDavid LeGare-10/+127
2017-05-05Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docsDavid LeGare-1/+1
2017-05-05Update documentation in windows::ffiDavid LeGare-21/+91
2017-04-06Fix Markdown issues in the docsOliver Middleton-1/+1
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-2/+2
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-4/+4
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-1/+50
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-12/+7
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-3/+3
2016-01-15Addressed commentsPaul Dicker-27/+26
2016-01-14Fix doctestsPaul Dicker-1/+2
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-0/+26
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-23/+83
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-08-15test: Fix tests for requiring issuesAlex Crichton-1/+2
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-2/+9
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-2/+9
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-8/+8
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-2/+2
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-2/+2
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+150