| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -877/+1345 |
| 2015-11-06 | Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturon | bors | -13/+8 |
| 2015-11-06 | std: Refactor process exit code handling slightly | Alex Crichton | -13/+8 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -24/+25 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -0/+1 |
| 2015-10-26 | std: Slightly more robust env var handling | Alex Crichton | -24/+25 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+5 |
| 2015-10-23 | Drop `advapi32` and `shell32` from late_link_args. | Vadim Chugunov | -0/+1 |
| 2015-10-19 | Add error kind handling for ERROR_PATH_NOT_FOUND | Peter Atashian | -0/+3 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+2 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -3/+3 |
| 2015-09-29 | Make fs::canonicalize work on directories on Windows | Peter Atashian | -0/+2 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -4/+8 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -6/+7 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -4/+8 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -4/+31 |
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -38/+89 |