about summary refs log tree commit diff
path: root/src/libstd/sys/unix/memchr.rs
AgeCommit message (Expand)AuthorLines
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-2/+2
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+57