about summary refs log tree commit diff
path: root/src/liballoc/arc.rs
AgeCommit message (Expand)AuthorLines
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-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
2015-01-21Remove 'since' from unstable attributesBrian Anderson-7/+7
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-21/+25
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+7
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-9/+9
2015-01-08Improvements to feature stagingBrian Anderson-8/+8
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-0/+7
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-8/+13
2015-01-07std: Tweak String implementationsAlex Crichton-0/+7
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-8/+13
2015-01-07Merge pull request #20679 from geekcraik/masterbors-1/+1
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-07Update arc.rs克雷-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-3/+3
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-26/+26
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-3/+3
2015-01-05Remove i suffix in docsSteve Klabnik-26/+26
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-3/+3