| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-02-09 | Allow wasi-libc to initialize its environment variables lazily. | Dan Gohman | -1/+7 |
| 2022-10-11 | fix: return type of single-threaded dummy lock must be droppable | Andrew Brown | -2/+2 |
| 2022-10-10 | Implement `env_lock` with `RwLock` | Andrew Brown | -12/+23 |
| 2022-10-10 | Allow compiling the `wasm32-wasi` std library with atomics | Andrew Brown | -3/+8 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -27/+22 |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -5/+4 |
| 2021-04-23 | Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}` | Christiaan Dirkx | -2/+4 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -2/+2 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -2/+2 |
| 2021-01-14 | std: Update wasi-libc commit of the wasm32-wasi target | Alex Crichton | -3/+42 |
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad Alsharafi | -0/+2 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+201 |
