about summary refs log tree commit diff
path: root/library/core/src/str/mod.rs
AgeCommit message (Expand)AuthorLines
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
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-8/+6
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
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/+7
2020-10-12docs: Rewrap `str::strip_prefix` and `strip_suffix` back to 100Ian Jackson-8/+4
2020-10-12docs: Reword `str::strip_prefix` and `strip_suffix` a bitIan Jackson-8/+10
2020-09-26Remove unneeded tidy commentLzu Tao-2/+0
2020-09-26Gather all ZST structs of str togetherLzu Tao-26/+22
2020-09-26Move functions converting bytes to str to new modLzu Tao-192/+8
2020-09-26Move utf-8 validating helpers to new modLzu Tao-274/+6
2020-09-26Move str's impl of iterations to new modLzu Tao-1246/+37
2020-09-26Move traits implementation of str to new modLzu Tao-602/+2
2020-09-26Move Utf8Error to new modLzu Tao-126/+5
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-3/+3
2020-09-18Fixed some intra-docs links in library/coreAmjad Alsharafi-16/+5