summary refs log tree commit diff
path: root/library/core/src/str/mod.rs
AgeCommit message (Expand)AuthorLines
2022-06-13Document an edge case of `str::split_once`Imbolc-0/+1
2022-05-19Say "last" instead of "rightmost" in the documentation for `std::str::rfind`.Dan Gohman-1/+1
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-17/+9
2022-04-07Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPCbors-2/+2
2022-04-07Rollup merge of #95753 - ChayimFriedman2:patch-1, r=dtolnayDylan DPC-2/+2
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-1/+0
2022-04-07Correct safety reasoning in `str::make_ascii_{lower,upper}case()`Chayim Refael Friedman-2/+2
2022-04-06Update documentation for `trim*` and `is_whitespace` to include newlinesDeadbeef-8/+8
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
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