]> git.lizzy.rs Git - rust.git/commit
Add `<*const T>::align_offset` and use it in `memchr`
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 13 Sep 2017 10:20:39 +0000 (12:20 +0200)
committerOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Sun, 17 Sep 2017 19:30:58 +0000 (21:30 +0200)
commit2787a285bd211ecbf75fd95d990226242005d848
tree1b66a4087234242d1d96fc8db30a795efd57f16d
parent1cdd68922d143c6d1f18f66572251b7078e9e850
Add `<*const T>::align_offset` and use it in `memchr`
src/libcore/intrinsics.rs
src/libcore/ptr.rs
src/libcore/str/mod.rs
src/libstd/lib.rs
src/libstd/sys_common/memchr.rs