about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2017-04-06Fix Markdown issues in the docsOliver Middleton-1/+2
2017-03-23std: Don't cache stdio handles on WindowsAlex Crichton-55/+46
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-0/+6
2017-03-10Add From<Box<..>> implementations.Clar Charr-0/+6
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+4
2017-02-27Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkovbors-166/+163
2017-02-15Fix parameter to GetUserProfileDirectoryWPeter Atashian-1/+1
2017-02-15Improve backtrace formating while panicking.Yamakaky-166/+163
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+14
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-3/+3
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-3/+3
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-7/+0
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-2/+43
2017-02-05Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ...Corey Farwell-3/+20
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-2/+43
2017-01-28Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkovbors-0/+153
2017-01-28Use libc::c_char instead of i8 due to platforms with unsigned charSegev Finer-1/+2
2017-01-27Attempt at fixing dead code lintsSegev Finer-62/+97
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-3/+3
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-0/+117
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-2/+2
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+16
2017-01-09Support unprivileged symlink creation in WindowsChris Morgan-3/+20
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