| Age | Commit message (Expand) | Author | Lines |
| 2022-03-20 | Preserve the Windows `GetLastError` error in `HandleOrInvalid`. | Dan Gohman | -2/+18 |
| 2022-03-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -0/+10 |
| 2022-03-19 | Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=... | Dylan DPC | -7/+30 |
| 2022-03-19 | Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay | Dylan DPC | -2/+760 |
| 2022-03-14 | Add a `process_group` method to UNIX `CommandExt` | Thomas Orozco | -0/+10 |
| 2022-03-11 | Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnay | Dylan DPC | -6/+4 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -38/+38 |
| 2022-03-09 | put L4Re specifics into their own platform | Benjamin Lamowski | -2/+760 |
| 2022-03-04 | Fix a compilation error. | Dan Gohman | -1/+1 |
| 2022-03-04 | Consistently present absent stdio handles on Windows as NULL handles. | Dan Gohman | -7/+30 |
| 2022-03-04 | Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg | Loïc BRANSTETT | -0/+3 |
| 2022-03-03 | Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings. | Dan Gohman | -0/+1 |
| 2022-03-03 | Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplett | Matthias Krüger | -72/+111 |
| 2022-03-02 | Remove the comment about `FILE_FLAG_OVERLAPPED`. | Dan Gohman | -2/+0 |
| 2022-03-03 | Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett | Dylan DPC | -19/+56 |
| 2022-03-03 | Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,... | Dylan DPC | -0/+12 |
| 2022-03-02 | Fix a broken doc link on Windows. | Dan Gohman | -3/+1 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -216/+21 |
| 2022-02-27 | Stabilize unix_socket_creation | Thomas de Zeeuw | -3/+1 |
| 2022-02-25 | Rename unix::net::SocketAddr::from_path to from_pathname | Thomas de Zeeuw | -3/+3 |
| 2022-02-25 | Fix SGX docs build | Jethro Beekman | -1/+1 |
| 2022-02-10 | Implement `AsFd` for `&T` and `&mut T`. | Dan Gohman | -1/+49 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -20/+20 |
| 2022-02-04 | x.py fmt | Dan Gohman | -4/+4 |
| 2022-02-04 | Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`. | Dan Gohman | -19/+56 |
| 2022-02-02 | Remove the documentation comment for `OwnedSocket::from_raw_socket`. | Dan Gohman | -7/+0 |
| 2022-02-01 | x.py fmt | Dan Gohman | -2/+2 |
| 2022-02-01 | Use `From`/`Into` rather than the traits they replaced. | Dan Gohman | -15/+21 |
| 2022-02-01 | Fix errors. | Dan Gohman | -3/+3 |
| 2022-02-01 | Fix unresolved doc links. | Dan Gohman | -0/+6 |
| 2022-02-01 | Fix two copy+pastos. | Dan Gohman | -2/+2 |
| 2022-02-01 | Add missing `pub` keywords. | Dan Gohman | -2/+2 |
| 2022-02-01 | Update the documentation for `{As,Into,From}Raw{Fd,Handle,Socket}`. | Dan Gohman | -63/+101 |
| 2022-01-28 | Rollup merge of #93239 - Thomasdezeeuw:socketaddr_creation, r=m-ou-se | Matthias Krüger | -8/+48 |
| 2022-01-28 | Update tracking issue for unix_socket_creation | Thomas de Zeeuw | -1/+1 |
| 2022-01-28 | wasi: enable TcpListener and TcpStream | Harald Hoyer | -0/+20 |
| 2022-01-28 | wasi: update to wasi 0.11.0 | Harald Hoyer | -0/+15 |
| 2022-01-27 | Rollup merge of #91641 - dtolnay:cchar-if, r=Mark-Simulacrum | Matthias Krüger | -88/+62 |
| 2022-01-27 | Use sockaddr_un in unix SocketAddr::from_path | Thomas de Zeeuw | -35/+1 |
| 2022-01-27 | Make sockaddr_un safe and use copy_nonoverlapping | Thomas de Zeeuw | -8/+11 |
| 2022-01-26 | Add documentation about `BorrowedFd::to_owned`. | Dan Gohman | -0/+12 |
| 2022-01-25 | Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett | Matthias Krüger | -0/+140 |
| 2022-01-24 | Rename SocketAddr::unix to from_path | Thomas de Zeeuw | -16/+20 |
| 2022-01-23 | Add os::unix::net::SocketAddr::unix | Thomas de Zeeuw | -1/+68 |
| 2022-01-15 | stabilize windows_process_extensions_raw_arg | Jacob Kiesel | -1/+1 |
| 2022-01-15 | Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se | Matthias Krüger | -0/+2 |
| 2022-01-12 | Use the correct `cvt` for converting socket errors on Windows. | Dan Gohman | -1/+2 |
| 2022-01-11 | Inline std::os::unix::ffi::OsStringExt methods | Konrad Borowski | -0/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+2 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -90/+6 |