summary refs log tree commit diff
path: root/src/libstd/sys_common/remutex.rs
AgeCommit message (Collapse)AuthorLines
2017-10-09Refactor to use `debug_struct` in several Debug implsMalo Jaffré-3/+10
Fixes #44771.
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+236
Make the directory structure reflect the module structure. I've always found the existing structure confusing.