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-10-04
Stabilize try_reserve
Kornel
-4
/
+2
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-23
/
+25
2021-08-17
Constified `Default` implementations
Deadbeef
-1
/
+2
2021-08-08
Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay
bors
-2
/
+1
2021-08-08
Bump shrink_to stabilization to Rust 1.56
David Tolnay
-1
/
+1
2021-08-05
alloc: Use intra doc links for the reserve function
est31
-1
/
+3
2021-07-30
Rollup merge of #87574 - cuviper:retain-examples, r=joshtriplett
Yuki Okushi
-3
/
+4
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-3
/
+3
2021-07-28
Update the examples in `String` and `VecDeque::retain`
Josh Stone
-3
/
+4
2021-07-06
Stabilize Vec<T>::shrink_to
Yoh Deadfall
-2
/
+1
2021-07-06
Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett
Yuki Okushi
-3
/
+0
2021-07-04
Stabilize `string_drain_as_str`
Yuki Okushi
-16
/
+14
2021-06-30
Remove "length" doc aliases
Amanieu d'Antras
-1
/
+0
2021-06-30
Remove alloc/malloc/calloc/realloc doc aliases
Amanieu d'Antras
-2
/
+0
2021-06-18
Use `copy_nonoverlapping` to copy `bytes` in `String::insert_bytes`
Paolo Barbolini
-1
/
+1
2021-06-09
Rollup merge of #85715 - fee1-dead:document-string, r=JohnTitor
Yuki Okushi
-7
/
+43
2021-06-06
String::remove_matches O(n^2) -> O(n)
Tamir Duberstein
-15
/
+38
2021-06-06
Use iter::from_fn in String::remove_matches
Tamir Duberstein
-9
/
+3
2021-05-29
Add `String::extend_from_within`
Waffle
-0
/
+36
2021-05-26
Document `From` impls in string.rs
Deadbeef
-7
/
+43
2021-05-17
Optimize default ToString impl
Mark Rousskov
-2
/
+3
2021-05-05
alloc: Add unstable Cfg feature `no-global_oom_handling`
John Ericson
-5
/
+75
2021-05-03
Fix stability attributes of byte-to-string specialization
LingMan
-2
/
+2
2021-05-02
Auto merge of #82576 - gilescope:to_string, r=Amanieu
bors
-0
/
+41
2021-03-22
Rollup merge of #82554 - SkiFire13:fix-string-retain-unsoundness, r=m-ou-se
Dylan DPC
-15
/
+22
2021-03-21
Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se
bors
-1
/
+1
2021-03-19
Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett
bors
-0
/
+56
2021-03-15
Fix const stability `since` versions.
Oli Scherer
-1
/
+1
2021-03-08
Closer similarities.
Giles Cope
-26
/
+16
2021-03-08
Update library/alloc/src/string.rs
Squirrel
-6
/
+3
2021-03-07
Add documentation for string->Cow conversions
Michael Howell
-0
/
+33
2021-03-07
vec![0;4] is a fast path.
Giles Cope
-22
/
+20
2021-03-05
Implement String::remove_matches
Josh Cotton
-0
/
+56
2021-03-04
less uB in i8
Giles Cope
-2
/
+6
2021-03-04
Alternative LUT rather than dividing.
Giles Cope
-1
/
+34
2021-02-27
u8::to_string() specialisation (far less asm).
Giles Cope
-0
/
+19
2021-02-26
Fix invalid slice access in String::retain
Giacomo Stevanato
-15
/
+22
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-1
/
+1
2021-02-23
Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco
Dylan DPC
-0
/
+1
2021-02-16
a few more diagnostic items
Andrea Nall
-0
/
+1
2021-02-12
Rename `Range::ensure_subset_of` to `slice::range`
dylni
-2
/
+3
2021-02-12
Fix possible soundness issue in `ensure_subset_of`
dylni
-1
/
+1
2021-02-12
Improve design of `assert_len`
dylni
-2
/
+2
2021-01-31
Fix small typo
Sebastian Widua
-1
/
+1
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
[prev]
[next]