about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-02-22Improve documentation for libcollections/strSteve Klabnik-274/+440
2015-02-22Desugar the implementation of extend to work with IteratorMikhail Zabaluev-2/+7
2015-02-22In Vec::from_iter, unroll the first iterationMikhail Zabaluev-1/+19
2015-02-22Optimize Vec::from_iter and extendMikhail Zabaluev-42/+26
2015-02-22Eliminate more excessive null-checks from slice iteratorsBjörn Steinbrink-1/+4
2015-02-22Implement append and split_off for VecMap (RFC 509)Markus Siemens-2/+170
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-1/+1
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-1/+1
2015-02-20Register new snapshotsAlex Crichton-422/+4
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-59/+24
2015-02-20Addressed PR commentsMarvin Löbel-11/+17
2015-02-20Fix tidy and rebase falloutMarvin Löbel-33/+0
2015-02-20Enabled new pattern API in the libstd facadeMarvin Löbel-16/+22
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-2/+2
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