]> git.lizzy.rs Git - rust.git/commit
auto merge of #21330 : JeffBelgum/rust/collections-reform-issue-19986-add-append...
authorbors <bors@rust-lang.org>
Sun, 18 Jan 2015 03:11:42 +0000 (03:11 +0000)
committerbors <bors@rust-lang.org>
Sun, 18 Jan 2015 03:11:42 +0000 (03:11 +0000)
commit6da8827482418b6ee89eaf3c66b8693c4cc649e8
tree06b43695e7a1956985291cdee554320a61ced252
parentf4f10dba2975b51c2d2c92157018db3ac13d4d4a
parent08e712ebe9e778bb82acd0089f3ac865946ed547
auto merge of #21330 : JeffBelgum/rust/collections-reform-issue-19986-add-append-and-split-off, r=Gankro

Please review carefully. Contains unsafe and is my first commit to Rust.

Uses ptr::copy_nonoverlapping_memory. Attempts to handle zero-size types correctly.