| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -4/+7 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -2/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+2 |
| 2015-12-04 | AsRawHandle and IntoRawHandle for JoinHandle | Peter Atashian | -0/+34 |
| 2015-11-21 | Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichton | bors | -30/+37 |
| 2015-11-21 | Also check for NULs in environment variables | Tobias Bucher | -18/+20 |
| 2015-11-19 | Auto merge of #29894 - alexcrichton:stdtime, r=brson | bors | -35/+158 |
| 2015-11-19 | Error when paths contain NUL characters | Tobias Bucher | -19/+24 |
| 2015-11-19 | Re-unignore environment test on MinGW | Tobias Bucher | -1/+1 |
| 2015-11-19 | Ignore malformed environment variables on Windows too | Tobias Bucher | -15/+24 |
| 2015-11-19 | std: Add Instant and SystemTime to std::time | Alex Crichton | -35/+158 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -3/+12 |