| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |