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