about summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext.rs
AgeCommit message (Expand)AuthorLines
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-0/+48
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-9/+9
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-75/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-9/+9
2015-04-09std: Make FromRawFd::from_raw_fd an unsafe methodAlex Crichton-6/+18
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-22/+98
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-146/+174
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-03-12Stabilize std::pathAaron Turon-2/+6
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+7
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+1
2015-02-11std: Add a `net` module for TCP/UDP