summary refs log tree commit diff
path: root/library/core/src/str
AgeCommit message (Expand)AuthorLines
2025-03-31replace version placeholderBoxy-9/+9
2025-03-16Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhprattbors-3/+3
2025-03-16Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc许杰友 Jieyou Xu (Joe)-9/+8
2025-03-15Optimize multi-char string patternsYotam Ofek-3/+3
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+2
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-9/+8
2025-02-24Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=AmanieuTrevor Gross-2/+2
2025-02-23Stabilize `core::str::from_utf8_mut`Waffle Lapkin-2/+2
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-5/+5
2025-02-20Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgrbors-18/+7
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-2/+3
2025-02-19stabilize `inherent_str_constructors`may-18/+7
2025-02-18Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=AmanieuMatthias Krüger-8/+8
2025-02-18update version placeholdersJosh Stone-5/+5
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-0/+4
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-2/+3
2025-02-16fix docs for inherent str constructorsmay-8/+8
2025-02-14Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=AmanieuJubilee-5/+5
2025-02-04specify a prim@slice in docsmay-1/+1
2025-02-04implement inherent str constructorsmay-0/+176
2025-01-31Update encode_utf16 to mention it is native endianMarijn Schouten-1/+2
2024-12-24chore: fix typosoliveredget-2/+2
2024-12-21Less unwrap() in documentationKornel-2/+3
2024-12-07Const-stabilize `str::is_char_boundary` and `str::split_at(_mut)(_checked)`.Zachary S-5/+5
2024-11-27update cfgsBoxy-2/+2
2024-11-27replace placeholder versionBoxy-2/+2
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-0/+2
2024-11-14docs: Fix missing colon in methods for primitive typesShun Sakai-1/+1
2024-11-11Tag relevant functions with #[rustc_as_ptr] attributegavincrawford-0/+2
2024-11-05Add new unstable feature `const_eq_ignore_ascii_case`okaneco-1/+2
2024-11-05Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obkMatthias Krüger-10/+7
2024-11-05add const_eval_select macro to reduce redundancyRalf Jung-10/+7
2024-11-04Improve example of `impl Pattern for &[char]`Eduardo Sánchez Muñoz-2/+2
2024-11-03remove const-support for align_offsetRalf Jung-7/+20
2024-11-03Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieubors-2/+0
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-2/+0
2024-11-02Rollup merge of #132398 - krtab:add_doc_link, r=NoratriebMatthias Krüger-5/+9
2024-11-01remove some unnecessary rustc_allow_const_fn_unstableRalf Jung-1/+0
2024-10-31Add intra-doc link in str::xxx_char_boundaryArthur Carcano-3/+5
2024-10-30Add intra-doc link in str::xxx_prefixArthur Carcano-2/+4
2024-10-29Rollup merge of #131520 - zachs18:const-str-split, r=NoratriebJubilee-12/+36
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-10-24provide default impl for as_utf8_patternLaiho-11/+3
2024-10-23const fn str::split_at*Zachary S-6/+29
2024-10-23const fn str::is_char_boundaryZachary S-6/+7
2024-10-17Auto merge of #130223 - LaihoE:faster_str_replace, r=thomccbors-0/+33
2024-10-15update bootstrap configsJosh Stone-5/+0
2024-10-15replace placeholder versionJosh Stone-6/+3
2024-10-14Stabilise 'const_make_ascii'Gabriel Bjørnager Jensen-2/+4
2024-10-02library: Stabilize `const_str_as_mut`Jubilee Young-2/+5