about summary refs log tree commit diff
path: root/src/liballoc/sync.rs
AgeCommit message (Expand)AuthorLines
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-03Add sync::Weak::ptr_eqThomas de Zeeuw-0/+47
2018-11-21update various stdlib docsSteve Klabnik-3/+2
2018-11-08Fix Rc/Arc allocation layoutMurarth-2/+4
2018-11-05Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichtonbors-5/+7
2018-11-05Fix undefined behavior in Rc/Arc allocationMurarth-5/+7
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-5/+5
2018-11-01Add CoerceSized impls throughout libstdMichael Hewson-1/+6
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+1
2018-10-12`#[must_use]` for associated functions is supposed to actually workZack M. Davis-2/+2
2018-10-01Introduce language items for `Arc` and `Rc`.David Wood-0/+1
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-0/+6
2018-09-08Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum...bors-5/+3
2018-09-07Rollup merge of #53874 - withoutboats:pin-ptr-impls, r=RalfJungkennytm-1/+4
2018-09-06Fix invalid urlsGuillaume Gomez-5/+3
2018-09-01Update to a new pinning API.Without Boats-0/+6
2018-09-01Implement Unpin for Box, Rc, and ArcWithout Boats-1/+4
2018-08-31Add clearer wording to Arc clone example codeOtto Rask-1/+1
2018-08-30Rephrase Arc documentation changes regarding clonesOtto Rask-4/+4
2018-08-29Make Arc cloning mechanics clearer in module docsOtto Rask-4/+5
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
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