summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
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