about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-3/+3
2015-01-03collections: fix falloutJorge Aparicio-124/+211
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-268/+314
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02rollup merge of #20391: daramos/utf8_lossyAlex Crichton-3/+7
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-23/+49
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-6/+15
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-2/+3
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-245/+265
2015-01-02std: Stabilize the prelude moduleAlex Crichton-32/+59
2015-01-02auto merge of #20356 : Gankro/rust/stab, r=aturonbors-321/+367
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-6/+15
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2015-01-02More falloutNick Cameron-5/+5
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-18/+19
2015-01-01Reimplement a minor optimization in String::from_utf8_lossy that avoids havin...dan@daramos.com-3/+7
2014-12-31collections: fix falloutJorge Aparicio-1/+1
2014-12-31stabilize more of collectionsAlexis Beingessner-321/+367
2014-12-31Test fixes and rebase conflictsAlex Crichton-6/+6
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1642/+1564
2014-12-30Fallout from stabilizationAaron Turon-197/+178
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-9/+0
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-2/+64
2014-12-30rollup merge of #20326: rohitjoshi/masterAlex Crichton-0/+6
2014-12-30rollup merge of #20316: seanmonstar/patch-1Alex Crichton-15/+16
2014-12-30Register new snapshotsAlex Crichton-9/+0
2014-12-30Stabilize cmpAaron Turon-3/+40
2014-12-30Adjustments from reviewAaron Turon-5/+5
2014-12-30Libs: Unify concat and concat_vecAaron Turon-52/+29
2014-12-30Second pass stabilization: sliceAaron Turon-663/+717
2014-12-30Second pass stabilization: vecAaron Turon-762/+676
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-2/+64
2014-12-30PR#20326 : Issue#20322: Adding unsafe Send and Sync traits implementation for...Rohit Joshi-0/+6
2014-12-29Test fixes and rebase conflictsAlex Crichton-11/+5
2014-12-29collections: use Unique in btree::NodeSean McArthur-15/+16
2014-12-29rollup merge of #20306: alexcrichton/second-pass-stringAlex Crichton-66/+107
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-2/+5
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-3/+3
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-8/+8
2014-12-30Rebasing and reviewer changesNick Cameron-1/+1
2014-12-30Fallout from mut slicesNick Cameron-7/+7
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-14/+7
2014-12-29std: Second pass stabilization for `string`Alex Crichton-66/+107
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-2/+2
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-78/+101
2014-12-29std: Stabilize the prelude moduleAlex Crichton-27/+52