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
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
2021-02-24
Mention "wasi" in the comment about "main modules".
Dan Gohman
-1
/
+1
2021-02-24
Make the main `wasi` module `cfg(not(doc))`.
Dan Gohman
-2
/
+4
2021-02-23
Enable API documentation for `std::os::wasi`.
Dan Gohman
-0
/
+3
2021-02-22
Avoid `cfg_if` in `std::os`
Jonas Schievink
-27
/
+27
2020-07-27
mv std libs to library/
mark
-0
/
+74