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_common
/
mutex.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-50
/
+0
2022-10-13
std: use `sync::Mutex` for internal statics
joboet
-44
/
+0
2022-06-27
make Condvar, Mutex, RwLock const constructors work with unsupported impl
Jorge Aparicio
-0
/
+1
2022-06-20
Remove lies in comments.
Mara Bos
-4
/
+3
2022-06-06
Make {Mutex, Condvar, RwLock}::new() const.
Mara Bos
-1
/
+1
2022-06-06
Make all {Mutex, Condvar, RwLock}::new #[inline].
Mara Bos
-0
/
+2
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-3
/
+1
2022-06-03
Use Drop instead of destroy() for locks.
Mara Bos
-6
/
+0
2022-03-21
Move pthread locks to own module.
Mara Bos
-1
/
+1
2020-10-14
Remove lifetime from StaticMutex and assume 'static.
Mara Bos
-12
/
+5
2020-10-14
Fix comment about non-reentrant StaticMutex::lock().
Mara Bos
-2
/
+3
2020-10-08
Remove unnecessary rustc_const_stable attributes.
Mara Bos
-1
/
+0
2020-10-02
Make it possible to have unboxed mutexes on specific platforms.
Mara Bos
-4
/
+5
2020-10-02
Move boxing and mutex checking logic of condvar into sys_common.
Mara Bos
-1
/
+1
2020-09-27
Split sys_common::Mutex in StaticMutex and MovableMutex.
Mara Bos
-61
/
+66
2020-07-27
mv std libs to library/
mark
-0
/
+101