about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-04-23std: Add missing stability for symlink functionsAlex Crichton-0/+2
2015-04-22std: Audit std::thread implementationsAlex Crichton-77/+77
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-16/+13
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-16/+13
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-1/+56
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-1/+56
2015-04-21Implement Debug for FileChris Wong-0/+10
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-1/+1
2015-04-15Auto merge of #24426 - alexcrichton:windows-pipes, r=aturonbors-82/+46
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-2/+10
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14std: Remove final usage of fds from WindowsAlex Crichton-82/+46
2015-04-14std: Set overlap/noinherit flags on windows socketsAlex Crichton-2/+10
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-10/+10
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-2683/+7
2015-04-14Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturonbors-6/+18
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-11/+11
2015-04-13Auto merge of #24198 - alexcrichton:windows-readlink, r=aturonbors-14/+63
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-14/+33
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-8/+10
2015-04-09std: Make FromRawFd::from_raw_fd an unsafe methodAlex Crichton-6/+18
2015-04-10Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturonManish Goregaokar-1/+1
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-1/+1
2015-04-08std: Fix fs::read_link behavior on WindowsAlex Crichton-14/+63
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-1/+48
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-3/+3
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-04-01Test fixes and rebase conflictsAlex Crichton-6/+12
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-5/+4
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+5
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-8/+0
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-11/+18
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-11/+18
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-30/+117
2015-03-31std: Add a process::exit functionAlex Crichton-0/+5
2015-03-31Stabilize std::numAaron Turon-0/+5
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23197: aatxe/masterAlex Crichton-2/+1
2015-03-27Updated std::dynamic_lib to use std::path.Aaron Weiss-2/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-44/+44
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-30/+117
2015-03-26Revise use of conversion traitsAaron Turon-4/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-44/+44
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-3/+7
2015-03-25Bug fixesNick Cameron-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-8/+3
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-4/+6