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
/
liballoc
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-16
Rename CollectionAllocError to TryReserveError
Simon Sapin
-7
/
+7
2019-07-28
Use const generics for some Vec/CCow impls.
Mazdak Farrokhzad
-33
/
+23
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-4
/
+4
2019-07-08
Auto merge of #61224 - aloucks:drain_filter, r=Gankro
bors
-9
/
+60
2019-07-07
Clarify double-drop comment
Aaron Loucks
-1
/
+1
2019-07-07
Remove while loop in DrainFilter::drop and add additional docs
Aaron Loucks
-19
/
+21
2019-06-28
Add Vec::leak
Taylor Cramer
-0
/
+34
2019-06-01
Succinctify splice docs
Felix Rabe
-6
/
+4
2019-05-27
Refactor DrainFilter::next and update comments
Aaron Loucks
-16
/
+13
2019-05-27
Fix formatting nit
Aaron Loucks
-2
/
+1
2019-05-26
Prevent Vec::drain_filter from double dropping on panic
Aaron Loucks
-10
/
+63
2019-05-25
shadow as_ptr as as_mut_ptr in Vec to avoid going through Deref
Ralf Jung
-7
/
+71
2019-05-23
fix dangling reference in Vec::append
Ralf Jung
-1
/
+1
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-14
/
+0
2019-05-14
Rollup merge of #60130 - khuey:efficient_last, r=sfackler
Mazdak Farrokhzad
-0
/
+14
2019-05-10
Add examples of ordered retain
Josh Stone
-0
/
+10
2019-04-29
Document the order of {Vec,VecDeque,String}::retain
Josh Stone
-2
/
+2
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-4
/
+4
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+14
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-8
/
+8
2019-03-05
Add a tracking issue for new as_slice methods
Josh Stone
-1
/
+1
2019-03-04
Add as_slice() to slice::IterMut and vec::Drain
Josh Stone
-0
/
+19
2019-03-01
Fix typo in Vec#resize_with documentation
Jens Hausdorf
-1
/
+1
2019-02-23
Rollup merge of #58628 - RReverser:optimise-vec-false, r=oli-obk
Mazdak Farrokhzad
-0
/
+1
2019-02-22
Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapin
Mazdak Farrokhzad
-0
/
+4
2019-02-21
Optimise vec![false; N] to zero-alloc
Ingvar Stepanyan
-0
/
+1
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-1
/
+1
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-23
/
+16
2019-02-02
liballoc: fix some idiom lints.
Mazdak Farrokhzad
-7
/
+7
2019-02-02
liballoc: elide some lifetimes.
Mazdak Farrokhzad
-15
/
+15
2019-02-02
liballoc: prefer imports of borrow from libcore.
Mazdak Farrokhzad
-2
/
+1
2019-02-02
liballoc: adjust abolute imports + more import fixes.
Mazdak Farrokhzad
-9
/
+3
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-22
/
+27
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-5
/
+5
2019-01-15
Deprecate the unstable Vec::resize_default
Scott McMurray
-0
/
+4
2019-01-13
Add a debug_assert to Vec::set_len
Scott McMurray
-0
/
+2
2019-01-12
Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril
Mazdak Farrokhzad
-27
/
+62
2019-01-09
explain safety for vec.set_len(0)
Mazdak Farrokhzad
-0
/
+3
2019-01-02
Update src/liballoc/vec.rs
Mazdak Farrokhzad
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Stabilize Vec(Deque)::resize_with
Scott McMurray
-3
/
+1
2018-12-11
Update the comment some more following CR feedback
Scott McMurray
-9
/
+11
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-02
Update issue number of `shrink_to` methods to point the tracking issue
Hidehito Yabuuchi
-1
/
+1
2018-12-01
Redo the docs for Vec::set_len
Scott McMurray
-27
/
+53
2018-10-09
Refactor macro comment and add resize with zeros example
mandeep
-2
/
+6
2018-10-05
Add doc comments about safest way to initialize a vector of zeros
mandeep
-1
/
+3
[next]