about summary refs log tree commit diff
path: root/src/liballoc/rc.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-21Remove 'since' from unstable attributesBrian Anderson-14/+14
2015-01-21Minor fixesBrian Anderson-2/+0
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-30/+36
2015-01-21Revert "Use assume to inform the optimiser about refcount invariants"Alex Crichton-13/+2
2015-01-21Revert "Add assumptions that the pointer is non-null"Alex Crichton-16/+2
2015-01-21Revert "Add more explanation for why the assumes are there"Alex Crichton-9/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-8/+8
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-154/+0
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-8/+8
2015-01-20Register snapshot for 9006c3cFlavio Percoco-154/+0
2015-01-21Add more explanation for why the assumes are thereJames Miller-1/+9
2015-01-21Add assumptions that the pointer is non-nullJames Miller-2/+16
2015-01-21Use assume to inform the optimiser about refcount invariantsJames Miller-2/+13
2015-01-17Register new snapshots.Eduard Burtescu-8/+0
2015-01-16Don't use NoSend/NoSync in liballocFlavio Percoco-0/+159
2015-01-08Improvements to feature stagingBrian Anderson-13/+13
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-0/+7
2015-01-07std: Tweak String implementationsAlex Crichton-0/+7
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-12/+23