about summary refs log tree commit diff
path: root/library/std/src/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
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