about summary refs log tree commit diff
path: root/library/core/src/str/mod.rs
AgeCommit message (Expand)AuthorLines
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-24add diagnostic items for clippy'sMax Baumann-0/+4
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-4/+4
2022-03-06Constify slice index for stringsDeadbeef-6/+30
2022-02-07Add {floor,ceil}_char_boundary methods to strltdk-10/+78
2022-02-05Optimize `core::str::Chars::count`Thom Chiovoloni-0/+1
2021-12-12doc: fix typo in commentsjapm48-4/+4
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-1/+3
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+3
2021-10-31Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri...Matthias Krüger-0/+2
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-1/+3
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+3
2021-10-28Fix incorrect doc linkLukas Wirth-1/+1
2021-10-12Add #[must_use] to expensive computationsJohn Kugelman-0/+2
2021-10-11Add #[must_use] to as_type conversionsJohn Kugelman-0/+4
2021-10-10Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplettMatthias Krüger-0/+1
2021-10-10Auto merge of #89219 - nickkuk:str_split_once_get_unchecked, r=Mark-Simulacrumbors-2/+4
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+1
2021-10-09Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplettMatthias Krüger-0/+16
2021-10-09Rollup merge of #88707 - sylvestre:split_example, r=yaahcMatthias Krüger-0/+6
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+16
2021-10-05Use get_unchecked in str::[r]split_oncenickkuk-2/+4
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-09-06String.split_terminator: Add an example when using a slice of charsSylvestre Ledru-0/+6
2021-09-02Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-sebors-1/+1
2021-08-17Constified `Default` implementationsDeadbeef-1/+2
2021-07-29Fix may not to appropriate might not or must notAli Malik-4/+4
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-1/+1
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-04-30str::is_char_boundary - few commentsSoveu-1/+13
2021-04-30str::is_char_boundary - slight optimizationSoveu-2/+2
2021-04-07Style only: merge with other pub use statementCount Count-4/+1
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-3/+7
2021-03-24Export utf8_char_width() publicly in core::std behind the "str_internals" fea...Count Count-0/+3
2021-03-22SplitInclusive is public APIAlan Egerton-1/+1
2021-03-15Fix const stability `since` versions.Oli Scherer-3/+3
2021-02-09Stabilize str_split_onceJacob Pratt-6/+2
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-4/+2
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-2/+2
2021-01-07Improve wording of parse docEjez-1/+1
2021-01-04Stabilize split_inclusiveIan Jackson-4/+2
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-2/+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/+9
2020-10-31Clarify handling of final line ending in str::lines()Dave Rolsky-1/+3