about summary refs log tree commit diff
path: root/library/std/src/fs.rs
AgeCommit message (Expand)AuthorLines
2023-02-15Suggest simpler fs helper methods in File::{open,create}Kornel-1/+10
2023-02-15Demonstrate I/O in File examplesKornel-0/+9
2023-01-14Fix some missed double spaces.André Vennberg-1/+1
2023-01-11use with_capacity in read read_to_stringyukang-4/+2
2023-01-08Remove unnecessary lseek syscall when using std::fs::readyukang-2/+6
2022-12-03Rollup merge of #105100 - jhpratt:fix-docs, r=JohnTitorYuki Okushi-2/+3
2022-12-01Add tracking issue for file_create_newAndrius Pukšta-1/+1
2022-11-30Add missing intra-doc linkJacob Pratt-2/+3
2022-09-19Document surprising and dangerous fs::Permissions behaviour on UnixTim Hutt-3/+64
2022-09-03updated description of File struct in std::fsBart Massey-1/+1
2022-08-29Rollup merge of #98801 - joshtriplett:file-create-new, r=thomccDylan DPC-0/+29
2022-08-18Address reviewer commentsNick Cameron-2/+2
2022-08-05non-linux platformsNick Cameron-3/+3
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-5/+5
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-0/+81
2022-07-15Add alias `File::set_modified` as shorthandJosh Triplett-0/+9
2022-07-15Support setting file accessed/modified timestampsJosh Triplett-0/+72
2022-07-12Add a `File::create_new` constructorJosh Triplett-0/+29
2022-07-11Add std::fs::write documentation precisionLucas Dumont-0/+6
2022-06-14Stabilize `Path::try_exists()` and improve docMartin Habovstiak-2/+6
2022-06-01Fix Windows file metadata docsReilly Wood-2/+2
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-3/+3
2022-04-30add aliases for std::fs::canonicalizejulio-0/+2
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-3/+3
2022-04-11Document that DirEntry holds the directory openMartin Pool-0/+10
2022-04-05Document synchronicityChris Denton-0/+6
2022-03-29Warn that platform-specific behavior may changeMartin Pool-1/+1
2022-03-24Document Linux kernel handoff in std::io::copy and std::fs::copyMartin Pool-2/+8
2022-03-20Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviperMatthias Krüger-3/+4
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-3/+3
2022-03-08docsRalf Jung-3/+4
2022-02-08Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisaMatthias Krüger-1/+1
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2022-02-01Link `try_exists` docs to `Path::exists`Chris Denton-1/+3
2022-01-24Use `NtCreateFile` instead of `NtOpenFile` to open a fileChris Denton-1/+1
2022-01-20Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbiniMatthias Krüger-4/+8
2022-01-19Update std::fs::remove_dir_all documentationPietro Albini-4/+8
2022-01-14Typos fixMaxwase-1/+1
2022-01-10Improve documentation for File::options to give a more likely exampleJosh Triplett-4/+5
2021-12-11Correct since attribute for featureMaxwase-1/+1
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-13/+9
2021-11-09Stabilize File::options()Jubilee Young-5/+4
2021-11-02add read_buf for &FileDrMeepster-0/+4
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-1/+5
2021-11-02read_bufDrMeepster-13/+1
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-0/+6
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+6
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-0/+1
2021-10-13Merge branch 'master' into is-symlink-stabilizationMax Wase-15/+45