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
/
wasm
Age
Commit message (
Expand
)
Author
Lines
2022-12-14
std: use a more efficient `Once` on platforms without threads
joboet
-0
/
+2
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-3
/
+3
2022-09-19
std: use `sync::RwLock` for internal statics
joboet
-1
/
+1
2022-07-27
Fix futex module imports on wasm+atomics
sandydoo
-2
/
+4
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-2
/
+2
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-04-19
Use futex locks on wasm+atomics.
Mara Bos
-354
/
+6
2022-04-19
Make std::sys::wasm::futex consistent with unix::futex.
Mara Bos
-4
/
+18
2022-04-16
Use a single ReentrantMutex implementation on all platforms.
Mara Bos
-93
/
+1
2022-04-14
Use u32 instead of i32 for futexes.
Mara Bos
-5
/
+9
2022-04-06
Rename RWLock to RwLock in std::sys.
Mara Bos
-7
/
+7
2022-03-22
Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.
Mara Bos
-12
/
+12
2021-12-14
Fix a bunch of typos
Frank Steffahn
-7
/
+7
2021-11-10
Review comments
Alex Crichton
-1
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-2
/
+2
2021-09-28
Rename `std::thread::available_onccurrency` to `std::thread::available_parall...
Yoshua Wuyts
-1
/
+1
2021-07-03
Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.
Christiaan Dirkx
-2
/
+2
2021-07-02
Fix double import in wasm thread
Thomas Versteeg
-1
/
+0
2021-06-21
Use `Unsupported` on platforms where `available_concurrency` is not implemented.
Christiaan Dirkx
-4
/
+2
2021-06-21
Move `available_concurrency` implementation to `sys`
Christiaan Dirkx
-0
/
+8
2021-06-01
Multiple improvements to RwLocks
BenoƮt du Garreau
-0
/
+2
2021-05-07
Rollup merge of #84655 - CDirkx:wasm, r=m-ou-se
Dylan DPC
-65
/
+13
2021-04-30
Auto merge of #84522 - CDirkx:cmath, r=yaahc
bors
-1
/
+1
2021-04-28
Reuse `unsupported::args` on `wasm`
Christiaan Dirkx
-42
/
+1
2021-04-28
Move `wasm` atomics code to `wasm/atomics`
Christiaan Dirkx
-5
/
+5
2021-04-28
Rework `wasm::thread` to `thread_atomics`
Christiaan Dirkx
-19
/
+8
2021-04-28
Reuse `unix::cmath`
Christiaan Dirkx
-1
/
+1
2021-04-25
Auto merge of #84115 - CDirkx:rt, r=m-ou-se
bors
-8
/
+0
2021-04-23
Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`
Christiaan Dirkx
-3
/
+4
2021-04-22
Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se
Dylan DPC
-3
/
+4
2021-04-22
Move most init to `sys::init`
Christiaan Dirkx
-6
/
+0
2021-04-22
Remove `sys::args::Args::inner_debug` and use `Debug` instead
Christiaan Dirkx
-3
/
+4
2021-04-22
Move all cleanup to `sys::cleanup`
Christiaan Dirkx
-2
/
+0
2021-04-20
Change uses of never type
Christiaan Dirkx
-1
/
+1
2021-04-20
Replace `Void` with never type
Christiaan Dirkx
-2
/
+2
2021-01-29
sys: use `process::abort()` instead of `arch::wasm32::unreachable()`
Miguel Ojeda
-1
/
+1
2020-11-17
Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum
Mara Bos
-1
/
+1
2020-11-12
Upgrading dlmalloc to 0.2.1
Raoul Strackx
-1
/
+1
2020-11-12
Fix an intrinsic invocation on threaded wasm
Alex Crichton
-1
/
+1
2020-10-24
Remove unnecessary unsafe block from condvar_atomics & mutex_atomics
chansuke
-3
/
+3
2020-10-24
Fix unsafe operation of wasm32::memory_atomic_notify
chansuke
-1
/
+2
2020-10-24
Add documents for DLMALLOC
chansuke
-4
/
+8
2020-10-24
Add some description for (malloc/calloc/free/realloc)
chansuke
-0
/
+4
2020-10-24
`#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm
chansuke
-18
/
+32
2020-10-16
Rollup merge of #77619 - fusion-engineering-forks:wasm-parker, r=dtolnay
Dylan DPC
-0
/
+19
2020-10-13
Deny unsafe_op_in_unsafe_fn for unsupported/common.rs through sys/wasm too.
Mara Bos
-0
/
+1
2020-10-06
Use futex-based thread-parker for Wasm32.
Mara Bos
-0
/
+19
2020-10-02
No longer put wasm condvars in a box.
Mara Bos
-1
/
+1
2020-10-02
Make it possible to have unboxed condvars on specific platforms.
Mara Bos
-0
/
+2
2020-10-02
No longer put wasm mutexes in a box.
Mara Bos
-1
/
+1
[next]