summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-4/+4
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-94/+131
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-63/+63
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-67/+709
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18Stabilize std::borrowAaron Turon-66/+698
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-63/+63
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-4/+4
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-868/+916
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-4/+94
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-5/+5
2015-02-18make FromIterator use IntoIteratorAlexis-23/+25
2015-02-18make Extend use IntoIteratorAlexis-17/+22
2015-02-18Implement RFC 580Aaron Turon-835/+876
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-4/+94
2015-02-18Fallout: RingBuf, use Unique.Niko Matsakis-29/+31
2015-02-18Fallout: EnumSet, add Marker.Niko Matsakis-9/+15
2015-02-18Fallout: port btree to use Unique, some markers.Niko Matsakis-32/+52
2015-02-18Fallout: btree. Rephrase invariant lifetime in terms of PhantomData.Niko Matsakis-4/+13
2015-02-18Fallout: Port Vec to use `Unique`Niko Matsakis-20/+20
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-4/+4
2015-02-18Eliminate excessive null-checks from slice iteratorsBjörn Steinbrink-1/+6
2015-02-17Register new snapshotsAlex Crichton-251/+0
2015-02-17Test fixes and rebase conflictsAlex Crichton-5/+8
2015-02-17rollup merge of #22394: alexcrichton/vec-from-iter-commentAlex Crichton-10/+19
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-17rollup merge of #22457: steveklabnik/gh22361Alex Crichton-3/+5
2015-02-17rollup merge of #22455: msiemens/add-vec-from_elemAlex Crichton-3/+49
2015-02-17rollup merge of #22454: alexcrichton/stabilize-into-iteratorAlex Crichton-0/+21
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-5/+5
2015-02-17std: Add Vec::from_iter commentAlex Crichton-10/+19
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-17Implement `Vec::from_elem` (RFC 832)Markus Siemens-3/+49
2015-02-17Clarify RingBuf documentation.Steve Klabnik-3/+5
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+21
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-4/+4
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-4/+4
2015-02-17Rollup merge of #22394 - alexcrichton:vec-from-iter-comment, r=brsonManish Goregaokar-0/+11
2015-02-17std: Add Vec::from_iter commentAlex Crichton-0/+11
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+264
2015-02-17Rollup merge of #22253 - huonw:unstable-words, r=aturonManish Goregaokar-1/+2
2015-02-16Auto merge of #22367 - Manishearth:rollup, r=steveklabnikbors-3/+20
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-2/+0
2015-02-15Rollup merge of #22247 - Gankro:dlist_split, r=alexcrichtonManish Goregaokar-1/+20
2015-02-15Auto merge of #22242 - Gankro:collect-ints, r=alexcrichtonbors-58/+58
2015-02-15Auto merge of #22058 - Gankro:all-the-impls, r=huonwbors-0/+151
2015-02-14naive RingBuf::append implAlexis-1/+50
2015-02-13allow DList to split_at . fixes #22244Alexis-1/+20
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+264
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-4/+4