summary refs log tree commit diff
path: root/src/liballoc/arc.rs
AgeCommit message (Expand)AuthorLines
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-17/+13
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+5
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-2/+2
2015-08-19don't do deprecations yetAlexis Beingessner-2/+0
2015-08-19Rework Arc for FCP of #27718Alexis Beingessner-71/+118
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-2/+2
2015-08-15alloc: Add issues for all unstable featuresAlex Crichton-8/+12
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-77/+50
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-1/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-30Auto merge of #27174 - Gankro:rc-sat, r=alexcrichtonbors-4/+26
2015-07-29make Arc mem::forget safeAlexis Beingessner-4/+26
2015-07-27Show appropriate feature flags in docsSteve Klabnik-6/+12
2015-07-03Fix 'Relaaxed' typo in code commentCorey Farwell-1/+1
2015-07-03Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichtonbors-79/+177
2015-07-02Fix race condition in Arc's get_mut and make_unqiueAaron Turon-79/+177
2015-07-01Implement CoerceUnsized for arc::WeakRemi Rampin-0/+2
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-3/+3
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+1
2015-06-17std: Move free-functions to associated functionsAlex Crichton-4/+22
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-10/+10
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-8/+8
2015-06-09Revert "Added AsRef implementations for Arc and Rc"Alex Crichton-9/+0
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-3/+0
2015-06-04Added AsRef implementations for Arc and RcMarkus Westerlind-0/+9
2015-05-30Mark Arc function get_mut and method make_unique unsafeUlrik Sverdrup-35/+56
2015-05-19Fix rebase conflictsAriel Ben-Yehuda-2/+6
2015-05-17Make `Arc` support DSTsP1start-36/+50
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-4/+4
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-22Relax bounds on Default implementation for Arc.Ulrik Sverdrup-1/+1
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-1/+0
2015-04-20Simplify alloc::arc::Arc example in doc-commentCorey Farwell-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+0
2015-04-15Fix some typos.Ms2ger-1/+1
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/+3
2015-04-04Renamed Arc::try_unique to get_mutDzmitry Malyshau-23/+21
2015-04-04Rollup merge of #23997 - richo:typos, r=huonwManish Goregaokar-1/+1
2015-04-02liballoc: fix typoRicho Healey-1/+1
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-2/+2
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-1/+4
2015-04-02Rollup merge of #23844 - kvark:try_unique, r=alexcrichtonManish Goregaokar-6/+50
2015-03-31Added Arc::try_uniqueDzmitry Malyshau-6/+50
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23775: alexcrichton/fix-flaky-testAlex Crichton-2/+2
2015-03-27rollup merge of #23743: Adenilson/addInfoArcClone01Alex Crichton-0/+3