| Age | Commit message (Expand) | Author | Lines |
| 2022-02-08 | Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa | Matthias Krüger | -1/+1 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -2/+2 |
| 2022-02-01 | Link `try_exists` docs to `Path::exists` | Chris Denton | -1/+3 |
| 2022-01-24 | Use `NtCreateFile` instead of `NtOpenFile` to open a file | Chris Denton | -1/+1 |
| 2022-01-20 | Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbini | Matthias Krüger | -4/+8 |
| 2022-01-19 | Update std::fs::remove_dir_all documentation | Pietro Albini | -4/+8 |
| 2022-01-14 | Typos fix | Maxwase | -1/+1 |
| 2022-01-10 | Improve documentation for File::options to give a more likely example | Josh Triplett | -4/+5 |
| 2021-12-11 | Correct since attribute for feature | Maxwase | -1/+1 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -13/+9 |
| 2021-11-09 | Stabilize File::options() | Jubilee Young | -5/+4 |
| 2021-11-02 | add read_buf for &File | DrMeepster | -0/+4 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -1/+5 |
| 2021-11-02 | read_buf | DrMeepster | -13/+1 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+6 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+6 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+1 |
| 2021-10-13 | Merge branch 'master' into is-symlink-stabilization | Max Wase | -15/+45 |
| 2021-10-11 | Add #[must_use] to is_condition tests | John Kugelman | -0/+6 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+2 |
| 2021-10-08 | Stabilize `is_symlink()` for `Metadata` and `Path` | Maxwase | -2/+1 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -15/+37 |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -4/+3 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -7/+7 |
| 2021-09-22 | Fix read_to_end to not grow an exact size buffer | John Kugelman | -4/+3 |
| 2021-08-19 | Add comments about impls for File, TcpStream, ChildStdin, etc. | Dan Gohman | -0/+6 |
| 2021-08-07 | Document that fs::read_dir skips . and .. | Timotej Lazar | -0/+2 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+4 |
| 2021-07-29 | Add some doc aliases | D1mon | -0/+2 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+3 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+3 |
| 2021-07-09 | Update docs for `fs::hard_link` | Aris Merchant | -2/+5 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -3/+0 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -6/+6 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -3/+0 |
| 2021-06-18 | `no_run` and `ignore` doc attributes | Max Wase | -1/+2 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -1/+1 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -6/+6 |
| 2021-05-27 | Review fixes + doc-features | Max Wase | -2/+3 |
| 2021-05-27 | Tracking issue add. | Max Wase | -1/+1 |
| 2021-05-27 | Fix `is_symlink()` method for `Path` using added `is_symlink()` method for `M... | Max Wase | -0/+24 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -0/+26 |
| 2021-04-10 | clean up example on read_to_string | Steve Klabnik | -1/+2 |
| 2021-03-28 | Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-03-28 | Rollup merge of #79399 - pickfire:patch-3, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2021-03-27 | Use detailed and shorter fs error explaination | Ivan Tham | -3/+3 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -1/+4 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+3 |