index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-09
auto merge of #15471 : erickt/rust/push_all, r=acrichto
bors
-77
/
+448
2014-07-07
collections: merge unsafe_push_all_clone and push_all
Erick Tryzelaar
-29
/
+14
2014-07-07
collections: minimize code that's in unsafe blocks
Erick Tryzelaar
-22
/
+22
2014-07-07
collections: flesh out the Vec::clone_from benchmarks to cover reuse
Erick Tryzelaar
-30
/
+93
2014-07-05
collections: Optimize Vec when cloning from a slice
Erick Tryzelaar
-31
/
+44
2014-07-05
collections: flesh out Vec benchmarks
Erick Tryzelaar
-54
/
+364
2014-07-05
libcore: Fix Items iterator for zero sized types.
Luqman Aden
-6
/
+4
2014-07-04
librustc: Don't create &[T] slices with NULL as the ptr.
Luqman Aden
-17
/
+14
2014-07-03
collections: Fix conditional when reserving extra vec space
Erick Tryzelaar
-1
/
+1
2014-07-03
collections: grow should use the overflow-checked reserve_additional
Erick Tryzelaar
-2
/
+1
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-2
/
+2
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-7
/
+10
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-7
/
+10
2014-06-28
Add remark and an example about the bounds of `Vec::insert`
Tobias Bucher
-1
/
+4
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-68
/
+68
2014-06-21
collections: fix running `make check-stage1-collections`
Erick Tryzelaar
-0
/
+3
2014-06-21
std: micro-optimize Vec constructors and add benchmarks
Erick Tryzelaar
-0
/
+115
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-4
/
+7
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-77
/
+13
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-7
/
+8
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-06
Rename Iterator::len to count
Aaron Turon
-7
/
+7
2014-06-06
Fix documentation for `slice()`
Adolfo OchagavĂa
-2
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-12
/
+11
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+1900