about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2017-08-03Implement AsRawHandle for Std* on WindowsIan Douglas Scott-0/+22
2017-07-13windows::fs::symlink_dir: fix example to actually use symlink_dirRalf Jung-1/+1
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-1/+82
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-18/+0
2017-06-24Auto merge of #42687 - alexcrichton:windows-tls, r=sfacklerbors-0/+19
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-0/+19
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+6
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-0/+31
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-0/+31
2017-06-20Add `Read::initializer`.Steven Fackler-28/+0
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-7/+19
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-06-04Always quote program name in Command::spawn on WindowsOliver Middleton-8/+10
2017-05-19Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcvMark Simulacrum-57/+286
2017-05-19Fix doc test failure for OpenOptionsExtDavid LeGare-1/+1
2017-05-18Normalize docs in windows::ffi and windows::fsDavid LeGare-57/+64
2017-05-11Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichtonbors-3/+38
2017-05-11Add testJethro Beekman-0/+14
2017-05-09Fix tidy errorsDavid LeGare-3/+6
2017-05-07Fix documentation tests in windows::fsDavid LeGare-3/+1
2017-05-06Update documentation in windows::fsDavid LeGare-10/+127
2017-05-06Fix definitions of ULONG_PTRJoshua Sheard-3/+4
2017-05-05Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docsDavid LeGare-56/+48
2017-05-05Update documentation in windows::ffiDavid LeGare-21/+91
2017-05-05Update documention in windows::ffiDavid LeGare-9/+43
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-100/+66
2017-05-03Windows io::Error: also format NTSTATUS error codesJethro Beekman-3/+24
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