| Age | Commit message (Expand) | Author | Lines |
| 2017-08-03 | Implement AsRawHandle for Std* on Windows | Ian Douglas Scott | -0/+22 |
| 2017-07-13 | windows::fs::symlink_dir: fix example to actually use symlink_dir | Ralf Jung | -1/+1 |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -1/+82 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -18/+0 |
| 2017-06-24 | Auto merge of #42687 - alexcrichton:windows-tls, r=sfackler | bors | -0/+19 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -0/+19 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -2/+6 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -0/+31 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -0/+31 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -28/+0 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -7/+19 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -0/+12 |
| 2017-06-04 | Always quote program name in Command::spawn on Windows | Oliver Middleton | -8/+10 |
| 2017-05-19 | Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcv | Mark Simulacrum | -57/+286 |
| 2017-05-19 | Fix doc test failure for OpenOptionsExt | David LeGare | -1/+1 |
| 2017-05-18 | Normalize docs in windows::ffi and windows::fs | David LeGare | -57/+64 |
| 2017-05-11 | Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichton | bors | -3/+38 |
| 2017-05-11 | Add test | Jethro Beekman | -0/+14 |
| 2017-05-09 | Fix tidy errors | David LeGare | -3/+6 |
| 2017-05-07 | Fix documentation tests in windows::fs | David LeGare | -3/+1 |
| 2017-05-06 | Update documentation in windows::fs | David LeGare | -10/+127 |
| 2017-05-06 | Fix definitions of ULONG_PTR | Joshua Sheard | -3/+4 |
| 2017-05-05 | Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docs | David LeGare | -56/+48 |
| 2017-05-05 | Update documentation in windows::ffi | David LeGare | -21/+91 |
| 2017-05-05 | Update documention in windows::ffi | David LeGare | -9/+43 |
| 2017-05-05 | std: Avoid locks during TLS destruction on Windows | Alex Crichton | -100/+66 |
| 2017-05-03 | Windows io::Error: also format NTSTATUS error codes | Jethro Beekman | -3/+24 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -1/+2 |
| 2017-03-23 | std: Don't cache stdio handles on Windows | Alex Crichton | -55/+46 |
| 2017-03-15 | Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton | bors | -0/+6 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -0/+6 |
| 2017-03-10 | OsString::shrink_to_fit. | Clar Charr | -0/+4 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -166/+163 |
| 2017-02-15 | Fix parameter to GetUserProfileDirectoryW | Peter Atashian | -1/+1 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -166/+163 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+14 |
| 2017-02-08 | Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton | Corey Farwell | -3/+3 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -3/+3 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -7/+0 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -2/+43 |
| 2017-02-05 | Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ... | Corey Farwell | -3/+20 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -2/+43 |
| 2017-01-28 | Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov | bors | -0/+153 |
| 2017-01-28 | Use libc::c_char instead of i8 due to platforms with unsigned char | Segev Finer | -1/+2 |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -62/+97 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -3/+3 |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -0/+117 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -2/+2 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+16 |
| 2017-01-09 | Support unprivileged symlink creation in Windows | Chris Morgan | -3/+20 |