| Age | Commit message (Expand) | Author | Lines |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -15/+31 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -53/+0 |
| 2016-05-09 | Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon | bors | -0/+21 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -53/+0 |
| 2016-05-03 | Fix build on Windows | Seo Sanghyeon | -1/+0 |
| 2016-04-26 | std: Allow creating ExitStatus from raw values | Alex Crichton | -0/+21 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+3 |
| 2016-03-27 | libstd/sys/*/net: very minor clean up of cvt*() utility functions. | NODA, Kai | -10/+11 |
| 2016-03-26 | Fixup #32476 | Manish Goregaokar | -0/+1 |
| 2016-03-25 | Fix unsound behaviour with null characters in thread names (issue #32475) | David Henningsson | -1/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -3/+3 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -117/+117 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -0/+9 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -4/+19 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -119/+169 |
| 2016-03-12 | Further simplify Windows stdout/stderr | Oliver Middleton | -13/+8 |
| 2016-03-10 | Simplify Windows stdout/stderr | Oliver Middleton | -4/+2 |
| 2016-03-10 | Fixup stout/stderr on Windows | Oliver Middleton | -2/+24 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -15/+366 |
| 2016-03-08 | std: Don't always create stdin for children | Alex Crichton | -2/+4 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -2/+68 |
| 2016-03-04 | Auto merge of #31945 - sfackler:net2, r=alexcrichton | bors | -2/+51 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -2/+2 |
| 2016-02-28 | Fix windows | Steven Fackler | -76/+43 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+82 |
| 2016-02-26 | Auto merge of #31876 - ollie27:win_fill_bytes, r=brson | bors | -7/+11 |
| 2016-02-26 | Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brson | bors | -2/+3 |
| 2016-02-25 | rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on Windows | Oliver Middleton | -7/+11 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2016-02-24 | std: Cap read/write limits on Windows networking | Alex Crichton | -2/+3 |
| 2016-02-24 | Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichton | bors | -210/+38 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -3/+2 |
| 2016-02-23 | Fix reading/writing 4 GiB or larger files on Windows 64-bit | Oliver Middleton | -5/+11 |
| 2016-02-21 | RaiseException is used by everything except x86 gnu | Paul Dicker | -0/+1 |
| 2016-02-21 | Fixes for 32-bit | Paul Dicker | -10/+11 |
| 2016-02-20 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+35 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+35 |
| 2016-02-20 | Remove dead code from sys::windows::c | Paul Dicker | -210/+36 |
| 2016-02-17 | std: restructure rand os code into sys modules | Sean McArthur | -0/+73 |
| 2016-02-15 | Refactor windows::fs::FileAttr | Paul Dicker | -28/+26 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -58/+72 |
| 2016-02-13 | Auto merge of #31557 - retep998:house-directory, r=alexcrichton | bors | -2/+2 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -0/+3 |
| 2016-02-11 | Fix usage of GetUserProfileDirectoryW in env::home_dir | Peter Atashian | -2/+2 |
| 2016-02-10 | std: Push process stdio setup in std::sys | Alex Crichton | -93/+137 |
| 2016-02-10 | std: Lift out Windows' CreateProcess lock a bit | Alex Crichton | -13/+20 |
| 2016-02-10 | std: Rename Stdio::None to Stdio::Null | Alex Crichton | -6/+5 |
| 2016-02-10 | std: Push Child's exit status to sys::process | Alex Crichton | -3/+5 |
| 2016-02-10 | std: Refactor process spawning on Unix | Alex Crichton | -3/+0 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -1/+12 |