index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
alloc
/
src
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-25
Improve documentation for str::replace() and str::replacen()
Veera
-2
/
+2
2023-01-16
Avoid unsafe code in `to_ascii_[lower/upper]case()`
Chayim Refael Friedman
-8
/
+6
2022-08-22
Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum
Dylan DPC
-21
/
+1
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-21
/
+1
2022-08-20
Expose `Utf8Lossy` as `Utf8Chunks`
dylni
-0
/
+2
2022-06-10
additional docs example for replace **all** of str
bvanjoi
-0
/
+1
2022-05-26
improve case conversion happy path
Conrad Ludgate
-5
/
+69
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-10
/
+9
2022-03-30
remove now unnecessary lang items
lcnr
-1
/
+1
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-0
/
+9
2021-12-08
Use spare_capacity_mut instead of invalid unchecked indexing
Ben Kimock
-2
/
+10
2021-11-05
Fix `str::SplitInclusive` stabilisation date
mbartlett21
-1
/
+1
2021-10-15
Add #[must_use] to remaining alloc functions
John Kugelman
-1
/
+4
2021-10-12
Fix uppercase/lowercase error
John Kugelman
-1
/
+1
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+1
2021-10-09
Add #[must_use] to string/char transformation methods
John Kugelman
-0
/
+6
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-05-05
alloc: Add unstable Cfg feature `no-global_oom_handling`
John Ericson
-0
/
+13
2021-03-28
Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplett
bors
-19
/
+25
2021-03-23
Bump alloc::str::SplitInclusive to 1.53.0 release
David Tolnay
-1
/
+1
2021-03-23
Expose str::SplitInclusive in alloc and therefore in std
Ian Jackson
-0
/
+2
2021-03-20
Update the comment
Yechan Bae
-4
/
+4
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-1
/
+1
2021-02-03
Fixes #80335
Yechan Bae
-18
/
+24
2020-12-31
Remove many unnecessary manual link resolves from library
Camelid
-2
/
+0
2020-12-07
Privatize some of libcore unicode_internals
Aleksey Kladov
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+576