summary refs log tree commit diff
path: root/src/libstd/memchr.rs
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-13/+15
2015-12-18Use memrchr bindings provided by libcFlorian Hahn-29/+15
2015-12-18Add memchr implemenation based on rust-memchr to libstdFlorian Hahn-0/+400