about summary refs log tree commit diff
path: root/library/core/src/str/traits.rs
AgeCommit message (Expand)AuthorLines
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-1/+1
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-3/+1
2020-10-26Add lexicographical comparison docRustin-Liu-2/+2
2020-10-24Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnayJonas Schievink-10/+6
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-10/+6
2020-10-15Following #74010 by converting some newer cases of backticked O notations to ...Ryan Scott-6/+6
2020-09-26Move traits implementation of str to new modLzu Tao-0/+597