about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2014-10-27Test fixes and rebase conflicts from rollupAlex Crichton-1/+1
2014-10-27Add @thestinger comment explaining that shrink_to_fit might drop down as clos...areski-2/+4
2014-10-24Make the Vec data structure layout match raw::Slice.Clark Gaebel-9/+9
2014-10-23Improved examples on Vec documentationareski-1/+5
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-191/+9
2014-10-15auto merge of #17934 : pcwalton/rust/better-autoderef-fixup, r=pnkfelixbors-4/+3
2014-10-14librustc: Improve method autoderef/deref/index behavior more, and enablePatrick Walton-4/+3
2014-10-13Clean up rustc warnings.NODA, Kai-22/+22
2014-10-12auto merge of #17942 : JIghtuse/rust/master, r=alexcrichtonbors-7/+0
2014-10-11Remove into_vec method from &[T]Boris Egorov-7/+0
2014-10-10Register new snapshotsAlex Crichton-44/+0
2014-10-10improve the performance of the vec![] macroDaniel Micay-1/+1
2014-10-10implement Box<[T]> <-> Vec<T> conversionsDaniel Micay-0/+22
2014-10-10vec: minor cleanupDaniel Micay-2/+1
2014-10-09auto merge of #17870 : thestinger/rust/alloc, r=eddybbors-9/+6
2014-10-08saner parameter order for reallocation functionsDaniel Micay-9/+6
2014-10-08add #[experimental] as_string/as_vec functionsDaniel Micay-13/+63
2014-10-07Rename slicing methodsNick Cameron-1/+45
2014-10-07Rename slice::SliceNick Cameron-3/+3
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-25/+31
2014-10-02rollup merge of #16993 : dschatzberg/items-boundsAlex Crichton-15/+77
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-40/+28
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-53/+0
2014-10-02Revert "Review and rebasing changes"Aaron Turon-5/+10
2014-10-02Add fixes for new lifetime boundsDan Schatzberg-9/+6
2014-10-02Add tests for MoveItemsDan Schatzberg-0/+33
2014-10-02Use RawPtr::offset when size_of::<T>() > 0Dan Schatzberg-1/+5
2014-10-02Add lifetime bounds on Items and MutItems.Dan Schatzberg-14/+42
2014-10-02auto merge of #17620 : nick29581/rust/slice4, r=aturonbors-25/+85
2014-10-02Review and rebasing changesNick Cameron-10/+5
2014-10-02auto merge of #17381 : tbu-/rust/pr_mapinplace2, r=aturonbors-208/+222
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-0/+53
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-28/+40
2014-09-28Register new snapshotsSteven Fackler-3/+0
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-0/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-39/+10
2014-09-21collections: Stabilize VecAlex Crichton-5/+56
2014-09-19Refactor `Vec::map_in_place` to move code out of `PartialVec`Tobias Bucher-208/+222
2014-09-19Implement slicing syntax.Nick Cameron-0/+80
2014-09-16Fallout from renamingAaron Turon-36/+36
2014-09-16Align with _mut conventionsAaron Turon-7/+49
2014-09-16auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichtonbors-0/+2
2014-09-16auto merge of #17280 : thestinger/rust/heap, r=pcwaltonbors-7/+3
2014-09-15heap: optimize EMPTY to avoid relocationsDaniel Micay-7/+3
2014-09-15auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichtonbors-1/+3
2014-09-14impl ExactSize for vec::MoveItemsAlexis Beingessner-0/+2
2014-09-14Fixed `map_in_place` tests after rustc upgradeTobias Bucher-8/+7
2014-09-14Added missing `}` from `map_in_place` rebaseTobias Bucher-0/+1
2014-09-14Remove the unused `Iterator` implementation of the private `PartialVec`Tobias Bucher-6/+0
2014-09-14Minimize the public interface and rename it to `map_in_place`Tobias Bucher-19/+21