| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -96/+0 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-02-08 | Remove outdated comment. | Mara Bos | -2/+0 |
| 2021-01-22 | Remove delay-binding for Win XP and Vista | Arlie Davis | -92/+18 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -3/+3 |
| 2020-10-02 | No longer put windows mutexes in a box. | Mara Bos | -1/+4 |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 |
| 2020-10-01 | Formatting. | Mara Bos | -5/+1 |
| 2020-10-01 | Use AcquireSRWLockExclusive::is_available() instead of an extra lookup. | Mara Bos | -17/+6 |
| 2020-09-16 | Avoid creating `&mut`s in Windows ReentrantMutex. | Mara Bos | -7/+7 |
| 2020-09-16 | Don't use `mut` in Windows Mutex. | Mara Bos | -9/+7 |
| 2020-09-12 | Small cleanups in Windows Mutex. | Mara Bos | -32/+32 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+184 |
