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
/
sys
/
wasi
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-301
/
+0
2023-08-18
Fix UB in `std::sys::os::getenv()`
ShE3py
-8
/
+15
2023-08-07
Better Debug for Vars and VarsOs
Tamir Duberstein
-0
/
+29
2023-07-29
Add wasm32-wasi-threads target + WASI threads
Georgii Rylov
-0
/
+5
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