about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs2.rs
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-2/+2
2015-03-31Stabilize `std::convert` and related codeAaron Turon-2/+2
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-0/+6
2015-03-23Add generic conversion traitsAaron Turon-2/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-10/+2
2015-02-25Rollup merge of #22744 - alexcrichton:issue-22738, r=aturonManish Goregaokar-0/+1
2015-02-23std: Expose a `mode` accessor for Permissions on unixAlex Crichton-0/+1
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-13/+20
2015-02-18std: Implement CString-related RFCsAlex Crichton-22/+22
2015-02-13Add std::processAaron Turon-2/+2
2015-02-11Test fixes and rebase conflictsAlex Crichton-3/+1
2015-02-11Add read and write rights to group and other when creating fileGuillaumeGomez-1/+3
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+378