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
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
2018-04-01
Inline most of the code paths for conversions with boxed slices
Anthony Ramine
-0
/
+3
2018-03-28
Add repeat method on slice
Guillaume Gomez
-53
/
+1
2018-03-26
Add is_whitespace and is_alphanumeric to str.
boats
-0
/
+42
2018-03-06
Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton
kennytm
-1
/
+1
2018-03-04
Avoid unnecessary calculation
Shotaro Yamada
-3
/
+3
2018-03-04
Add comments
Shotaro Yamada
-20
/
+40
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-1
/
+1
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-1
/
+1
2018-03-02
Optimize str::repeat
Shotaro Yamada
-3
/
+34
2017-12-27
update char_indices example to highlight big chars
QuietMisdreavus
-2
/
+6
2017-12-02
Mark ascii methods on primitive types stable in 1.23.0.
Ralph Giles
-6
/
+6
2017-11-29
Update bootstrap compiler
Alex Crichton
-5
/
+0
2017-11-29
Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton
kennytm
-147
/
+0
2017-11-20
Fix result for assert_eq
Benjamin Hoffmeyer
-1
/
+1
2017-11-20
Fix doc tests for trim_right_matches
Benjamin Hoffmeyer
-1
/
+1
2017-11-18
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
Lukas Kalbertodt
-147
/
+0
2017-11-14
Fixed several pulldown warnings when documenting libstd.
kennytm
-1
/
+1
2017-11-08
get() example should use get() not get_mut()
John Ford
-4
/
+4
2017-11-03
Mark several ascii methods as unstable again
Lukas Kalbertodt
-10
/
+14
2017-11-03
Remove unused AsciiExt imports and fix tests related to ascii methods
Lukas Kalbertodt
-4
/
+0
2017-11-03
Copy `AsciiExt` methods to `str` directly
Lukas Kalbertodt
-0
/
+276
2017-10-17
added non trivial examples of closures for str::find
Christian Poveda
-2
/
+2
2017-10-17
added examples of closures
Christian Poveda
-1
/
+3
2017-09-27
Remove mem::transmute used in Box<str> conversions
Nikolai Vazquez
-5
/
+3
2017-09-14
Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcv
Corey Farwell
-0
/
+13
2017-09-14
Rollup merge of #44497 - tommyip:doc_example, r=frewsxcv
Corey Farwell
-0
/
+11
2017-09-12
Add an example of std::str::encode_utf16
rwakulszowa
-0
/
+13
[next]