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
/
library
/
alloc
/
tests
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-26
add testcase for double-drop during Vec in-place collection
The8472
-1
/
+37
2021-03-16
Vec::dedup optimization - add benches
Soveu
-1
/
+1
2021-03-15
Merge branch 'master' into dedup
Soveu
-0
/
+45
2021-03-15
Vec::dedup optimization - add test for panic
Soveu
-0
/
+54
2021-03-15
Vec::dedup optimization - add tests
Soveu
-0
/
+73
2021-03-04
Add regression test for `Vec::extend_from_within` leak
Waffle
-0
/
+42
2021-03-03
Add test that Vec::spare_capacity_mut doesn't invalidate pointers
Waffle
-0
/
+4
2021-02-13
Added tests to drain an empty vec
Hanif Bin Ariffin
-0
/
+11
2021-02-11
Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-se
bors
-0
/
+61
2021-01-31
add `Vec::extend_from_within` method
Waffle
-0
/
+70
2021-01-24
Simplify and fix tests
oxalica
-51
/
+40
2021-01-18
Optimize Vec::retain
oxalica
-0
/
+72
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-3
/
+3
2020-10-17
Move vec swap test
Alexis Bourget
-1
/
+13
2020-10-17
Move vec-macro-repeat test
Alexis Bourget
-0
/
+13
2020-10-17
Move zero-sized-vec-push test
Alexis Bourget
-0
/
+17
2020-10-07
Auto merge of #74194 - mbrubeck:slice-eq, r=sfackler
bors
-1
/
+2
2020-09-21
Move vec-cycle-wrapped test
Alexis Bourget
-0
/
+41
2020-09-21
Move vec-cycle test
Alexis Bourget
-0
/
+39
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-1
/
+1
2020-09-16
Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum
Ralf Jung
-1
/
+1
2020-09-16
Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum
Dylan DPC
-0
/
+25
2020-09-15
fix slice::check_range aliasing problems
Ralf Jung
-1
/
+1
2020-09-15
reduce size of test_from_iter_specialization_with_iterator_adapters test in Miri
Ralf Jung
-1
/
+1
2020-09-15
Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrum
bors
-0
/
+14
2020-09-13
Optimize behavior of vec.split_off(0) (take all)
Rich Kadel
-0
/
+14
2020-09-13
note that test_stable_pointers does not reflect a stable guarantee
Ralf Jung
-0
/
+3
2020-09-07
Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad
Dylan DPC
-0
/
+23
2020-09-07
Rollup merge of #76273 - CraftSpider:master, r=matklad
Dylan DPC
-0
/
+56
2020-09-04
Move Vec slice UI tests in library
Ayush Kumar Mishra
-0
/
+23
2020-09-04
Add tests for overflow in Vec::drain
Tomasz Miąsko
-0
/
+25
2020-09-03
Remove vec-to_str.rs, merge the remaining test in with vec
Rune Tynan
-0
/
+3
2020-09-03
remove empty Vec extend optimization
The8472
-10
/
+0
2020-09-03
support in-place collect for MapWhile adapters
The8472
-0
/
+1
2020-09-03
generalize in-place collect to types of same size and alignment
The8472
-2
/
+3
2020-09-03
test drops during in-place iteration
The8472
-0
/
+40
2020-09-03
include in-place .zip() in test
The8472
-1
/
+8
2020-09-03
additional specializations tests
The8472
-0
/
+22
2020-09-03
in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters
The8472
-0
/
+22
2020-09-03
Remove a number of vec UI tests, make them unit tests in the alloc library
Rune Tynan
-0
/
+53
2020-08-27
Add PartialEq impls for Vec <-> slice
Matt Brubeck
-1
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+1629