about summary refs log tree commit diff
path: root/src/libstd/memchr.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-2/+2
2019-01-13Cosmetic improvementsAlexander Regueiro-2/+1
2018-12-25Remove licensesMark Rousskov-9/+0
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2017-08-24Fix inconsistent doc headingslukaramu-2/+2
2017-06-23Removed as many "```ignore" as possible.kennytm-2/+2
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-271/+4
2016-08-24memrchr: Use a conditional instead of subtracting a complicated minUlrik Sverdrup-1/+1
2016-08-24memrchr: Correct aligned offset computationUlrik Sverdrup-1/+23
2016-07-03Fix a few typos in the codeSylvestre Ledru-1/+1
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-01-20std: Use the fallback impl for memrchr on non-linuxUlrik Sverdrup-1/+1
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