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.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-29
Use assertions on Vec doc
Ivan Tham
-2
/
+4
2020-08-29
Add more info for Vec Drain doc
Ivan Tham
-0
/
+1
2020-08-29
Remove brackets in drain filter docs
Ivan Tham
-1
/
+1
2020-08-29
Keep doc standard for Vec DrainFilter
Ivan Tham
-1
/
+4
2020-08-29
Liballoc vec doc use associated function
Ivan Tham
-0
/
+2
2020-08-28
Liballoc extend use intra doc link
Ivan Tham
-2
/
+0
2020-08-27
Add PartialEq impls for Vec <-> slice
Matt Brubeck
-0
/
+2
2020-08-24
Shorten liballoc vec resize intra-doc link
Ivan Tham
-5
/
+3
2020-08-24
Shorten liballoc doc intra link while readable
Ivan Tham
-3
/
+1
2020-08-20
Rollup merge of #75672 - kofls:intradoc-fix, r=jyn514
Josh Stone
-45
/
+29
2020-08-19
Apply suggestions from code review
Surya Midatala
-13
/
+12
2020-08-18
Don't panic in Vec::shrink_to_fit
Josh Stone
-1
/
+4
2020-08-18
Move to intra-doc links for task.rs and vec.rs
Surya Midatala
-33
/
+18
2020-08-16
Replace ad hoc implementations with `slice::check_range`
dylni
-31
/
+2
2020-08-14
Rollup merge of #74185 - pickfire:liballoc-iter-doc, r=jyn514
Tyler Mandry
-12
/
+3
2020-08-14
Update liballoc vec doc link
Ivan Tham
-8
/
+3
2020-08-14
Update src/liballoc/vec.rs
Ivan Tham
-1
/
+0
2020-08-14
Remove liballoc unneeded explicit link
Ivan Tham
-3
/
+0
2020-08-11
Fix range term in alloc vec doc
Ivan Tham
-1
/
+1
2020-08-10
Liballoc DoubleEndedIterator limit unsafe to pointer arithmethic
Ivan Tham
-15
/
+11
2020-08-10
Liballoc IntoIter limit unsafe to pointer arithmethic
Ivan Tham
-18
/
+14
2020-08-10
Liballoc tweak use *const T instead of *const i8
Ivan Tham
-1
/
+1
2020-08-02
Auto merge of #75033 - Manishearth:rollup-d8afil1, r=Manishearth
bors
-1
/
+42
2020-08-01
Add Vec::spare_capacity_mut
Amanieu d'Antras
-1
/
+42
2020-07-29
Stabilize `Vec::leak`
Simon Sapin
-3
/
+1
2020-07-29
Make `Vec::leak` a method instead of an associated function.
Simon Sapin
-3
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+3122
[prev]