summary refs log tree commit diff
path: root/library/alloc/src/str.rs
AgeCommit message (Expand)AuthorLines
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