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
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-26
shrink_to shouldn't panic on len greater than capacity
Thom Wiggers
-2
/
+1
2021-01-22
Add doc aliases for memory allocations
Yoshua Wuyts
-0
/
+2
2021-01-18
Fix soundness issue for `replace_range` and `range`
dylni
-3
/
+10
2020-12-28
Add "length" as doc alias to len methods
Konrad Borowski
-0
/
+1
2020-12-09
Clarify that String::split_at takes a byte index.
Corey Farwell
-1
/
+1
2020-10-29
Prevent String::retain from creating non-utf8 strings when abusing panic
Giacomo Stevanato
-4
/
+6
2020-10-22
Clean up lib docs
Camelid
-9
/
+10
2020-10-18
Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus
bors
-3
/
+2
2020-10-16
Remove shrink_to_fit from default ToString::to_string implementation.
Mara Bos
-1
/
+0
2020-09-19
Rollup merge of #76525 - fusion-engineering-forks:string-drain, r=dtolnay
Ralf Jung
-1
/
+35
2020-09-19
Add tracking issue number for string_drain_as_str.
Mara Bos
-3
/
+3
2020-09-18
Rename method to `assert_len`
dylni
-2
/
+2
2020-09-18
Move `slice::check_range` to `RangeBounds`
dylni
-3
/
+2
2020-09-15
fix slice::check_range aliasing problems
Ralf Jung
-1
/
+2
2020-09-09
Disable AsRef implementations for String's Drain.
Mara Bos
-14
/
+15
2020-09-09
Mark AsRef impls for String's Drain as stable.
Mara Bos
-2
/
+2
2020-09-09
Add AsRef<[u8]> for String's Drain.
Mara Bos
-0
/
+7
2020-09-09
Show remaining data in string::Drain's Debug impl.
Mara Bos
-1
/
+1
2020-09-09
Add as_str() and AsRef to string::Drain.
Mara Bos
-0
/
+26
2020-09-04
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
bors
-14
/
+6
2020-08-23
Convert from str -> prim@str for `alloc`
Joshua Nelson
-5
/
+7
2020-08-16
Replace ad hoc implementations with `slice::check_range`
dylni
-14
/
+6
2020-07-29
Explain why inline default ToString impl
Lzu Tao
-0
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+2504
[prev]