about summary refs log tree commit diff
path: root/library/core/src/str/lossy.rs
AgeCommit message (Expand)AuthorLines
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-87/+157
2021-12-08Delete Utf8Lossy::from_strDavid Tolnay-5/+0
2021-11-26Clarify safety comment on using i to index into self.sourceDavid Tolnay-2/+8
2021-11-25Eliminate bunch of copies of error codepath from Utf8LossyChunksIterDavid Tolnay-38/+31
2021-10-12Add #[must_use] to expensive computationsJohn Kugelman-0/+1
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+2
2020-09-26Move utf-8 validating helpers to new modLzu Tao-4/+6
2020-07-27mv std libs to library/mark-0/+201