summary refs log tree commit diff
path: root/library/core/src/str/iter.rs
AgeCommit message (Expand)AuthorLines
2021-01-26Same instructions, but simpler.Giles Cope-1/+1
2021-01-26Let's try the most idiomatic way.Giles Cope-5/+1
2021-01-26Removing if so it's more like the previous implementation.Giles Cope-3/+1
2021-01-26Slight simplification of chars().count()Giles Cope-4/+5
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-6/+6
2021-01-04Remove two obsolete uses of #![feature(split_inclusive)]Ian Jackson-1/+0
2021-01-04Stabilize split_inclusiveIan Jackson-6/+6
2020-10-18Add #[inline] to some core::str functions.Mara Bos-0/+1
2020-10-16fill in the tracking issueWaffle-7/+7
2020-10-01add `str::SplitInclusive::as_str` methodWaffle-3/+23
2020-10-01add `str::{SplitN, RSplitN, SplitTerminator, RSplitTerminator}::as_str` methodsWaffle-0/+89
2020-10-01add `str::{Split,RSplit}::as_str` methodsWaffle-0/+55
2020-09-26Move utf-8 validating helpers to new modLzu Tao-1/+1
2020-09-26Move str's impl of iterations to new modLzu Tao-0/+1255