summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs2.rs
AgeCommit message (Expand)AuthorLines
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-1/+7
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-1/+3
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
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