summary refs log tree commit diff
path: root/library/std/src/sys_common/rwlock.rs
AgeCommit message (Expand)AuthorLines
2021-03-14Revert "Revert "use RWlock when accessing os::env #81850""The8472-0/+59
2021-03-07Revert "use RWlock when accessing os::env #81850"Eric Huss-59/+0
2021-02-24library: Normalize safety-for-unsafe-block commentsMiguel Ojeda-2/+2
2021-02-09split guard into read and write typesThe8472-15/+14
2021-02-08introduce StaticRWLock wrapper to make methods safeThe8472-49/+60
2021-02-07silence dead code warnings on windowsThe8472-0/+5
2021-02-07use rwlock for accessing ENVThe8472-0/+44
2020-07-27mv std libs to library/mark-0/+88