| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+1 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -1/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -10/+10 |
| 2024-07-24 | Improved clarity of documentation for std::fs::create_dir_all | rik86189 | -7/+2 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -8/+5 |
| 2024-06-16 | Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnay | Jacob Pratt | -0/+3 |
| 2024-06-14 | Polish `std::path::absolute` documentation. | Kevin Reid | -1/+1 |
| 2024-06-11 | Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists | Eduardo Sánchez Muñoz | -8/+5 |
| 2024-05-21 | Document behavior of `create_dir_all` wrt. empty path | Tobias Bucher | -0/+3 |
| 2024-05-20 | Document platform-specifics for `Read` and `Write` of `File` | Tobias Bucher | -0/+76 |
| 2024-05-08 | Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working... | Jubilee | -0/+9 |
| 2024-05-06 | Apply suggestions from code review | anatawa12 | -2/+6 |
| 2024-05-06 | add note about `AlreadyExists` to `create_new` | anatawa12 | -0/+5 |
| 2024-04-29 | Document that `create_dir_all` calls `mkdir`/`CreateDirW` multiple times | Tobias Bucher | -3/+7 |
| 2024-04-17 | Improve std::fs::Metadata Debug representation | David Tolnay | -10/+26 |
| 2024-04-16 | Update usage note on OpenOptions::append() | Hrvoje Niksic | -9/+18 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -3/+2 |
| 2024-04-10 | clean up docs for `File::sync_*` | Lukas Markeffsky | -3/+11 |
| 2024-04-02 | use a consistent style for links | Tshepang Mbambo | -2/+2 |
| 2024-03-27 | Some wording improvement | Vagelis Prokopiou | -2/+2 |
| 2024-03-26 | Fix link to BufWriter | ding-young | -1/+1 |
| 2024-03-09 | Rollup merge of #121403 - kornelski:io-oom, r=dtolnay | Guillaume Boisseau | -4/+4 |
| 2024-03-08 | Rollup merge of #118623 - haydonryan:master, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-03-02 | Rollup merge of #109263 - squell:master, r=cuviper | Matthias Krüger | -5/+4 |
| 2024-02-22 | remove potentially misleading sentence about libc::access | Marc Schoolderman | -2/+1 |
| 2024-02-21 | Remove unnecessary map_err | Kornel | -4/+4 |
| 2024-02-18 | Add uncontroversial syscall doc aliases to std docs | SabrinaJewson | -2/+16 |
| 2024-02-16 | Auto merge of #120538 - kornelski:read-not-exact, r=m-ou-se | bors | -2/+2 |
| 2024-02-15 | Update library/std/src/fs.rs | Haydon Ryan | -2/+2 |
| 2024-02-15 | Update library/std/src/fs.rs | Haydon Ryan | -2/+2 |
| 2024-02-11 | std: use `stream_position` where applicable | João Marcos P. Bezerra | -3/+2 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2024-01-31 | Make File::read_to_end less special | Kornel | -2/+2 |
| 2024-01-29 | Handle out of memory errors in fs::read/read_to_string | Kornel | -4/+6 |
| 2024-01-03 | Rollup merge of #119319 - chfogelman:buffered-file-doc, r=the8472 | León Orell Valerian Liehr | -3/+9 |
| 2023-12-31 | Document that File does not buffer reads/writes, refer to BufReader/BufWriter | Carter Hunt Fogelman | -3/+9 |
| 2023-12-20 | stabilize `file_create_new` | Ralph Ursprung | -3/+1 |
| 2023-12-11 | Updating fs::read example to remove SocketAddress | Haydon Ryan | -2/+2 |
| 2023-12-11 | fixing error std::fs::read_to_string example documentation | Haydon Ryan | -2/+2 |
| 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-29 | rewording after comments by @thomcc | Marc Schoolderman | -5/+5 |
| 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 |