| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-18 | Finish moving to intra doc links for std::sync | Alexis Bourget | -51/+34 | |
| 2020-09-12 | Mark Once::new as #[inline]. | Mara Bos | -0/+1 | |
| Without this, it was not inlined in SyncOnceCell::into_inner(), causing unecessary checks and dead code. | ||||
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -17/+17 | |
| 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 | -2384/+2375 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-30 | Move to Arc::clone(&x) over x.clone() in library/std | Alexis Bourget | -17/+17 | |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 | |
| 2020-08-22 | Use intra-doc-links in `std::sync::*` | LeSeulArtichaut | -136/+53 | |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+8854 | |
