about summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext.rs
AgeCommit message (Expand)AuthorLines
2015-04-23std: Add missing stability for symlink functionsAlex Crichton-0/+2
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/UDPAlex Crichton-0/+11
2015-02-09std: Add a new `fs` moduleAlex Crichton-3/+58
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-10/+10
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-10/+10
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+32
2015-01-24Add ffi::OsString and OsStrAaron Turon-2/+32
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2014-12-05std: Close TcpListener with closesocket()Alex Crichton-2/+2
2014-11-21libs: add std::os::windows moduleAaron Turon-0/+100