| Age | Commit message (Expand) | Author | Lines |
| 2017-11-07 | Add missing links and examples | Guillaume Gomez | -4/+70 |
| 2017-11-07 | Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus | kennytm | -0/+246 |
| 2017-10-31 | add missing docs for MetadataExt | Guillaume Gomez | -0/+246 |
| 2017-10-31 | Update doc comment for the Unix extension module | Tobias Bucher | -2/+8 |
| 2017-09-17 | Remove st_mode mask | Trevor Merrifield | -2/+2 |
| 2017-09-15 | Retain suid/sgid/sticky bits in Metadata.permissions | Trevor Merrifield | -2/+2 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -2/+0 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-16 | Refactoring: move net specific fd imps to net | Tobias Schaffner | -59/+62 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -4/+4 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+12 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -4/+4 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -0/+11 |
| 2017-08-10 | Fix typo corersponding -> corresponding | Foucher | -1/+1 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -0/+1 |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -3/+3 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+17 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -6/+16 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -5/+7 |
| 2017-04-03 | Revert "Implement AsRawFd/IntoRawFd for RawFd" | Cody P Schafer | -15/+0 |
| 2017-03-31 | Rollup merge of #40842 - Mic92:RawFd, r=aturon | Corey Farwell | -0/+15 |
| 2017-03-26 | Implement AsRawFd/IntoRawFd for RawFd | Jörg Thalheim | -0/+15 |
| 2017-03-25 | Fix libc::bind call on aarch64-linux-android | Marco A L Barbosa | -2/+2 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -17/+17 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-02-05 | Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton | Corey Farwell | -0/+10 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -5/+5 |
| 2017-01-19 | Expand documentation of process::exit and exec | Simonas Kazlauskas | -0/+10 |
| 2017-01-14 | Add doc examples & description in `std::os::unix::ffi`. | Corey Farwell | -3/+57 |
| 2016-12-20 | Fix compile errors and such | Alex Crichton | -4/+3 |
| 2016-12-20 | Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcv | Alex Crichton | -26/+566 |
| 2016-12-16 | Add missing doc examples for UnixDatagram | Guillaume Gomez | -38/+285 |
| 2016-12-15 | Stabilize std::os::unix::process::CommandExt::before_exec | Aaron Turon | -1/+1 |
| 2016-12-15 | Stabilize std::os::*::fs::FileExt | Aaron Turon | -5/+5 |
| 2016-12-08 | Add Incoming doc examples | Guillaume Gomez | -3/+30 |
| 2016-12-08 | Add UnixListener doc examples | Guillaume Gomez | -10/+101 |
| 2016-12-08 | Add doc examples for UnixStream | Guillaume Gomez | -6/+145 |
| 2016-12-08 | Add missing doc examples for SocketAddr struct | Guillaume Gomez | -0/+36 |
| 2016-12-04 | Fix small typo | Guillaume Gomez | -1/+1 |
| 2016-10-14 | Auto merge of #35704 - tbu-:pr_pread_pwrite, r=alexcrichton | bors | -0/+47 |
| 2016-10-09 | use MSG_NOSIGNAL on all relevant platforms | Mathieu Poumeyrol | -3/+9 |
| 2016-10-09 | Implement reading and writing atomically at certain offsets | Tobias Bucher | -0/+47 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -3/+3 |
| 2016-10-01 | Auto merge of #36824 - kali:master, r=alexcrichton | bors | -1/+6 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -14/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+13 |
| 2016-09-28 | use MSG_NOSIGNAL from liblibc | Mathieu Poumeyrol | -3/+2 |
| 2016-09-28 | MSG_NOSIGNAL on linux | Mathieu Poumeyrol | -1/+7 |