| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | std: Add a nonblocking `Child::try_wait` method | Alex Crichton | -0/+16 |
| 2017-01-04 | std: Don't pass overlapped handles to processes | Alex Crichton | -29/+63 |
| 2017-01-02 | Reword 'stupid' and 'crazy' in docs. | Clar Charr | -1/+1 |
| 2016-12-29 | Rollup merge of #38622 - alexcrichton:read-lengths, r=sfackler | Alex Crichton | -7/+2 |
| 2016-12-26 | Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton | bors | -4/+33 |
| 2016-12-26 | std: Clamp max read/write sizes on Unix | Alex Crichton | -7/+2 |
| 2016-12-20 | Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton | Alex Crichton | -1/+2 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -1/+2 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -3/+2 |
| 2016-12-18 | Fix Windows | Seo Sanghyeon | -3/+2 |
| 2016-12-15 | Stabilize std::os::*::fs::FileExt | Aaron Turon | -5/+5 |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -2/+26 |
| 2016-12-10 | Ctrl-Z returns from Stdin.read() when reading from the console on | Elahn Ientile | -4/+33 |
| 2016-11-30 | just add one method named creation_flags, fix the tidy error | Ted Mielczarek | -17/+4 |
| 2016-11-30 | Add std::os::windows::process::CommandExt, with set_creation_flags and add_cr... | Ted Mielczarek | -2/+39 |
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -1/+1 |
| 2016-11-28 | Move stdout/err flush into sys | Jeremy Soller | -1/+12 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+27 |
| 2016-11-20 | support creation of anonymous pipe on WinXP/2K3 | jsen- | -8/+26 |
| 2016-11-01 | std: Move platform-specific out of sys_common::util | Brian Anderson | -0/+14 |
| 2016-11-01 | std: Move platform-specific code out of libstd/lib.rs | Brian Anderson | -3/+3 |
| 2016-11-01 | std: Move a plattform-specific constant to sys::stdio | Brian Anderson | -0/+5 |
| 2016-10-16 | impl Debug for ReadDir | David Henningsson | -0/+8 |
| 2016-10-09 | Implement reading and writing atomically at certain offsets | Tobias Bucher | -1/+90 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2016-10-02 | Move platform-specific arg handling to sys::args | Brian Anderson | -56/+77 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -5/+5 |
| 2016-10-01 | std: Move platform specific stdio code into sys | Brian Anderson | -0/+2 |
| 2016-10-01 | std: Move platform specific memchr code into sys | Brian Anderson | -0/+16 |
| 2016-10-01 | std: Move platform specific env code into sys | Brian Anderson | -0/+20 |
| 2016-10-01 | std: Move platform specific path code into sys | Brian Anderson | -0/+109 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -0/+3 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -25/+0 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -1/+2 |
| 2016-08-06 | Rollup merge of #34916 - tbu-:pr_comment_on_seek_cast, r=GuillaumeGomez | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-05 | Comment on the casts in the `seek` implementations on files | Tobias Bucher | -0/+2 |
| 2016-07-31 | Use monotonic time with condition variables. | Tomasz Miąsko | -0/+3 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -10/+17 |
| 2016-07-26 | DoubleEndedIterator for Args | Sebastian Thiel | -10/+17 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -4/+5 |
| 2016-07-12 | Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson | bors | -43/+49 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -43/+49 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -1/+1 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -4/+5 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -1/+1 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -8/+35 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+2 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -3/+3 |