about summary refs log tree commit diff
path: root/library/core/src/str
AgeCommit message (Expand)AuthorLines
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-4/+4
2025-09-21Change the cfg to a dashBen Kimock-2/+2
2025-09-21Add panic=immediate-abortBen Kimock-2/+2
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-1/+2
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-4/+4
2025-09-08change end to lastJeremy Smart-4/+4
2025-09-06clean up some old const trait impl syntaxNathaniel McCallum-2/+1
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-2/+3
2025-09-01Constify conversion traitsltdk-2/+3
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-4/+4
2025-08-27`const`ify (the unstable) `str::as_str`Pavel Grigorenko-1/+1
2025-08-26remove deprecated Error::description in implsMarijn Schouten-12/+2
2025-08-22Stabilize `round_char_boundary` featureokaneco-4/+4
2025-08-06tidyBoxy-4/+4
2025-07-29Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35bors-3/+16
2025-07-29LoongArch64 LSX fast-path for `str.contains(&str)`WANG Rui-3/+16
2025-07-29Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhprattbors-1/+1
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-1/+1
2025-07-25str: Mark unstable `round_char_boundary` feature functions as constokaneco-14/+26
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+2
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-0/+2
2025-07-20Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubileeGuillaume Gomez-1/+0
2025-07-17Make slices `[const] PartialEq`Oli Scherer-1/+2
2025-07-16Rollup merge of #143921 - oli-obk:const-index, r=fee1-deadSamuel Tardieu-15/+28
2025-07-15Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simul...Samuel Tardieu-0/+1
2025-07-15constify `Index` trait and its slice implsOli Scherer-4/+6
2025-07-15constify some methods using `SliceIndex`Oli Scherer-2/+4
2025-07-15constify `SliceIndex` traitOli Scherer-9/+18
2025-07-13core: make `str::split_at_unchecked()` inlineRené Kijewski-0/+1
2025-07-13update issue number for `const_trait_impl`Deadbeef-2/+2
2025-07-08collect.rs: remove empty line after doc commentMarijn Schouten-1/+0
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-2/+4
2025-07-07lib: more eagerly return `self.len()` from `ceil_char_boundary`Simonas Kazlauskas-1/+1
2025-07-05use `div_ceil` instead of manual logicFolkert de Vries-3/+3
2025-07-05use `is_multiple_of` instead of manual moduloFolkert de Vries-2/+2
2025-07-01Update version placeholdersJosh Stone-1/+1
2025-06-24Rollup merge of #142779 - Erk-:fix/core/142734, r=jhprattGuillaume Gomez-0/+6
2025-06-20Add note about `str::split` handling of no matches.Valdemar Erk-0/+6
2025-06-11Add trim_prefix and trim_suffix for slice and str.Deven T. Corzine-0/+77
2025-06-05Stabilize `const_eq_ignore_ascii_case`Paolo Barbolini-1/+1
2025-06-03`FromStr`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-6/+5
2025-06-03Add some more description of interactions between `Display` and `FromStr`Josh Triplett-0/+6
2025-06-03Improve the documentation of `Display` and `FromStr`, and their interactionsJosh Triplett-0/+9
2025-05-31Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-SimulacrumMatthias Krüger-0/+8
2025-05-31std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f...xizheyin-0/+8
2025-05-28Revert "increase perf of charsearcher for single ascii characters"Jakub Beránek-32/+2
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-0/+4
2025-05-27Rollup merge of #141516 - bend-n:okay, r=workingjubilee许杰友 Jieyou Xu (Joe)-2/+32
2025-05-26Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnayJacob Pratt-1/+3
2025-05-26increase perf of charsearcher for single ascii charactersbendn-2/+32