about summary refs log tree commit diff
path: root/library/std/src/sync/mutex.rs
AgeCommit message (Collapse)AuthorLines
2020-09-06Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAusbors-4/+4
Use Arc::clone and Rc::clone in documentation This PR replaces uses of `x.clone()` by `Rc::clone(&x)` (or `Arc::clone(&x)`) to better match the documentation for those types. @rustbot modify labels: T-doc
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-242/+3
Also doing fmt inplace as requested.
2020-08-30Move to Arc::clone(&x) over x.clone() in library/stdAlexis Bourget-4/+4
2020-08-22Use intra-doc-links in `std::sync::*`LeSeulArtichaut-16/+8
2020-07-27mv std libs to library/mark-0/+767