about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2014-07-09auto merge of #15471 : erickt/rust/push_all, r=acrichtobors-77/+448
2014-07-07collections: merge unsafe_push_all_clone and push_allErick Tryzelaar-29/+14
2014-07-07collections: minimize code that's in unsafe blocksErick Tryzelaar-22/+22
2014-07-07collections: flesh out the Vec::clone_from benchmarks to cover reuseErick Tryzelaar-30/+93
2014-07-05collections: Optimize Vec when cloning from a sliceErick Tryzelaar-31/+44
2014-07-05collections: flesh out Vec benchmarksErick Tryzelaar-54/+364
2014-07-05libcore: Fix Items iterator for zero sized types.Luqman Aden-6/+4
2014-07-04librustc: Don't create &[T] slices with NULL as the ptr.Luqman Aden-17/+14
2014-07-03collections: Fix conditional when reserving extra vec spaceErick Tryzelaar-1/+1
2014-07-03collections: grow should use the overflow-checked reserve_additionalErick Tryzelaar-2/+1
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-2/+2
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-7/+10
2014-06-28Rename all raw pointers as necessaryAlex Crichton-7/+10
2014-06-28Add remark and an example about the bounds of `Vec::insert`Tobias Bucher-1/+4
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-68/+68
2014-06-21collections: fix running `make check-stage1-collections`Erick Tryzelaar-0/+3
2014-06-21std: micro-optimize Vec constructors and add benchmarksErick Tryzelaar-0/+115
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-4/+7
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-77/+13
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-7/+8
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06Rename Iterator::len to countAaron Turon-7/+7
2014-06-06Fix documentation for `slice()`Adolfo OchagavĂ­a-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-12/+11
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+1900