| Age | Commit message (Expand) | Author | Lines |
| 2023-02-15 | Suggest simpler fs helper methods in File::{open,create} | Kornel | -1/+10 |
| 2023-02-15 | Demonstrate I/O in File examples | Kornel | -0/+9 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-11 | use with_capacity in read read_to_string | yukang | -4/+2 |
| 2023-01-08 | Remove unnecessary lseek syscall when using std::fs::read | yukang | -2/+6 |
| 2022-12-03 | Rollup merge of #105100 - jhpratt:fix-docs, r=JohnTitor | Yuki Okushi | -2/+3 |
| 2022-12-01 | Add tracking issue for file_create_new | Andrius Pukšta | -1/+1 |
| 2022-11-30 | Add missing intra-doc link | Jacob Pratt | -2/+3 |
| 2022-09-19 | Document surprising and dangerous fs::Permissions behaviour on Unix | Tim Hutt | -3/+64 |
| 2022-09-03 | updated description of File struct in std::fs | Bart Massey | -1/+1 |
| 2022-08-29 | Rollup merge of #98801 - joshtriplett:file-create-new, r=thomcc | Dylan DPC | -0/+29 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -2/+2 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -3/+3 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -5/+5 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -0/+81 |
| 2022-07-15 | Add alias `File::set_modified` as shorthand | Josh Triplett | -0/+9 |
| 2022-07-15 | Support setting file accessed/modified timestamps | Josh Triplett | -0/+72 |
| 2022-07-12 | Add a `File::create_new` constructor | Josh Triplett | -0/+29 |
| 2022-07-11 | Add std::fs::write documentation precision | Lucas Dumont | -0/+6 |
| 2022-06-14 | Stabilize `Path::try_exists()` and improve doc | Martin Habovstiak | -2/+6 |
| 2022-06-01 | Fix Windows file metadata docs | Reilly Wood | -2/+2 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+3 |
| 2022-04-30 | add aliases for std::fs::canonicalize | julio | -0/+2 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -3/+3 |
| 2022-04-11 | Document that DirEntry holds the directory open | Martin Pool | -0/+10 |
| 2022-04-05 | Document synchronicity | Chris Denton | -0/+6 |
| 2022-03-29 | Warn that platform-specific behavior may change | Martin Pool | -1/+1 |
| 2022-03-24 | Document Linux kernel handoff in std::io::copy and std::fs::copy | Martin Pool | -2/+8 |
| 2022-03-20 | Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviper | Matthias Krüger | -3/+4 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-03-08 | docs | Ralf Jung | -3/+4 |
| 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 |