about summary refs log tree commit diff
path: root/library/core/src/str/lossy.rs
AgeCommit message (Expand)AuthorLines
2025-05-02docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu...Lieselotte-0/+2
2024-12-24chore: fix typosoliveredget-2/+2
2024-09-25Utf8Chunks: add link to Utf8ChunkRalf Jung-0/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+3
2024-05-01Replace version placeholders for 1.79Mark Rousskov-8/+8
2024-04-24Stabilize Utf8ChunksDavid Tolnay-24/+50
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