about summary refs log tree commit diff
path: root/library/std/src/sys_common/mutex.rs
AgeCommit message (Expand)AuthorLines
2020-10-14Remove lifetime from StaticMutex and assume 'static.Mara Bos-12/+5
2020-10-14Fix comment about non-reentrant StaticMutex::lock().Mara Bos-2/+3
2020-10-08Remove unnecessary rustc_const_stable attributes.Mara Bos-1/+0
2020-10-02Make it possible to have unboxed mutexes on specific platforms.Mara Bos-4/+5
2020-10-02Move boxing and mutex checking logic of condvar into sys_common.Mara Bos-1/+1
2020-09-27Split sys_common::Mutex in StaticMutex and MovableMutex.Mara Bos-61/+66
2020-07-27mv std libs to library/mark-0/+101