summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-06-01Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichtonbors-1/+1
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-0/+30
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-14/+122
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-1/+1
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+30
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-26/+21
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-2/+2
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-14/+122
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+7
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-23/+31
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-23/+31
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-1/+1
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-1/+1
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-5/+7
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-12/+12
2015-05-06Stabilize from_raw_osSteven Allen-7/+8
2015-04-29Test fixes and rebase conflictsAlex Crichton-1/+0
2015-04-29rollup merge of #24873: alexcrichton/fix-windows-stdioAlex Crichton-177/+138
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-28std: Implement fs::DirBuilderAlex Crichton-6/+12
2015-04-27std: Expand the area of std::fsAlex Crichton-355/+549
2015-04-25std: Fix process spawn for arguments ending in backslashes on WindowsBrad King-18/+21
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