summary refs log tree commit diff
path: root/library/std/src/sys_common/remutex.rs
AgeCommit message (Expand)AuthorLines
2020-12-08Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-33/+19
2020-12-08Remove unnecessary import of `crate::marker` in std::sys_common::remutex.Mara Bos-2/+1
2020-09-24Remove workaround for deref issue that no longer exists.Mara Bos-6/+4
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-76/+3
2020-07-27mv std libs to library/mark-0/+224