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-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
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-2
/
+8
2018-05-24
stabilize RangeBounds collections_range #30877
Cory Sherman
-2
/
+2
2018-05-21
Auto merge of #50739 - gnzlbg:vec_reserve, r=sfackler
bors
-2
/
+2
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-3
/
+0
2018-05-17
Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton
kennytm
-0
/
+7
2018-05-14
Switch Vec from doubling size on growth to using RawVec's reserve
gnzlbg
-2
/
+2
2018-05-09
std: Avoid `ptr::copy` if unnecessary in `vec::Drain`
Alex Crichton
-3
/
+5
2018-05-09
Update features to 1.28.0
George Burton
-1
/
+1
2018-04-29
use const trick
Mark Mansi
-1
/
+1
[next]