about summary refs log tree commit diff
path: root/src/liballoc/rc.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-40/+50
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+12
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+3
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+2
2015-02-23import boxed for alloc/rc.rs (fixup #22696)Manish Goregaokar-1/+3
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-2/+3
2015-02-20Register new snapshotsAlex Crichton-8/+0
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-7/+0
2015-02-18Stabilize std::borrowAaron Turon-7/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+10
2015-02-17Register new snapshotsAlex Crichton-6/+2
2015-02-17Rc itself isn't immutable.Artem-1/+1
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-9/+9
2015-02-07Fix broken link to std::rc module docsCaspar Krieger-2/+2
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-2/+2
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-02-03Rc: Add assumptions that the pointer is non-nullJames Miller-2/+25
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-21/+21
2015-01-30Remove all `i` suffixesTobias Bucher-33/+33
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-165/+8
2015-01-23grandfathered -> rust1Brian Anderson-16/+16
2015-01-23Set unstable feature names appropriatelyBrian Anderson-14/+14