about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext
AgeCommit message (Expand)AuthorLines
2017-03-26Implement AsRawFd/IntoRawFd for RawFdJörg Thalheim-0/+15
2017-03-25Fix libc::bind call on aarch64-linux-androidMarco A L Barbosa-2/+2
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-17/+17
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-05Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichtonCorey Farwell-0/+10
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
2017-01-19Expand documentation of process::exit and execSimonas Kazlauskas-0/+10
2017-01-14Add doc examples & description in `std::os::unix::ffi`.Corey Farwell-3/+57
2016-12-20Fix compile errors and suchAlex Crichton-4/+3
2016-12-20Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcvAlex Crichton-26/+566
2016-12-16Add missing doc examples for UnixDatagramGuillaume Gomez-38/+285
2016-12-15Stabilize std::os::unix::process::CommandExt::before_execAaron Turon-1/+1
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-5/+5
2016-12-08Add Incoming doc examplesGuillaume Gomez-3/+30
2016-12-08Add UnixListener doc examplesGuillaume Gomez-10/+101
2016-12-08Add doc examples for UnixStreamGuillaume Gomez-6/+145
2016-12-08Add missing doc examples for SocketAddr structGuillaume Gomez-0/+36
2016-12-04Fix small typoGuillaume Gomez-1/+1
2016-10-14Auto merge of #35704 - tbu-:pr_pread_pwrite, r=alexcrichtonbors-0/+47
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-3/+9
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-0/+47
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-3/+3
2016-10-01Auto merge of #36824 - kali:master, r=alexcrichtonbors-1/+6
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-14/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+13
2016-09-28use MSG_NOSIGNAL from liblibcMathieu Poumeyrol-3/+2
2016-09-28MSG_NOSIGNAL on linuxMathieu Poumeyrol-1/+7
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-5/+0
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+1
2016-08-10Clarify std::os::unix::net::SocketAddr::is_unnamed's docstringPietro Albini-1/+1
2016-08-10Fix docs typo in std::os::unix::net::SocketAddr::is_unnamedPietro Albini-1/+1
2016-07-28Add OpenOptionsExt doc examplesGuillaume Gomez-0/+38
2016-07-28Add doc examples for std::fs::unix::OpenOptionsExtGuillaume Gomez-0/+12
2016-07-26Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnikSteve Klabnik-0/+16
2016-07-24Add DirEntry doc examplesGuillaume Gomez-0/+16
2016-07-23Add DirBuilder doc examplesGuillaume Gomez-0/+10
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-1/+1
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-20/+0
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-10/+66
2016-04-26std: Allow creating ExitStatus from raw valuesAlex Crichton-0/+9
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-7/+15
2016-03-31Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`Tobias Bucher-1/+1
2016-03-22fix alignmentJorge Aparicio-5/+5
2016-03-22try! -> ?Jorge Aparicio-25/+25
2016-03-20Add unix socket support to the standard librarySteven Fackler-0/+1043
2016-03-12std: Clean out deprecated APIsAlex Crichton-79/+0
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-61/+84
2016-02-10std: Implement CommandExt::execAlex Crichton-0/+26
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-1/+3