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
/
unsupported
/
locks
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-129
/
+0
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-17
/
+11
2022-09-25
Auto merge of #98457 - japaric:gh98378, r=m-ou-se
bors
-0
/
+3
2022-09-20
Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc
bors
-1
/
+1
2022-09-19
std: use `sync::RwLock` for internal statics
joboet
-1
/
+1
2022-09-03
std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization
joboet
-3
/
+0
2022-06-27
make Condvar, Mutex, RwLock const constructors work with unsupported impl
Jorge Aparicio
-0
/
+3
2022-06-06
Make all {Mutex, Condvar, RwLock}::new #[inline].
Mara Bos
-0
/
+3
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-3
/
+0
2022-06-03
Use Drop instead of destroy() for locks.
Mara Bos
-9
/
+0
2022-04-18
Remove forgotten reexport of ReentrantMutex in sys::unsupported.
Mara Bos
-1
/
+1
2022-04-16
Use a single ReentrantMutex implementation on all platforms.
Mara Bos
-23
/
+0
2022-04-06
Rename RWLock to RwLock in std::sys.
Mara Bos
-8
/
+8
2022-03-22
Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.
Mara Bos
-0
/
+167