about summary refs log tree commit diff
path: root/library/std/src/fs.rs
AgeCommit message (Expand)AuthorLines
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+1
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-1/+1
2024-07-26Fix doc nitsJohn Arundel-10/+10
2024-07-24Improved clarity of documentation for std::fs::create_dir_allrik86189-7/+2
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-8/+5
2024-06-16Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnayJacob Pratt-0/+3
2024-06-14Polish `std::path::absolute` documentation.Kevin Reid-1/+1
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-8/+5
2024-05-21Document behavior of `create_dir_all` wrt. empty pathTobias Bucher-0/+3
2024-05-20Document platform-specifics for `Read` and `Write` of `File`Tobias Bucher-0/+76
2024-05-08Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working...Jubilee-0/+9
2024-05-06Apply suggestions from code reviewanatawa12-2/+6
2024-05-06add note about `AlreadyExists` to `create_new`anatawa12-0/+5
2024-04-29Document that `create_dir_all` calls `mkdir`/`CreateDirW` multiple timesTobias Bucher-3/+7
2024-04-17Improve std::fs::Metadata Debug representationDavid Tolnay-10/+26
2024-04-16Update usage note on OpenOptions::append()Hrvoje Niksic-9/+18
2024-04-14Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...Guillaume Gomez-3/+2
2024-04-10clean up docs for `File::sync_*`Lukas Markeffsky-3/+11
2024-04-02use a consistent style for linksTshepang Mbambo-2/+2
2024-03-27Some wording improvementVagelis Prokopiou-2/+2
2024-03-26Fix link to BufWriterding-young-1/+1
2024-03-09Rollup merge of #121403 - kornelski:io-oom, r=dtolnayGuillaume Boisseau-4/+4
2024-03-08Rollup merge of #118623 - haydonryan:master, r=workingjubileeMatthias Krüger-4/+4
2024-03-02Rollup merge of #109263 - squell:master, r=cuviperMatthias Krüger-5/+4
2024-02-22remove potentially misleading sentence about libc::accessMarc Schoolderman-2/+1
2024-02-21Remove unnecessary map_errKornel-4/+4
2024-02-18Add uncontroversial syscall doc aliases to std docsSabrinaJewson-2/+16
2024-02-16Auto merge of #120538 - kornelski:read-not-exact, r=m-ou-sebors-2/+2
2024-02-15Update library/std/src/fs.rsHaydon Ryan-2/+2
2024-02-15Update library/std/src/fs.rsHaydon Ryan-2/+2
2024-02-11std: use `stream_position` where applicableJoão Marcos P. Bezerra-3/+2
2024-02-08Bump version placeholdersMark Rousskov-1/+1
2024-01-31Make File::read_to_end less specialKornel-2/+2
2024-01-29Handle out of memory errors in fs::read/read_to_stringKornel-4/+6
2024-01-03Rollup merge of #119319 - chfogelman:buffered-file-doc, r=the8472León Orell Valerian Liehr-3/+9
2023-12-31Document that File does not buffer reads/writes, refer to BufReader/BufWriterCarter Hunt Fogelman-3/+9
2023-12-20stabilize `file_create_new`Ralph Ursprung-3/+1
2023-12-11Updating fs::read example to remove SocketAddressHaydon Ryan-2/+2
2023-12-11fixing error std::fs::read_to_string example documentationHaydon Ryan-2/+2
2023-11-15Substitute version placeholdersMark Rousskov-7/+7
2023-10-31Stabilize `file_set_times`Josh Triplett-9/+7
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+3
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-1/+1
2023-09-01Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrumbors-5/+7
2023-09-01docs: improve std::fs::read docSteve Lau-5/+7
2023-08-29rewording after comments by @thomccMarc Schoolderman-5/+5
2023-08-25Add a new helper to avoid calling io::Error::kindBen Kimock-0/+3
2023-08-22std: fs: skip fs tests on xousSean Cross-1/+1
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-3/+3
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+3