summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/mod.rs
AgeCommit message (Expand)AuthorLines
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+3
2016-03-20Add unix socket support to the standard librarySteven Fackler-0/+1
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+3
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-1/+1
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-1/+1
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+53