about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-66/+0
2019-12-22Format the worldMark Rousskov-12/+19
2019-11-24Also fix the signature of main in std::sys::unix::extEmmanuel Gil Peyrot-1/+3
2019-11-24Replace .unwrap() with ? in std::os::unix::netEmmanuel Gil Peyrot-1/+1
2019-02-11remove "experimental" wording from std::os::unixAndy Russell-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-15Fix issue on unixGuillaume Gomez-0/+1
2017-10-31Update doc comment for the Unix extension moduleTobias Bucher-2/+8
2017-08-24Fix inconsistent doc headingslukaramu-1/+1
2017-08-10Exposed all platform-specific documentation.kennytm-0/+1
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-1/+1
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-0/+2
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