about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-6/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-35/+38
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-2/+25
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-22/+10
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-18/+28
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-44/+145
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-749/+112
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-48/+26
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-932/+902
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-18/+13
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-2/+25
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-824/+1012
2015-01-02auto merge of #20356 : Gankro/rust/stab, r=aturonbors-43/+83
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-48/+26
2015-01-01std: Second pass stabilization of syncAlex Crichton-197/+113
2015-01-02More falloutNick Cameron-65/+65
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-71/+71
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-5/+5
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-5/+7
2014-12-31stabilize more of collectionsAlexis Beingessner-43/+83
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-44/+145
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-165/+237
2014-12-31Test fixes and rebase conflictsAlex Crichton-7/+8
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-28/+32
2014-12-30Fallout from stabilizationAaron Turon-21/+25
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-355/+2
2014-12-30rollup merge of #20348: frewsxcv/rm-reexportsAlex Crichton-1/+1
2014-12-30rollup merge of #20329: vhbit/ios-rand-fixAlex Crichton-0/+3
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+55
2014-12-30rollup merge of #20321: epall/patch-1Alex Crichton-2/+2
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-2/+49
2014-12-30rollup merge of #20065: aturon/stab-2-cmpAlex Crichton-0/+4
2014-12-30Register new snapshotsAlex Crichton-355/+2
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-30std: Re-enable at_exit()Alex Crichton-239/+166
2014-12-30Libs: Unify concat and concat_vecAaron Turon-7/+6
2014-12-30Second pass stabilization: vecAaron Turon-0/+1
2014-12-30std::iter: Add partition and unzip methods to iteratorsAaron Turon-1/+1
2014-12-30Remove core::atomic::Ordering::* public reexportCorey Farwell-1/+1
2014-12-30iOS: fallout of Sync oibitValerii Hiora-0/+3
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+55
2014-12-29Test fixes and rebase conflictsAlex Crichton-27/+32
2014-12-29Fix impl of Send and Sync for mipsEric Allen-2/+2
2014-12-29rollup merge of #20306: alexcrichton/second-pass-stringAlex Crichton-2/+12
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-66/+74
2014-12-29rollup merge of #20265: nicholasbishop/bishop_add_missing_bitflags_methodsAlex Crichton-0/+4
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-46/+46