about summary refs log tree commit diff
path: root/library/std/src/os
AgeCommit message (Expand)AuthorLines
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
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-0/+1
2021-12-11Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahcMatthias Krüger-6/+90
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-11/+1
2021-12-07Work around Clippy false positive on `as c_char`David Tolnay-0/+5
2021-12-07Define c_char using cfg_if rather than repeating 40-line cfgDavid Tolnay-88/+57
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-2/+4
2021-12-05socket ancillary data implementation for dragonflybsd.David Carlier-6/+90
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-2/+4
2021-11-20Add a caveat to std::os::windows::fs::symlink_fileMichael Diamond-0/+20
2021-11-16Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcric...Yuki Okushi-2/+6
2021-11-12Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplettMatthias Krüger-1/+1
2021-11-12Rename WASI's `is_character_device` to `is_char_device`.Dan Gohman-2/+6
2021-11-11unix::ExitStatusExt: Correct reference to _exit system callIan Jackson-1/+1
2021-11-11Auto merge of #88798 - sunfishcode:sunfishcode/windows-null-handles, r=joshtr...bors-50/+85
2021-11-09Add a real tracking issue for `CommandExt::groups`Josh Stone-1/+1
2021-11-06use matches!() macro in more placesMatthias Krüger-1/+1
2021-11-02read_bufDrMeepster-11/+1
2021-11-03Auto merge of #90421 - thomcc:friendship-ended-with-ssize_t-now-ptrdiff_t-is-...bors-1/+8
2021-10-31Re-add `std::os::raw::c_ssize_t`, with more accurate documentationThom Chiovoloni-0/+7
2021-10-31Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplettMatthias Krüger-0/+8
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-0/+2
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+8
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-0/+2