about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+2
2019-04-18Simplify the returning of a Result a bitJan Nils Ferner-2/+1
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-1/+19
2019-04-04Auto merge of #59695 - Centril:rollup-88qffc2, r=Centrilbors-2/+9
2019-04-04Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnayMazdak Farrokhzad-2/+9
2019-04-03File: Add documentation about dropping to sync_allChris Gregory-1/+5
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-0/+8
2019-04-02Link to sync_allChris Gregory-1/+2
2019-04-01Document using `sync_all`Chris Gregory-4/+3
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-03-27Document std::fs::File close behavior ignoring errorsChris Gregory-1/+4
2019-03-25SGX target: fix std unit testsJethro Beekman-1/+1
2019-03-16Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centrilkennytm-1/+1
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-1/+1
2019-03-04Fix typoEdward Barnard-1/+1
2019-03-04Add test for the behaviour of `fs::copy` when `to` is a symlinkEdward Barnard-0/+20
2019-03-04Change `std::fs::copy` to use `copyfile` on MacOS and iOSEdward Barnard-1/+2
2019-02-28libstd => 2018Taiki Endo-23/+24
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-3/+3
2019-02-20Rollup merge of #58530 - scottmcm:monomorphize-less, r=TimNNkennytm-9/+18
2019-02-17Use more impl header lifetime elisionScott McMurray-3/+3
2019-02-16Monomorphize less code in fs::{read|write}Scott McMurray-9/+18
2019-02-10libs: doc commentsAlexander Regueiro-13/+13
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-01-15Add some links in std::fs.Eric Huss-5/+17
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-15Fix doc of `std::fs::canonicalize`Tobias Bucher-1/+1
2018-12-14Fix docs path to PermissionsExtDanilo Bargen-1/+2
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-01remove some uses of try!Mark Mansi-1/+1
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-2/+2
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-11-04Add precision for create_dir functionGuillaume Gomez-0/+7
2018-10-10"(using ..." doesn't have the matching ")"Kazuyoshi Kato-1/+1
2018-09-07Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomezkennytm-0/+6
2018-09-04Breaking change upgradesMark Rousskov-3/+3
2018-08-14Cross reference io::copy and fs::copy in docs.Corey Farwell-0/+6
2018-07-08Edit code example for File::openFabian Drinck-3/+3
2018-06-01Remove feature flag from fs::read_to_string examplesteveklabnik-2/+0
2018-05-12fs::write: Add example writing a &strAaron DeVore-0/+1
2018-05-10fs::canonicalize has some important portability concerns.Tim Allen-0/+7
2018-05-10Mention that fs::canonicalize makes paths absolute.Tim Allen-2/+2
2018-04-02Add performance note to fs::read docsMatt Brubeck-2/+6
2018-04-01Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapinbors-5/+5
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-5/+5
2018-03-30fs_read_write_bytes stabilized in 1.26.0Matt Brubeck-2/+2
2018-03-30Auto merge of #49422 - mbrubeck:fs_read, r=TimNNbors-6/+2
2018-03-28Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum...bors-263/+265