about summary refs log tree commit diff
path: root/library/alloc/src/str.rs
AgeCommit message (Expand)AuthorLines
2023-03-25Improve documentation for str::replace() and str::replacen()Veera-2/+2
2023-01-16Avoid unsafe code in `to_ascii_[lower/upper]case()`Chayim Refael Friedman-8/+6
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-21/+1
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-21/+1
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-0/+2
2022-06-10additional docs example for replace **all** of strbvanjoi-0/+1
2022-05-26improve case conversion happy pathConrad Ludgate-5/+69
2022-04-05trivial cfg(bootstrap) changesPietro Albini-10/+9
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+9
2021-12-08Use spare_capacity_mut instead of invalid unchecked indexingBen Kimock-2/+10
2021-11-05Fix `str::SplitInclusive` stabilisation datembartlett21-1/+1
2021-10-15Add #[must_use] to remaining alloc functionsJohn Kugelman-1/+4
2021-10-12Fix uppercase/lowercase errorJohn Kugelman-1/+1
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+1
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+6
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-0/+13
2021-03-28Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplettbors-19/+25
2021-03-23Bump alloc::str::SplitInclusive to 1.53.0 releaseDavid Tolnay-1/+1
2021-03-23Expose str::SplitInclusive in alloc and therefore in stdIan Jackson-0/+2
2021-03-20Update the commentYechan Bae-4/+4
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-1/+1
2021-02-03Fixes #80335Yechan Bae-18/+24
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-2/+0
2020-12-07Privatize some of libcore unicode_internalsAleksey Kladov-1/+1
2020-07-27mv std libs to library/mark-0/+576