about summary refs log tree commit diff
path: root/library/std/src/os/mod.rs
AgeCommit message (Expand)AuthorLines
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
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-23Enable API documentation for `std::os::wasi`.Dan Gohman-0/+3
2021-02-22Avoid `cfg_if` in `std::os`Jonas Schievink-27/+27
2020-07-27mv std libs to library/mark-0/+74