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
/
sync
Age
Commit message (
Expand
)
Author
Lines
2024-07-16
clean unsafe op in unsafe fn
袁浩----天命剑主
-4
/
+4
2024-07-15
Remove PSRWLOCK
Chris Denton
-1
/
+1
2024-07-15
Remove LPVOID
Chris Denton
-4
/
+5
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+3
2024-06-04
Windows: Use futex implementation for `Once`
Timo Kröger
-0
/
+1
2024-05-02
std: move thread parking to `sys::sync`
joboet
-0
/
+1041
2024-04-28
Use `target_vendor = "apple"` instead of `target_os = "..."`
Mads Marquart
-18
/
+6
2024-04-16
Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton
Guillaume Gomez
-364
/
+6
2024-04-13
Add missing `unsafe` to internal `std::thread::Thread` creation functions
beetrees
-1
/
+1
2024-04-11
std: use queue-based `RwLock` on Windows 7
joboet
-50
/
+6
2024-04-11
std: use queue-based `RwLock` on Xous
joboet
-74
/
+0
2024-04-11
std: use queue-based `RwLock` on SGX
joboet
-240
/
+0
2024-04-05
Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco
Guillaume Gomez
-0
/
+3
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-4
/
+2
2024-03-19
SeqCst->{Release,Acquire} in xous mutex.
Mara Bos
-4
/
+7
2024-03-18
Support for visionOS
Adam Gastineau
-0
/
+3
2024-03-12
std: move `Once` implementations to `sys`
joboet
-0
/
+3799
[prev]