about summary refs log tree commit diff
path: root/library/std/src/os
AgeCommit message (Expand)AuthorLines
2021-08-01Add dummy FileDesc struct for doc targetDominik Stolz-0/+4
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2021-07-24netbsd enabled ucredDavid Carlier-2/+16
2021-07-21Add tracking issue and link to man-pageDominik Stolz-2/+3
2021-07-21Add PidFd type and seal traitsDominik Stolz-22/+124
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-0/+48
2021-07-12Add tracking issue number to `wasi_ext`BenoƮt du Garreau-2/+2
2021-07-09Use AsRef in CommandExt for raw_argKornel-3/+3
2021-07-09Unescaped command-line arguments for WindowsKornel-0/+13
2021-07-06Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-seYuki Okushi-0/+39
2021-07-05Enable dir_entry_ext2 feature in doc test.Mara Bos-0/+1
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-1/+2
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-22Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=AmanieuYuki Okushi-6/+6
2021-06-20Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu...Christiaan Dirkx-0/+3
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-4/+80
2021-06-17Rely on libc for correct integer types in os/unix/net/ancillary.rs.Maarten de Vries-100/+10
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-1/+2
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-1/+1
2021-05-21Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStrAaron Rennow-0/+38
2021-05-20Not implement `os::unix::fs::chroot` for `vxworks`Christiaan Dirkx-1/+1
2021-05-18Auto merge of #82973 - ijackson:exitstatuserror, r=yaahcbors-7/+46
2021-05-17Rollup merge of #85302 - r00ster91:patch-7, r=joshtriplettRalf Jung-1/+1
2021-05-15Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-sebors-0/+6
2021-05-14Expand WASI abbreviation in docsr00ster-1/+1
2021-05-12ExitStatusError: Remove mentions in stable docsIan Jackson-27/+3
2021-05-12unix: impl ExitStatusExt for ExitStatusErrorIan Jackson-7/+70
2021-05-11Remove an invalid `#[doc(inline)]`LeSeulArtichaut-1/+0
2021-05-07Revert SGX inline asm syntaxJethro Beekman-6/+6
2021-05-07unix process: pre_exec: Discuss panic safetyIan Jackson-0/+6
2021-05-03Allow documenting on `hermit`Christiaan Dirkx-2/+0
2021-05-03Rework `os` to avoid using `cfg_if!` with public itemsChristiaan Dirkx-123/+151
2021-05-03Move `std::sys::sgx::ext` to `std::os::fortanix_sgx`Christiaan Dirkx-2/+265
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-8/+797
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-4/+5374
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-4/+1145
2021-05-03Move `std::sys::hermit::ext` to `std::os::hermit`Christiaan Dirkx-1/+57
2021-05-03Cleanup `std::os`Christiaan Dirkx-76/+90
2021-03-16Deprecate std::os::haiku::rawbstrie-0/+7
2021-03-03Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnayYuki Okushi-1/+1
2021-03-03Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks`Christiaan Dirkx-1/+1
2021-03-01Add missing stability attributes in libstdGuillaume Gomez-0/+1
2021-02-27Rollup merge of #82420 - sunfishcode:wasi-docs, r=alexcrichtonDylan DPC-3/+8
2021-02-24Mention "wasi" in the comment about "main modules".Dan Gohman-1/+1
2021-02-24Make the main `wasi` module `cfg(not(doc))`.Dan Gohman-2/+4
2021-02-23Use #[doc = include_str!()] in stdLeSeulArtichaut-1/+1
2021-02-23Enable API documentation for `std::os::wasi`.Dan Gohman-0/+3
2021-02-22Avoid `cfg_if` in `std::os`Jonas Schievink-27/+27
2021-02-21update tracking issue for raw_os_nonzeroAshley Mannix-1/+1
2021-02-17Provide NonZero_c_* integersIan Jackson-18/+47