about summary refs log tree commit diff
path: root/src/liballoc/rc.rs
AgeCommit message (Expand)AuthorLines
2016-05-28rustfmt liballoc folderSrinivas Reddy Thatiparthy-4/+4
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-28/+31
2016-04-05Remove strange names created by lack of privacy-conscious name lookupTobias Bucher-23/+19
2016-03-10first round of removal of integer suffixessrinivasreddy-2/+2
2016-03-09Clarify that try_unwrap needs exactly oneSteve Klabnik-2/+3
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-1/+1
2016-01-20Fix incorrect stability annotations for WeakSebastian Hahn-4/+4
2015-12-31Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankrobors-4/+6
2015-12-30Auto merge of #30467 - shahn:master, r=brsonbors-1/+38
2015-12-30Small refactoring to make this code more clearSteve Klabnik-4/+6
2015-12-21Register new snapshotsAlex Crichton-6/+0
2015-12-19Address review commentsSebastian Hahn-2/+1
2015-12-19Rename Weak::new_downgraded to Weak::newSebastian Hahn-4/+4
2015-12-19use core::mem::unintialized instead of uninit intrinsicSebastian Hahn-3/+3
2015-12-19Fix doctest failureSebastian Hahn-1/+3
2015-12-18Implement Weak::new_downgraded() (#30425)Sebastian Hahn-1/+37
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-8/+0
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-10/+10
2015-11-24rustfmt: liballoc, liballoc_*, libarenaNick Cameron-10/+10
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+7
2015-11-16Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichtonbors-0/+16
2015-11-16Fix feature nameAlexander Bulaev-1/+1
2015-11-12Remove impls for cases considered `niche`Alexander Bulaev-14/+0
2015-11-11Fix import warnings for stage0Steve Klabnik-2/+6
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-11-04liballoc: implement From for Box, Rc, ArcAlexander Bulaev-0/+30
2015-11-02remove #![feature(rc_unique)] from Rc docsAlex Burka-3/+0
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-2/+2
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-5/+6
2015-10-11Run rustfmt on liballoc.Ahmed Charles-7/+5
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+1
2015-10-09Added the param-blindness attribute to `Rc` and `Arc`.Felix S. Klock II-0/+1
2015-10-02std: Add AsRef/AsMut impls to Box/Rc/ArcAlex Crichton-0/+5
2015-09-24Better function callsNick Cameron-2/+6
2015-09-24rustfmt liballocNick Cameron-23/+48
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-26/+18
2015-09-03doc: reduce indentation of examples to 4 spacesTshepang Lekhonkhobe-7/+7
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+5
2015-08-19don't do deprecations yetAlexis Beingessner-3/+0
2015-08-19Rework Rc for FCP of #27718Alexis Beingessner-82/+117
2015-08-15alloc: Add issues for all unstable featuresAlex Crichton-10/+14
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-106/+28
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-30Auto merge of #27174 - Gankro:rc-sat, r=alexcrichtonbors-3/+16
2015-07-29make Rc mem::forget safeAlexis Beingessner-3/+16
2015-07-27Show appropriate feature flags in docsSteve Klabnik-12/+24
2015-07-01Implement CoerceUnsized for rc::WeakRemi Rampin-0/+2
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-4/+4