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
/
library
/
alloc
/
src
/
vec
Age
Commit message (
Expand
)
Author
Lines
2021-02-12
Rename `Range::ensure_subset_of` to `slice::range`
dylni
-1
/
+1
2021-02-12
Fix possible soundness issue in `ensure_subset_of`
dylni
-1
/
+1
2021-02-12
Improve design of `assert_len`
dylni
-1
/
+1
2021-02-11
Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-se
bors
-11
/
+64
2021-02-10
update tracking issue for vec_split_at_spare
Ashley Mannix
-1
/
+1
2021-02-06
Fix doc test for Vec::retain(), now passes clippy::eval_order_dependence
Steve Heindel
-3
/
+4
2021-02-03
Add note to `Vec::split_at_spare_mut` docs that the method is low-level
Waffle
-0
/
+15
2021-02-03
fix typo in library/alloc/src/vec/mod.rs
Waffle Lapkin
-1
/
+1
2021-02-03
Make Vec::split_at_spare_mut public
Waffle
-1
/
+38
2021-02-02
Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus
bors
-4
/
+109
2021-02-02
update tracking issue for vec_extend_from_within
Ashley Mannix
-1
/
+1
2021-01-31
add `Vec::extend_from_within` method
Waffle
-4
/
+109
2021-01-29
Updated Vec::splice documentation
Chan Kwan Yin
-1
/
+1
2021-01-26
shrink_to shouldn't panic on len greater than capacity
Thom Wiggers
-6
/
+6
2021-01-24
Fix and simplify
oxalica
-22
/
+22
2021-01-22
Add doc aliases for memory allocations
Yoshua Wuyts
-0
/
+7
2021-01-21
Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514
Yuki Okushi
-1
/
+1
2021-01-21
Remove link to current section
Ivan Tham
-2
/
+1
2021-01-20
Add more details explaning the Vec visualization
Ivan Tham
-20
/
+22
2021-01-20
Add Vec visualization to understand capacity
Ivan Tham
-0
/
+21
2021-01-19
Add SpecFromIter ref in the comments directly
CPerezz
-3
/
+1
2021-01-18
Fix internal rustdoc broken links
CPerezz
-0
/
+2
2021-01-18
Format code
oxalica
-6
/
+2
2021-01-18
Optimize Vec::retain
oxalica
-11
/
+68
2021-01-14
Rollup merge of #80972 - KodrAus:deprecate/remove_item, r=nagisa
Mara Bos
-21
/
+0
2021-01-13
remove unstable deprecated Vec::remove_item
Ashley Mannix
-21
/
+0
2021-01-09
Add comment to `Vec::truncate` explaining `>` vs `>=`
Camelid
-0
/
+3
2020-12-30
Fix rustdoc link in vec/into_iter.rs.
Mara Bos
-2
/
+2
2020-12-29
docs: fixing references
C
-1
/
+1
2020-12-29
fix: moved import into #[cfg(test)]
C
-2
/
+1
2020-12-29
style: applying Rust style
C
-80
/
+74
2020-12-29
refactor: removing // ignore-tidy-filelength
C
-1
/
+0
2020-12-29
refactor: moved SpecExtend into spec_extend.rs
C
-79
/
+87
2020-12-29
refactor: moving SpecFromIter into spec_from_iter.rs
C
-92
/
+102
2020-12-29
refactor: moved SpecFromIterNested to spec_from_iter_nested.rs
C
-52
/
+60
2020-12-29
refactor: moved InPlaceDrop into in_place_drop.rs
C
-22
/
+28
2020-12-29
refactor: moved SetLenOnDrop to set_len_on_drop
C
-29
/
+32
2020-12-29
refactor: moved SpecFromElem to spec_from_elem.rs
C
-55
/
+64
2020-12-29
refactor: moved PartialEq into partial_eq
C
-39
/
+45
2020-12-29
refactor: moving SourceIterMarker into source_iter_marker.rs
C
-104
/
+113
2020-12-29
refactor: moved IsZero into is_zero.rs
C
-70
/
+75
2020-12-29
refactor: moving AsIntoIter into into_iter.rs
C
-15
/
+16
2020-12-29
refactor: moved IntoIter into into_iter.rs
C
-264
/
+276
2020-12-29
refactor: moved Vec impl Cow into cow.rs
C
-35
/
+37
2020-12-29
refactor: moving Drain into drain.rs
C
-147
/
+162
2020-12-29
refactor: moving Splice into splice.rs
C
-128
/
+138
2020-12-29
refactor: moving DrainFilter into drain_filter.rs
C
-138
/
+148
2020-12-29
refactor: moving vec.rs to vec/mod.rs
C
-0
/
+3725
[prev]