about summary refs log tree commit diff
path: root/library/std/src/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2020-10-17Rollup merge of #77900 - Thomasdezeeuw:fdatasync, r=dtolnayYuki Okushi-2/+16
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-7/+49
2020-10-13Use fdatasync for File::sync_data on more OSesThomas de Zeeuw-2/+16
2020-10-09simplify the cfg in ReadDir constructionJosh Stone-8/+6
2020-10-09remove ReadDir.end_of_stream on targets that don't use itJosh Stone-1/+18
2020-10-09unix/vxworks: make DirEntry slightly smallerJosh Stone-6/+5
2020-09-22Revert "Function to convert OpenOptions to c_int"Joshua Nelson-6/+0
2020-09-22Auto merge of #76110 - FedericoPonzi:convert-openoptions-cint, r=JoshTriplettbors-0/+6
2020-09-02Update docs of OpenOptions::as_flagsFederico Ponzi-0/+1
2020-08-31Update OpenOptions::as_flags docs, and minor stylingFederico Ponzi-0/+1
2020-08-31Merge branch 'convert-openoptions-cint' of github.com:FedericoPonzi/rust into...Federico Ponzi-1/+0
2020-08-31Add as_flag function to the OpenOptionsExt structFederico Ponzi-7/+5
2020-08-30Fix typo get openoptions function nameFederico Ponzi-1/+1
2020-08-30initial implementation of OpenOptions to c_intFederico Ponzi-0/+7
2020-08-14perform copy_file_range until EOF is reached instead of basing things on file...The8472-3/+12
2020-08-12more concise error matchingThe8472-8/+4
2020-08-12Workaround for copy_file_range spuriously returning EOPNOTSUPP when attemted ...The8472-2/+4
2020-07-27mv std libs to library/mark-0/+1310