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
/
src
/
liballoc
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-22
Apply clippy::needless_return suggestions
Mateusz Mikuła
-1
/
+1
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-4
/
+2
2019-07-09
Update src/liballoc/str.rs
Simon Sapin
-1
/
+1
2019-07-09
Take separator by value in `[T]::join`
Simon Sapin
-1
/
+1
2019-07-09
Split the SliceConcat trait into Concat and Join
Simon Sapin
-5
/
+12
2019-07-09
Remove obsolete “should not have to exist” reasons
Simon Sapin
-3
/
+1
2019-07-05
Replace SliceConcatExt trait with inherent methods and SliceConcat helper trait
Simon Sapin
-7
/
+7
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-06-22
Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=s...
Mazdak Farrokhzad
-4
/
+0
2019-06-01
Add an unusual-conversion example to to_uppercase
Scott McMurray
-0
/
+7
2019-05-24
SliceConcatExt::connect defaults to calling join
Chris Gregory
-4
/
+0
2019-04-30
Implement `BorrowMut<str>` for `String`
YOSHIOKA Takuma
-1
/
+9
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-12
Re-export core::str::{EscapeDebug, EscapeDefault, EscapeUnicode} in std
Lzu Tao
-0
/
+2
2019-02-12
Move str::escape_* to libcore
Simon Sapin
-118
/
+0
2019-02-12
Stabilize str::escape_* methods
Simon Sapin
-13
/
+7
2019-02-12
New return types for str::escape_* that impl Display and Iterator<char>
Simon Sapin
-12
/
+96
2019-02-03
Auto merge of #58081 - Centril:liballoc-2018, r=oli-obk
bors
-7
/
+7
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-20
/
+14
2019-02-02
liballoc: prefer imports of borrow from libcore.
Mazdak Farrokhzad
-1
/
+2
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-14
/
+19
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-5
/
+5
2019-02-01
Stabilize split_ascii_whitespace
Simon Sapin
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-27
liballoc: mark str.to_owned() and String::from(&str) as #[inline].
Matthias Krüger
-0
/
+1
2018-09-20
std: Check for overflow in `str::repeat`
Alex Crichton
-0
/
+13
2018-08-22
docs: std::string::String.repeat(): slightly rephrase to be more in-line with...
Matthias Krüger
-1
/
+1
2018-07-22
Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton
kennytm
-4
/
+4
2018-07-06
Handle array manually in string case conversion methods
Pazzaz
-2
/
+27
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-1
/
+0
2018-06-27
Add str::split_ascii_whitespace.
Clar Charr
-0
/
+2
2018-06-26
Deprecation of str::slice_uncheked(_mut)
newpavlov
-4
/
+4
2018-06-01
incorporate changes from code review
Emerentius
-27
/
+33
2018-06-01
compacts join code
Emerentius
-30
/
+14
2018-06-01
optimize joining and concatenation for slices
Emerentius
-36
/
+102
2018-05-21
Avoid counting characters and add explanatory comment to test
varkor
-1
/
+7
2018-05-21
Only escape extended grapheme characters in the first position
varkor
-1
/
+4
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-6
/
+1
2018-05-09
move See also links to top
Michael Lamparski
-2
/
+2
2018-05-07
Add explanation for #[must_use] on string replace methods
Manish Goregaokar
-2
/
+4
2018-04-26
Rollup merge of #50177 - matthiaskrgr:std_std_replacen__must_use, r=oli-obk
Guillaume Gomez
-0
/
+2
2018-04-24
Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi
bors
-53
/
+1
2018-04-23
mark std::str::replacen and std::str::replace as #[must_use].
Matthias Krüger
-0
/
+2
2018-04-21
Replace StrExt with inherent str methods in libcore
Simon Sapin
-1724
/
+7
2018-04-19
Tweak some stabilizations in libstd
Alex Crichton
-42
/
+0
2018-04-17
Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton
kennytm
-0
/
+3
2018-04-14
Cleanup liballoc use statements
Mike Hommey
-3
/
+3
2018-04-12
Merge unstable Utf16Encoder into EncodeUtf16
Simon Sapin
-5
/
+22
2018-04-12
Merge core::unicode::str into core::str
Simon Sapin
-8
/
+8
2018-04-12
Deprecate the std_unicode crate
Simon Sapin
-4
/
+3
[next]