about summary refs log tree commit diff
path: root/src/liballoc/arc.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-27alloc: Don't run some Arc doc testsAlex Crichton-2/+2
2015-03-26Adding more information about the behavior of Arc/RcAdenilson Cavalcanti-0/+3
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-2/+3
2015-03-24Remove unnecessary bounds from Drop impl for `Arc` and `arc::Weak` andFelix S. Klock II-3/+3
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-34/+42
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+8
2015-03-18liballoc: Partially inline the refcount manipulation in the ArcPatrick Walton-8/+18
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-08Remove unneeded `T: Send + Sync` bounds from `Arc`.Huon Wilson-5/+5
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+3
2015-02-28std: Implement stdio for `std::io`Alex Crichton-10/+13
2015-02-27Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearthbors-0/+7
2015-02-26Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`nwin-0/+7
2015-02-20Register new snapshotsAlex Crichton-7/+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-0/+8
2015-02-17Fallout from stabilizationAaron Turon-8/+8
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-4/+4
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-6/+6
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-28/+28
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-13/+16
2015-01-30Remove all `i` suffixesTobias Bucher-28/+28
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-6/+7
2015-01-23grandfathered -> rust1Brian Anderson-14/+14
2015-01-23Set unstable feature names appropriatelyBrian Anderson-7/+7