| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -1/+12 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -8/+35 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -126/+75 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -0/+6 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -0/+6 |
| 2016-02-03 | Adress comments | Paul Dicker | -23/+26 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -29/+52 |
| 2016-02-02 | Enable more fs tests on Windows | Paul Dicker | -114/+58 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -25/+25 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -25/+25 |
| 2016-01-25 | std: Fix some behavior without stdio handles | Alex Crichton | -3/+8 |
| 2016-01-20 | Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton | bors | -94/+228 |
| 2016-01-20 | Remove raw pointer from OpenOptions struct | Paul Dicker | -3/+3 |
| 2016-01-15 | Addressed comments | Paul Dicker | -34/+35 |
| 2016-01-14 | Fix doctests | Paul Dicker | -1/+2 |
| 2016-01-13 | Move `custom_flags` to `OpenOptionsExt` | Paul Dicker | -0/+26 |
| 2016-01-13 | Add missing newline character to callers of dumb_print | Amanieu d'Antras | -1/+1 |
| 2016-01-13 | Implement RFC 1252 expanding the OpenOptions structure | Paul Dicker | -95/+201 |
| 2016-01-12 | Add set_oom_handler and use it print a message when out of memory | Amanieu d'Antras | -1/+21 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -1/+1 |