about summary refs log tree commit diff
path: root/library/std/src/os/mod.rs
AgeCommit message (Expand)AuthorLines
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