summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs2.rs
AgeCommit message (Expand)AuthorLines
2015-04-30std: Fix inheriting standard handles on windowsAlex Crichton-1/+7
2015-04-25Remove an unused import on windowsAlex Crichton-1/+0
2015-04-23Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+2
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