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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
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