about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-3612/+0
2020-06-30enable unsafe_op_in_unsafe_fn lintElton Law-0/+1
2020-06-30`#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rsElton Law-2/+4
2020-06-27Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann...Manish Goregaokar-1/+4
2020-06-27Add links to fs::DirEntry::metadataRob Young-1/+4
2020-06-27Update the documentation to point to open instead of is_file and is_dirAlexis Bourget-10/+14
2020-06-11Added the note to Metadata tooAlexis Bourget-0/+6
2020-06-11Add documentation to point to `!is_dir` instead of `is_file`Alexis Bourget-0/+6
2020-04-26Update nameSteven Fackler-8/+8
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+20
2020-04-02Use Self over specific type in return positionLzu Tao-7/+7
2020-03-06Fix missing ` in doc for File::with_optionsLukas-1/+1
2020-02-19Reword OpenOptions::{create, create_new} doc.jumbatm-8/+4
2019-12-25tidy: change msdn links to newer locationsLzu Tao-1/+1
2019-12-14Fix incorrect example code of OpenOptions::openPatrick Wang-1/+1
2019-12-03Modified the testcases for VxWorksUmesh Kalappa-2/+9
2019-11-29Format libstd with rustfmtDavid Tolnay-131/+204
2019-11-02Auto merge of #65429 - Timmmm:withoptions, r=Mark-Simulacrumbors-2/+35
2019-10-18Prefer statx on linux if availableoxalica-4/+18
2019-10-16Fix read/write links hopefully!Tim Hutt-2/+4
2019-10-15Add File::with_optionsTim Hutt-2/+33
2019-10-07use 'invalid argument' for vxWorksBaoshanPang-1/+3
2019-09-24Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAusMazdak Farrokhzad-0/+25
2019-09-15Rollup merge of #63872 - marmistrz:readdir, r=jonas-schievinkMazdak Farrokhzad-1/+2
2019-09-09Replace println statements with explanatory commentsAli Raheem-7/+4
2019-09-06Upgrade rand to 0.7Mateusz MikuĊ‚a-1/+1
2019-08-26Comment out println in read_dir sorting exampleAli Raheem-5/+5
2019-08-25Document platform-specific behavior of the iterator returned by std::fs::read...Marcin Mielniczuk-1/+2
2019-08-15Fix gramitcal error in read_dir exampleAli Raheem-1/+1
2019-08-08Remove Iteration order headingAli Raheem-4/+0
2019-08-07Add fs::read_dir() and ReadDir warning about iterator order + exampleAli Raheem-0/+32
2019-08-06Add an overflow check in truncate implementation for Unix.Marcin Mielniczuk-0/+2
2019-07-29std: Fix a failing `fs` test on WindowsAlex Crichton-2/+2
2019-05-29Update libstd doctests to use dynmemoryruins-1/+1
2019-05-04Fix intra-doc link resolution failure on re-exporting libstdTaiki Endo-0/+2
2019-05-02Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS.Edward Barnard-2/+2
2019-04-27Stabilized vectored IOSteven Fackler-5/+5
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