about summary refs log tree commit diff
path: root/library/core/src/str/traits.rs
AgeCommit message (Expand)AuthorLines
2023-03-05Auto merge of #105117 - pitaj:debug_asserts, r=the8472bors-31/+41
2023-03-04Comment for why char boundaries aren't checkedPeter Jaszkowiak-0/+6
2023-03-02Remove manual implementation of str::neKonrad Borowski-4/+0
2023-01-21debug assertions for `slice::split_at_unchecked`, `str::get_unchecked`Peter Jaszkowiak-31/+35
2022-10-02Improve `FromStr` exampleEduardo Sánchez Muñoz-5/+9
2022-09-21Add missing documentation for `bool::from_str`Guillaume Gomez-2/+2
2022-07-18Use split_once in FromStr docsDavid Herberth-6/+8
2022-05-19Add implicit call to from_str via parse in documentationSylvainDe-2/+6
2022-03-06Constify slice index for stringsDeadbeef-11/+19
2021-10-22docs: Escape brackets to satisfy the linkcheckerNoah Lev-5/+4
2021-10-14Add missing word to `FromStr` trait docsAdam Skoufis-1/+1
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