about summary refs log tree commit diff
path: root/library/std/src/fs.rs
AgeCommit message (Expand)AuthorLines
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+2
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-15/+37
2021-10-04Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplettbors-4/+3
2021-09-25Apply 16 commits (squashed)Frank Steffahn-7/+7
2021-09-22Fix read_to_end to not grow an exact size bufferJohn Kugelman-4/+3
2021-08-19Add comments about impls for File, TcpStream, ChildStdin, etc.Dan Gohman-0/+6
2021-08-07Document that fs::read_dir skips . and ..Timotej Lazar-0/+2
2021-07-29Fix may not to appropriate might not or must notAli Malik-4/+4
2021-07-29Add some doc aliasesD1mon-0/+2
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+3
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+3
2021-07-09Update docs for `fs::hard_link`Aris Merchant-2/+5
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-3/+0
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-6/+6
2021-06-30Remove "delete" doc aliasesAmanieu d'Antras-3/+0
2021-06-18`no_run` and `ignore` doc attributesMax Wase-1/+2
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-6/+6
2021-05-27Review fixes + doc-featuresMax Wase-2/+3
2021-05-27Tracking issue add.Max Wase-1/+1
2021-05-27Fix `is_symlink()` method for `Path` using added `is_symlink()` method for `M...Max Wase-0/+24
2021-05-19Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...Chris Denton-0/+26
2021-04-10clean up example on read_to_stringSteve Klabnik-1/+2
2021-03-28Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726Yuki Okushi-1/+1
2021-03-28Rollup merge of #79399 - pickfire:patch-3, r=JohnTitorYuki Okushi-3/+3
2021-03-27Use detailed and shorter fs error explainationIvan Tham-3/+3
2021-03-27Use DebugStruct::finish_non_exhaustive() in std.Mara Bos-1/+1
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+4
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+3
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-11-14Disambiguate symlink argument namesDavid Tolnay-11/+13
2020-11-14Auto merge of #75272 - the8472:spec-copy, r=KodrAusbors-1/+1
2020-11-13specialize io::copy to use copy_file_range, splice or sendfileThe8472-1/+1
2020-10-21Make it platform-specific whether `hard_link` follows symlinks.Dan Gohman-2/+3
2020-10-16Define `fs::hard_link` to not follow symlinks.Dan Gohman-2/+5
2020-09-02Convert many files to intra-doc linksJoshua Nelson-15/+15
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-1348/+3
2020-08-21Rollup merge of #75324 - ericseppanen:master, r=JohnTitorYuki Okushi-1/+3
2020-08-12Move to intra doc links in std/src/fs.rsAlexis Bourget-132/+59
2020-08-08clarify documentation of remove_dir errorsEric Seppanen-1/+3
2020-07-29Update `fs::remove_file` docsImbolc-0/+1
2020-07-27mv std libs to library/mark-0/+3612