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
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-26
Rollup merge of #43455 - QuietMisdreavus:extend-spec-docs, r=steveklabnik
Mark Simulacrum
-0
/
+6
2017-07-25
add a note to Vec's Extend<&T> impl about its slice specialization
QuietMisdreavus
-0
/
+6
2017-07-22
Add conversions from references to NonZero pointers, Unique, and Shared
Simon Sapin
-1
/
+1
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-2
/
+2
2017-07-05
Auto merge of #43050 - stjepang:doc-vec-fix-parens, r=frewsxcv
bors
-1
/
+1
2017-07-04
Minor fix in docs for Vec
Stjepan Glavina
-1
/
+1
2017-07-03
Document unintuitive argument order for Vec::dedup_by relation
Anders Kaseorg
-4
/
+7
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-2
/
+3
2017-06-24
Stabilize RangeArgument
Steven Fackler
-3
/
+2
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-1
/
+1
2017-06-17
Convert `Into<Box<[T]>> for Vec<T>` into `From<Vec<T>> for Box<[T]>`
Oliver Middleton
-4
/
+6
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+2593