about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-01-06More test fixesAlex Crichton-2/+2
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-3/+3
2015-01-06Register new snapshotsAlex Crichton-23/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+16
2015-01-07markers -> markerNick Cameron-14/+14
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+16
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-14/+14
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-53/+53
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+21
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-8/+8
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-6/+8
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+21
2015-01-06FalloutNick Cameron-8/+8
2015-01-05Remove i suffix in docsSteve Klabnik-53/+53
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-6/+8
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-10/+2
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-7/+7
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+3
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-5/+12
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-21/+2
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-1/+2
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-5/+12
2015-01-02rollup merge of #20420: alexcrichton/second-pass-boxedAlex Crichton-3/+24
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-3/+3
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-1/+2
2015-01-01std: Second pass stabilization for `boxed`Alex Crichton-3/+24
2015-01-01Reviewer changeNick Cameron-5/+1
2015-01-01Add some impls of Show (RefCell, Weak, some resolve types)Nick Cameron-0/+11
2014-12-31Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30rollup merge of #20348: frewsxcv/rm-reexportsAlex Crichton-19/+20
2014-12-30Stabilize cmpAaron Turon-9/+13
2014-12-30Remove core::atomic::Ordering::* public reexportCorey Farwell-19/+20
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-1/+1
2014-12-29rollup merge of #20042: alexcrichton/second-pass-ptrAlex Crichton-4/+4
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-4/+4
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-2/+2
2014-12-28Don't expose NonZero through libstd.Luqman Aden-2/+4
2014-12-28libcore: Make it unsafe to create NonZero and impl Deref.Luqman Aden-30/+14
2014-12-28liballoc: Use NonZero in Arc.Luqman Aden-12/+17
2014-12-28liballoc: Use NonZero in Rc.Luqman Aden-15/+29
2014-12-26s/task/thread/gSteve Klabnik-1/+1