| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-03-27 | Improve Debug implementations of Mutex and RwLock. | Mara Bos | -4/+8 |
| 2021-02-18 | add Mutex::unlock | mark | -0/+20 |
| 2020-10-07 | (docs): make mutex error comment consistent with codebase | Steve Manuel | -1/+1 |
| 2020-09-27 | Split sys_common::Mutex in StaticMutex and MovableMutex. | Mara Bos | -26/+4 |
| 2020-09-20 | Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()` | Daniel Henry-Mantilla | -3/+1 |
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -4/+4 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -242/+3 |
| 2020-08-30 | Move to Arc::clone(&x) over x.clone() in library/std | Alexis Bourget | -4/+4 |
| 2020-08-22 | Use intra-doc-links in `std::sync::*` | LeSeulArtichaut | -16/+8 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+767 |
