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
/
libcollectionstest
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-22
Make `vec::IntoIter` covariant again
Andrew Paseltiner
-1
/
+2
2016-08-11
Introduce `as_mut_slice` method on `std::vec::IntoIter` struct.
Corey Farwell
-0
/
+11
2016-08-11
Introduce `as_slice` method on `std::vec::IntoIter` struct.
Corey Farwell
-0
/
+12
2016-07-21
Readding lifetime parameters and removing allocation
Thomas Garcia
-1
/
+1
2016-07-21
Make vec::Drain and binary_heap::Drain covariant
Thomas Garcia
-0
/
+6
2016-05-22
run rustfmt on libcollections test module
Srinivas Reddy Thatiparthy
-22
/
+34
2016-04-14
Specialize `Extend` to `append` for `{LinkedList, Vec}`
Andrew Paseltiner
-0
/
+3
2016-02-17
Implement `Clone` for `std::vec::IntoIter`
Tobias Bucher
-0
/
+18
2016-02-03
Add tests for `Cow::from` for strings, vectors and slices
Tobias Bucher
-0
/
+11
2016-01-30
test: Deny warnings in {core,collections}test
Alex Crichton
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-80
/
+2
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-21
/
+0
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-0
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-3
/
+3
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+15
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-02
Override Iterator::count method in vec::IntoIter
sinkuu
-0
/
+5
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-28
collections: Implement vec::drain(range) according to RFC 574
Ulrik Sverdrup
-3
/
+33
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-0
/
+994