about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/os.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-301/+0
2023-08-18Fix UB in `std::sys::os::getenv()`ShE3py-8/+15
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-0/+29
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-0/+5
2023-02-09Allow wasi-libc to initialize its environment variables lazily.Dan Gohman-1/+7
2022-10-11fix: return type of single-threaded dummy lock must be droppableAndrew Brown-2/+2
2022-10-10Implement `env_lock` with `RwLock`Andrew Brown-12/+23
2022-10-10Allow compiling the `wasm32-wasi` std library with atomicsAndrew Brown-3/+8
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-27/+22
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