about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs2.rs
AgeCommit message (Expand)AuthorLines
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-579/+0
2015-04-29rollup merge of #24873: alexcrichton/fix-windows-stdioAlex Crichton-1/+7
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-1/+7
2015-04-28std: Implement fs::DirBuilderAlex Crichton-6/+12
2015-04-27std: Expand the area of std::fsAlex Crichton-54/+154
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+1
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