about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs2.rs
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-1/+6
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-1/+6
2015-04-21Implement Debug for FileChris Wong-0/+10
2015-04-08std: Fix fs::read_link behavior on WindowsAlex Crichton-14/+33
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-4/+11
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-12/+27
2015-02-13Add std::processAaron Turon-18/+2
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+428