about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-6/+6
2015-02-28Auto merge of #22669 - dotdash:fast_slice_iter, r=huonwbors-1/+4
2015-02-27Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-Manish Goregaokar-2/+2
2015-02-26Send/Sync audit for libcollectionsEdward Wang-0/+3
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-2/+2
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-5/+5
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-5/+5
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-31/+31
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-59/+24
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-1/+1
2015-02-22Eliminate more excessive null-checks from slice iteratorsBjörn Steinbrink-1/+4
2015-02-20Register new snapshotsAlex Crichton-11/+1
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-59/+24
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-19/+19
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-22/+22
2015-02-18Stabilize std::borrowAaron Turon-21/+21
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-3/+5
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-0/+9
2015-02-18make FromIterator use IntoIteratorAlexis-2/+3
2015-02-18make Extend use IntoIteratorAlexis-1/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+9
2015-02-18Fallout: Port Vec to use `Unique`Niko Matsakis-19/+19
2015-02-18Eliminate excessive null-checks from slice iteratorsBjörn Steinbrink-1/+6
2015-02-17Register new snapshotsAlex Crichton-33/+0
2015-02-17rollup merge of #22394: alexcrichton/vec-from-iter-commentAlex Crichton-10/+19
2015-02-17rollup merge of #22455: msiemens/add-vec-from_elemAlex Crichton-0/+24
2015-02-17std: Add Vec::from_iter commentAlex Crichton-10/+19
2015-02-17Implement `Vec::from_elem` (RFC 832)Markus Siemens-0/+24
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+3
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/+36
2015-02-15Auto merge of #22242 - Gankro:collect-ints, r=alexcrichtonbors-10/+10
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+36
2015-02-13Auto merge of #22200 - alexcrichton:opt-vec-collect, r=huonwbors-1/+11
2015-02-13more int and cloned cleanup in collectionsAlexis-10/+10
2015-02-12std: Optimize Vec::from_iterAlex Crichton-1/+11
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-6/+12
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-3/+3
2015-02-07minor fixes to Vec docs and bounds checkAlexis-3/+9
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-6/+0
2015-02-06remove int_uint feature from libcollectionsAlexis-5/+5
2015-02-05remove int_uint feature from libcollectionsAlexis-15/+15
2015-02-05remove unecessary lifetimes from a bunch of collections codeAlexis-9/+9
2015-02-05misc collections code cleanupAlexis-122/+122
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-18/+20
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+2