about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/fs.rs
AgeCommit message (Expand)AuthorLines
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-912/+0
2021-04-30Add std::os::unix::fs::chroot to change the root directory of the current pro...Josh Triplett-0/+26
2021-03-24Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisaDylan DPC-3/+3
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-3/+3
2021-03-02Move `std::sys::unix::platform` to `std::sys::unix::ext`Christiaan Dirkx-1/+1
2020-11-14Disambiguate symlink argument namesDavid Tolnay-3/+3
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-0/+7
2020-09-22Revert "Function to convert OpenOptions to c_int"Joshua Nelson-29/+0
2020-09-22Auto merge of #76110 - FedericoPonzi:convert-openoptions-cint, r=JoshTriplettbors-0/+29
2020-09-22enable unstable open_options_ext_as_flags feature in doc commentsFederico Ponzi-0/+1
2020-09-16Sets as_flags as unstableFederico Ponzi-1/+1
2020-09-12Remove Windows details from Unix and VmWorks symlink() docstringsNicholas Bishop-9/+0
2020-09-04Fix nlink example typoChris Gillespie-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-2/+5
2020-09-02Update docs of OpenOptions::as_flagsFederico Ponzi-3/+2
2020-08-31Update OpenOptions::as_flags docs, and minor stylingFederico Ponzi-9/+8
2020-08-31Add as_flag function to the OpenOptionsExt structFederico Ponzi-0/+30
2020-08-19Switch to intra-doc links in /src/sys/unix/ext/*.rsPrabakaran Kumaresshan-32/+13
2020-07-27mv std libs to library/mark-0/+904