about summary refs log tree commit diff
path: root/src/liballoc/rc.rs
AgeCommit message (Expand)AuthorLines
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
2015-06-17More test fixes and fallout of stability changesAlex Crichton-22/+19
2015-06-17std: Move free-functions to associated functionsAlex Crichton-28/+105
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-18/+15
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-10/+10
2015-06-09Revert "Added AsRef implementations for Arc and Rc"Alex Crichton-10/+0
2015-06-04Added AsRef implementations for Arc and RcMarkus Westerlind-0/+10
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-415/+4
2015-05-21she -> they in Dining PhilosophersSteve Klabnik-1/+1
2015-05-20Auto merge of #25588 - bluss:doc-string-from, r=alexcrichtonbors-2/+2
2015-05-19fix conflictsAriel Ben-Yehuda-2/+2
2015-05-19collections: Avoid unstable code in examples for StringUlrik Sverdrup-2/+2
2015-05-16Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and BorrowP1start-0/+48
2015-05-13Remove SNAP commentsNick Cameron-5/+5
2015-05-13RebasingNick Cameron-4/+0
2015-05-13Fix a bunch of bugsNick Cameron-2/+4
2015-05-13Make Rc DST-compatibleNick Cameron-7/+382
2015-05-13eddyb's changes for DST coercionsNick Cameron-2/+2
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-22Remove doc-comment default::Default importsCorey Farwell-1/+0
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+7
2015-04-04Removed explicit lifetimes for `get_mut`. Fixed the doc test.Dzmitry Malyshau-1/+1
2015-03-27rollup merge of #23743: Adenilson/addInfoArcClone01Alex Crichton-1/+2
2015-03-26Adding more information about the behavior of Arc/RcAdenilson Cavalcanti-1/+2
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-3/+3