| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -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-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -242/+3 | |
| Also doing fmt inplace as requested. | ||||
| 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 | |
