| Age | Commit message (Expand) | Author | Lines |
| 2017-10-04 | Auto merge of #44979 - hinaria:master, r=dtolnay | bors | -0/+13 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-09-27 | Made `fs::copy` return the length of the main stream | Stephane Raux | -4/+4 |
| 2017-09-14 | Merge branch 'master' into threadname | Joshua Sheard | -3/+8 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -0/+2 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -0/+2 |
| 2017-09-07 | Properly detect overflow in Instance +/- Duration. | kennytm | -3/+6 |
| 2017-09-06 | Implement named threads on Windows | Joshua Sheard | -7/+17 |
| 2017-08-26 | std: Handle OS errors when joining threads | Alex Crichton | -1/+6 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -8/+8 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -2/+11 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -2/+10 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -2/+2 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -0/+1 |
| 2017-08-09 | Fix errors on Windows | Ariel Ben-Yehuda | -2/+2 |
| 2017-08-03 | Fix AsRawHandle | Ian Douglas Scott | -3/+3 |
| 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 |