summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext
AgeCommit message (Expand)AuthorLines
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-3/+54
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-1/+23
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+1
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-51/+81
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-23/+5
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-51/+81
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-1/+48
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-1/+1
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-1/+48
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-9/+9
2015-05-06Stabilize from_raw_osSteven Allen-6/+6
2015-05-04std: Fix {atime,mtime,ctime}_nsec accessorsAlex Crichton-3/+3
2015-04-28std: Implement fs::DirBuilderAlex Crichton-0/+16
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+501