about summary refs log tree commit diff
path: root/library/core/src/str/validations.rs
AgeCommit message (Expand)AuthorLines
2021-09-11manually inline functionThe8472-4/+4
2021-09-11optimization continuation byte validation of strings containing multibyte charsThe8472-6/+4
2021-09-11optimize utf8_is_cont_byte() to speed up str.chars().count()The8472-1/+1
2020-11-18Remove semicolon from internal `err` macroAaron Hill-1/+1
2020-09-26Move utf-8 validating helpers to new modLzu Tao-0/+275