about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/os.rs
AgeCommit message (Expand)AuthorLines
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-5/+4
2021-04-23Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`Christiaan Dirkx-2/+4
2021-04-20Change uses of never typeChristiaan Dirkx-2/+2
2021-04-20Replace `Void` with never typeChristiaan Dirkx-2/+2
2021-01-14std: Update wasi-libc commit of the wasm32-wasi targetAlex Crichton-3/+42
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+2
2020-07-27mv std libs to library/mark-0/+201