summary refs log tree commit diff
path: root/library/core/src/str
AgeCommit message (Expand)AuthorLines
2021-04-23Auto merge of #82585 - TrolledWoods:master, r=dtolnaybors-0/+24
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2021-04-05Added tracking issue numberTrolledWoods-1/+1
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-3/+7
2021-03-22SplitInclusive is public APIAlan Egerton-1/+1
2021-03-21Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-sebors-3/+3
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-0/+53
2021-03-15Fix const stability `since` versions.Oli Scherer-3/+3
2021-03-02Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytmbors-4/+1
2021-03-02Rollup merge of #80189 - jyn514:convert-primitives, r=poliorceticsYuki Okushi-5/+3
2021-02-27Added feature flag to doc testJohn Hörnvall-0/+1
2021-02-27Removed trailing whitespaceJohn Hörnvall-1/+1
2021-02-27Added CharIndices::offset functionJohn Hörnvall-0/+23
2021-02-27Change formatting of safety commentWaffle-3/+1
2021-02-27Add `as_str` method for split whitespace str iteratorsWaffle-0/+55
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-3/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-2/+2
2021-02-15Turn may_have_side_effect into an associated constantTomasz Miąsko-4/+1
2021-02-09Stabilize str_split_onceJacob Pratt-6/+2
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-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-11/+8
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-2/+2
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-6/+6
2021-01-07Improve wording of parse docEjez-1/+1
2021-01-04Remove two obsolete uses of #![feature(split_inclusive)]Ian Jackson-1/+0
2021-01-04Stabilize split_inclusiveIan Jackson-10/+8
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-02Add a doctest example of str::split on a slice of charsMartin Pool-0/+7
2020-11-30Fix several broken links in doc that used the wrong qualifier or Self::Alexis Bourget-2/+2
2020-11-30Intra doc links for str/mod.rsAlexis Bourget-4/+4
2020-11-19Bump bootstrap compiler versionJake Goulding-4/+2
2020-11-18Remove semicolon from internal `err` macroAaron Hill-1/+1
2020-11-02Rollup merge of #78606 - autarch:patch-1, r=m-ou-seYuki Okushi-1/+3
2020-11-01Remove incorrect statement about line ending content in lines doc changeDave Rolsky-2/+2
2020-11-01Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddybMara Bos-0/+12
2020-10-31Clarify handling of final line ending in str::lines()Dave Rolsky-1/+3
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-8/+6
2020-10-26Add lexicographical comparison docRustin-Liu-2/+2
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-2/+4
2020-10-24Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnayJonas Schievink-10/+6
2020-10-23Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi-6/+6
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-2/+4
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-10/+6
2020-10-18Add #[inline] to {&str, &mut str}::default.Mara Bos-0/+2
2020-10-18Add #[inline] to some core::str functions.Mara Bos-0/+8
2020-10-18Add #[inline] to the Utf8Error accessors.Mara Bos-0/+2
2020-10-16fill in the tracking issueWaffle-7/+7