about summary refs log tree commit diff
path: root/src/liballoc/sync.rs
AgeCommit message (Expand)AuthorLines
2018-07-23typosRalf Jung-2/+2
2018-07-23Don't use NonNull::dangling as sentinel valueRalf Jung-4/+9
2018-07-11Revert borked changes in last commit.ljedrz-3/+3
2018-07-10Add missing dyn in liballocljedrz-8/+8
2018-07-10Deny bare trait objects in in src/liballocljedrz-1/+1
2018-07-06Rollup merge of #52103 - tmccombs:rc_downcast, r=Mark-SimulacrumMark Rousskov-2/+1
2018-07-07Fix is_dangling import when Arc is #[cfg]’ed outSimon Sapin-6/+1
2018-07-07Rc: remove unused allocation from Weak::new()Simon Sapin-1/+1
2018-07-07Use an aligned dangling pointer in Weak::new, rather than address 1Simon Sapin-21/+29
2018-07-06Stabilize rc_downcastThayne McCombs-2/+1
2018-07-03Strenghten synchronization in `Arc::is_unique`Ralf Jung-6/+7
2018-06-29Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin-0/+1936