]> git.lizzy.rs Git - rust.git/commit
auto merge of #17920 : thestinger/rust/vec, r=aturon
authorbors <bors@rust-lang.org>
Fri, 10 Oct 2014 18:47:03 +0000 (18:47 +0000)
committerbors <bors@rust-lang.org>
Fri, 10 Oct 2014 18:47:03 +0000 (18:47 +0000)
commit1add4dedc131d5f98d82feafe80d92ed1f3f6d49
tree18aa940fca2ce459476c5cffb1eae46e4caf9363
parent78a7676898d9f80ab540c6df5d4c9ce35bb50463
parent02d976a7f9ae838901b50b64109d90d54619fe4d
auto merge of #17920 : thestinger/rust/vec, r=aturon

Introduce conversions between `Box<[T]>` and `Vec<T>` and use it to reimplement the `vec![]` macro for efficiency.