]> git.lizzy.rs Git - rust.git/commit
auto merge of #6979 : thestinger/rust/libc, r=brson
authorbors <bors@rust-lang.org>
Fri, 7 Jun 2013 02:40:32 +0000 (19:40 -0700)
committerbors <bors@rust-lang.org>
Fri, 7 Jun 2013 02:40:32 +0000 (19:40 -0700)
commit74d9de7abdceb2cb11a5e8a79eaec6ea2c70ea35
tree5a0897f86c7921289969d19a0fff597708acf947
parent5d2cadbfea34ebbd0d83495833395b005380f2ec
parent8bcefef2f2747dc7b2f48ba7924101dc70492cf0
auto merge of #6979 : thestinger/rust/libc, r=brson

LLVM provides these functions as intrinsics, and will generate calls to
libc when appropriate. They are exposed in the `ptr` module as
`copy_nonoverlapping_memory`, `copy_memory` and `set_memory`.

@graydon: r?