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
/
liballoc
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-01
Succinctify splice docs
Felix Rabe
-6
/
+4
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-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
2018-10-02
Make spec_extend use for_each()
Nathan West
-2
/
+2
2018-09-23
Make the `Vec::dedup` method use `slice::partition_dedup` internally
Clément Renault
-84
/
+6
2018-09-23
Introduce the partition_dedup/by/by_key methods for slices
Clément Renault
-5
/
+5
2018-09-16
use mem::zeroed to make up ZST values
Ralf Jung
-4
/
+4
2018-08-29
fix some uses of pointer intrinsics with invalid pointers
Ralf Jung
-6
/
+4
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-16
/
+16
2018-07-31
Use SetLenOnDrop in Vec::truncate()
Laurentiu Nicola
-6
/
+17
2018-07-09
Removed a single trailing space. Oops.
Orson Peters
-1
/
+1
2018-07-09
Reimplemented Vec's swap_remove to not rely on pop.
Orson Peters
-4
/
+6
2018-07-09
Performance improvement of Vec's swap_remove.
Orson Peters
-3
/
+7
2018-06-29
Move core::alloc::CollectionAllocErr to alloc::collections
Simon Sapin
-1
/
+1
[next]