summary refs log tree commit diff
path: root/library/std/src/sys/sgx/mutex.rs
AgeCommit message (Collapse)AuthorLines
2020-10-02Make it possible to have unboxed mutexes on specific platforms.Mara Bos-0/+2
This commit keeps all mutexes boxed on all platforms, but makes it trivial to remove the box on some platforms later.
2020-07-27mv std libs to library/mark-0/+140