]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 12 Mar 2015 03:44:26 +0000 (09:14 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 12 Mar 2015 03:44:26 +0000 (09:14 +0530)
commit6290a344a6088598be2685f01ba613656e435b1f
treea206ee2f8a4fa6ed91484de8cb5a9fcfccefe6dd
parent34d87b29f060d2118a05a95948415bef0e74738e
parent0ad874111ef093e95e5f89862902bdd51c54a878
Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson

 These new APIs have had some time to bake now, and no pressing issues have come
up so they should be ok for stabilizing. Specifically, these two APIs were
stabilized:

* `slice::from_raw_parts`
* `slice::from_raw_parts_mut`
src/libcore/slice.rs