about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+16
2017-01-04std: Don't pass overlapped handles to processesAlex Crichton-29/+63
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr-1/+1
2016-12-29Rollup merge of #38622 - alexcrichton:read-lengths, r=sfacklerAlex Crichton-7/+2
2016-12-26Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichtonbors-4/+33
2016-12-26std: Clamp max read/write sizes on UnixAlex Crichton-7/+2
2016-12-20Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichtonAlex Crichton-1/+2
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-1/+2
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-3/+2
2016-12-18Fix WindowsSeo Sanghyeon-3/+2
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-5/+5
2016-12-12Merge branch 'master' into redoxJeremy Soller-2/+26
2016-12-10Ctrl-Z returns from Stdin.read() when reading from the console onElahn Ientile-4/+33
2016-11-30just add one method named creation_flags, fix the tidy errorTed Mielczarek-17/+4
2016-11-30Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr...Ted Mielczarek-2/+39
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Move stdout/err flush into sysJeremy Soller-1/+12
2016-11-22Add a method for setting permissions directly on an open file.Steven Allen-0/+27
2016-11-20support creation of anonymous pipe on WinXP/2K3jsen--8/+26
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-0/+14
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-3/+3
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-0/+5
2016-10-16impl Debug for ReadDirDavid Henningsson-0/+8
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-1/+90
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-5/+5
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-56/+77
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-5/+5
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-0/+2
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+16
2016-10-01std: Move platform specific env code into sysBrian Anderson-0/+20
2016-10-01std: Move platform specific path code into sysBrian Anderson-0/+109
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-1/+1
2016-08-30Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichtonbors-0/+3
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-25/+0
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+2
2016-08-06Rollup merge of #34916 - tbu-:pr_comment_on_seek_cast, r=GuillaumeGomezEduard-Mihai Burtescu-0/+2
2016-08-05Comment on the casts in the `seek` implementations on filesTobias Bucher-0/+2
2016-07-31Use monotonic time with condition variables.Tomasz Miąsko-0/+3
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-10/+17
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-10/+17
2016-07-15Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturonGuillaume Gomez-4/+5
2016-07-12Auto merge of #34705 - alexcrichton:clean-deprecated, r=brsonbors-43/+49
2016-07-12std: Clean out deprecated APIsAlex Crichton-43/+49
2016-07-12Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichtonbors-1/+1
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-4/+5
2016-07-10Derive Debug on FileType.Martin Pool-1/+1
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-1/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-8/+35
2016-06-14Add ERROR_FILE_EXISTS to ErrorKind conversion on WindowsGleb Kozyrev-0/+2
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-3/+3