| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-07 | Fix is_dangling import when Arc is #[cfg]’ed out | Simon Sapin | -6/+1 | |
| 2018-07-07 | Rc: remove unused allocation from Weak::new() | Simon Sapin | -1/+1 | |
| Same as https://github.com/rust-lang/rust/pull/50357 | ||||
| 2018-07-07 | Use an aligned dangling pointer in Weak::new, rather than address 1 | Simon Sapin | -21/+29 | |
| 2018-07-06 | Stabilize rc_downcast | Thayne McCombs | -2/+1 | |
| Fixes #44608 | ||||
| 2018-07-03 | Strenghten synchronization in `Arc::is_unique` | Ralf Jung | -6/+7 | |
| Previously, `is_unique` would not synchronize at all with a `drop` that returned early because it was not the last reference, leading to a data race. Fixes #51780 | ||||
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -0/+1936 | |
