about summary refs log tree commit diff
path: root/library/std/src/os/mod.rs
AgeCommit message (Expand)AuthorLines
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-0/+2
2025-03-10Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patchNicole LeGare-1/+3
2025-03-10Initial STD support for Cygwin王宇逸-0/+2
2024-11-03Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnaybors-3/+21
2024-09-24Initial std library support for NuttXHuang Qi-0/+2
2024-09-03Port std library to RTEMSJan Sommer-0/+2
2024-08-13Make `std::os::darwin` publicMads Marquart-3/+21
2024-07-14std: deny(unsafe_op_in_unsafe_fn) but allow sitesJubilee Young-0/+1
2024-07-14Merge Apple `std::os` extensions modules into `std::os::darwin`Mads Marquart-8/+3
2024-06-12export std::os::fd module on HermitOSStefan Lankes-1/+1
2024-03-18Support for visionOSAdam Gastineau-0/+2
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-2/+2
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-3/+0
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
2023-10-09Support AIX in Rust standard libraryQiu Chaofan-0/+2
2023-09-22Fixes from PRAyush Singh-1/+1
2023-09-22Rebase to masterAyush Singh-1/+0
2023-09-22Add support for building `std::os::uefi` docsAyush Singh-0/+1
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-0/+2
2023-09-21added support for GNU/HurdSamuel Thibault-0/+2
2023-08-22std: xous: add os-specific ffi callsSean Cross-0/+2
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-0/+3
2023-05-07PS Vita std supportNikolay Arhipov-0/+2
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-0/+2
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+2
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-10/+2
2022-09-30Standard library OS support for Apple WatchOSVladimir Michael Eatwell-0/+2
2022-08-29Make `std::os::fd` public.Dan Gohman-1/+1
2022-08-13created tcpstream quickack traitBerend-Jan Lange-0/+3
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-1/+0
2022-06-13Horizon OS STD supportMeziu-0/+2
2022-03-09put L4Re specifics into their own platformBenjamin Lamowski-1/+3
2021-09-28Add SOLID targetsTomoaki Kawada-0/+2
2021-09-13Move fortanix module position in std::os reexports for alpha sortGuillaume Gomez-20/+34
2021-09-13Remove usage of cfg_if in std/src/os/mod.rsGuillaume Gomez-31/+71
2021-09-13Simplify std::os module reexports to fix rustdoc linking issuesGuillaume Gomez-109/+74
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-1/+1
2021-08-19Factor out Unix and WASI fd code into a common module.Dan Gohman-0/+3
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+2
2021-05-03Allow documenting on `hermit`Christiaan Dirkx-2/+0
2021-05-03Rework `os` to avoid using `cfg_if!` with public itemsChristiaan Dirkx-87/+115
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-2/+1
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-4/+2
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-4/+2
2021-05-03Move `std::sys::hermit::ext` to `std::os::hermit`Christiaan Dirkx-1/+6
2021-05-03Cleanup `std::os`Christiaan Dirkx-74/+89
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