about summary refs log tree commit diff
path: root/library/alloc/src/rc.rs
AgeCommit message (Expand)AuthorLines
2020-09-12?Sized bounds for rc::Weak::as_ptr and friendsCAD97-14/+14
2020-09-12Adjust rc::Weak::from_raw to support unsized TCAD97-11/+12
2020-09-11Address review commentscarbotaniuman-8/+14
2020-09-09Formatcarbotaniuman-3/+3
2020-09-09Add WeakInner<'_> and have Weak::inner() return itcarbotaniuman-39/+70
2020-09-09Eliminate mut reference UB in Drop impl for Rc<T>carbotaniuman-1/+1
2020-09-05Rollup merge of #75994 - mental32:impl-rc-new-cyclic, r=KodrAusDylan DPC-0/+44
2020-09-02Convert many files to intra-doc linksJoshua Nelson-4/+4
2020-09-01Removed [inline] and copied over comments from Arc::new_cyclicmental-1/+11
2020-08-29typomental-1/+1
2020-08-27`impl Rc::new_cyclic`mental32-0/+34
2020-08-22Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieubors-15/+58
2020-08-21Update rc.rsamosonn-1/+1
2020-08-21Apply suggestions from code reviewLeSeulArtichaut-2/+1
2020-08-21Use intra-doc-links in `alloc`LeSeulArtichaut-62/+34
2020-08-05Add {Box,Rc,Arc}::new_zeroed_sliceAmos Onn-0/+34
2020-08-05Use alloc_zeroed in {Rc,Arc}::new_zeroedAmos Onn-15/+24
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-2/+2
2020-08-03Merge branch 'master' into remove-in-place-allocTim Diekmann-33/+12
2020-08-02fix typosliuzhenyu-1/+1
2020-07-30Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnayManish Goregaokar-9/+11
2020-07-29Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functionsSimon Sapin-23/+0
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-4/+2
2020-07-28Don't use "weak count" around Weak::from_raw_ptrMichal 'vorner' Vaner-9/+11
2020-07-27mv std libs to library/mark-0/+2138