| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -7/+7 |
| 2023-10-31 | Stabilize `file_set_times` | Josh Triplett | -9/+7 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+3 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -1/+1 |
| 2023-09-01 | Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrum | bors | -5/+7 |
| 2023-09-01 | docs: improve std::fs::read doc | Steve Lau | -5/+7 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -0/+3 |
| 2023-08-22 | std: fs: skip fs tests on xous | Sean Cross | -1/+1 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -3/+3 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+3 |
| 2023-07-10 | Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieu | bors | -32/+65 |
| 2023-06-23 | Add `Read`, `Write` and `Seek` impls for `Arc<File>` where appropriate | Tobias Bucher | -0/+46 |
| 2023-06-23 | Forward `io::{Read,Seek,Write}` impls of `File` to `&File` | Tobias Bucher | -33/+20 |
| 2023-06-23 | DirEntry::file_name: improve explanation | Tshepang Mbambo | -2/+8 |
| 2023-05-19 | Auto merge of #109773 - beetrees:set-file-time-improvements, r=Amanieu | bors | -0/+11 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -0/+11 |
| 2023-05-15 | wanting => want | Vagelis Prokopiou | -1/+1 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+8 |
| 2023-04-27 | docs(std): clarify `remove_dir_all` errors | Philpax | -0/+5 |
| 2023-04-26 | Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514 | jyn | -3/+4 |
| 2023-04-21 | Limit read size in `File::read_to_end` loop | Chris Denton | -18/+22 |
| 2023-04-13 | Update documentation wording on path 'try_exists' functions | Trevor Gross | -3/+4 |
| 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 |