| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-11-14 | std: move `ReentrantMutex` to `sync` | joboet | -178/+0 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -5/+5 |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -34/+12 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -7/+0 |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -13/+86 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -1/+1 |
| 2020-12-08 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -33/+19 |
| 2020-12-08 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 |
| 2020-09-24 | Remove workaround for deref issue that no longer exists. | Mara Bos | -6/+4 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -76/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+224 |
