about summary refs log tree commit diff
path: root/library/core/src/str
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+4
2021-10-10Add #[must_use] to from_value 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-11manually inline functionThe8472-4/+4
2021-09-11optimization continuation byte validation of strings containing multibyte charsThe8472-6/+4
2021-09-11optimize utf8_is_cont_byte() to speed up str.chars().count()The8472-1/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-2/+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-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-2/+6
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-2/+2
2021-07-11Fix #85462 by adding a marker flagAlexis Bourget-2/+17
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-1/+0
2021-07-04Auto merge of #86213 - jhpratt:stabilize-const-from_utf8_unchecked, r=JohnTitorbors-1/+1
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-4/+3
2021-06-16Add doc(hidden) to all __iterator_get_uncheckedJacob Hoffman-Andrews-0/+1
2021-06-11Stabilize `str::from_utf8_unchecked` as `const`Jacob Pratt-1/+1
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-1/+1
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-2/+2
2021-05-06Bootstrapping preparation for the libraryScott McMurray-2/+2
2021-04-30str::is_char_boundary - few commentsSoveu-1/+13
2021-04-30str::is_char_boundary - slight optimizationSoveu-2/+2
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-07Style only: merge with other pub use statementCount Count-4/+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-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-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