index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
os
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-0
/
+2
2025-03-10
Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patch
Nicole LeGare
-1
/
+3
2025-03-10
Initial STD support for Cygwin
王宇逸
-0
/
+2
2024-11-03
Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay
bors
-3
/
+21
2024-09-24
Initial std library support for NuttX
Huang Qi
-0
/
+2
2024-09-03
Port std library to RTEMS
Jan Sommer
-0
/
+2
2024-08-13
Make `std::os::darwin` public
Mads Marquart
-3
/
+21
2024-07-14
std: deny(unsafe_op_in_unsafe_fn) but allow sites
Jubilee Young
-0
/
+1
2024-07-14
Merge Apple `std::os` extensions modules into `std::os::darwin`
Mads Marquart
-8
/
+3
2024-06-12
export std::os::fd module on HermitOS
Stefan Lankes
-1
/
+1
2024-03-18
Support for visionOS
Adam Gastineau
-0
/
+2
2024-02-27
Rename wasm32-wasi-preview2 to wasm32-wasip2
Ryan Levick
-2
/
+2
2024-02-27
Add the wasm32-wasi-preview2 target
Ryan Levick
-0
/
+3
2024-01-28
Revert "Add the wasm32-wasi-preview2 target"
León Orell Valerian Liehr
-3
/
+0
2024-01-23
Add the wasm32-wasi-preview2 target
Ryan Levick
-0
/
+3
2023-10-09
Support AIX in Rust standard library
Qiu Chaofan
-0
/
+2
2023-09-22
Fixes from PR
Ayush Singh
-1
/
+1
2023-09-22
Rebase to master
Ayush Singh
-1
/
+0
2023-09-22
Add support for building `std::os::uefi` docs
Ayush Singh
-0
/
+1
2023-09-22
Add Minimal Std implementation for UEFI
Ayush Singh
-0
/
+2
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-0
/
+2
2023-08-22
std: xous: add os-specific ffi calls
Sean Cross
-0
/
+2
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-0
/
+3
2023-05-07
PS Vita std support
Nikolay Arhipov
-0
/
+2
2023-03-02
Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee
bors
-0
/
+2
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+2
2023-02-24
move IO traits to std/src/os/hermit
Stefan Lankes
-10
/
+2
2022-09-30
Standard library OS support for Apple WatchOS
Vladimir Michael Eatwell
-0
/
+2
2022-08-29
Make `std::os::fd` public.
Dan Gohman
-1
/
+1
2022-08-13
created tcpstream quickack trait
Berend-Jan Lange
-0
/
+3
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-1
/
+0
2022-06-13
Horizon OS STD support
Meziu
-0
/
+2
2022-03-09
put L4Re specifics into their own platform
Benjamin Lamowski
-1
/
+3
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+2
2021-09-13
Move fortanix module position in std::os reexports for alpha sort
Guillaume Gomez
-20
/
+34
2021-09-13
Remove usage of cfg_if in std/src/os/mod.rs
Guillaume Gomez
-31
/
+71
2021-09-13
Simplify std::os module reexports to fix rustdoc linking issues
Guillaume Gomez
-109
/
+74
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-1
/
+1
2021-08-19
Factor out Unix and WASI fd code into a common module.
Dan Gohman
-0
/
+3
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-0
/
+2
2021-05-03
Allow documenting on `hermit`
Christiaan Dirkx
-2
/
+0
2021-05-03
Rework `os` to avoid using `cfg_if!` with public items
Christiaan Dirkx
-87
/
+115
2021-05-03
Move `std::sys::wasi::ext` to `std::os::wasi`
Christiaan Dirkx
-2
/
+1
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-4
/
+2
2021-05-03
Move `std::sys::windows::ext` to `std::os::windows`
Christiaan Dirkx
-4
/
+2
2021-05-03
Move `std::sys::hermit::ext` to `std::os::hermit`
Christiaan Dirkx
-1
/
+6
2021-05-03
Cleanup `std::os`
Christiaan Dirkx
-74
/
+89
2021-03-03
Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnay
Yuki Okushi
-1
/
+1
2021-03-03
Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks`
Christiaan Dirkx
-1
/
+1
2021-03-01
Add missing stability attributes in libstd
Guillaume Gomez
-0
/
+1
[next]