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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
str
Age
Commit message (
Expand
)
Author
Lines
2018-01-06
Make double ended string searchers use dependent fingers (fixes #47175)
Manish Goregaokar
-6
/
+10
2018-01-05
Rollup merge of #47030 - ollie27:stab, r=alexcrichton
kennytm
-2
/
+6
2018-01-01
handle overflow/underflow in index offsets
Manish Goregaokar
-10
/
+15
2017-12-27
Correct a few stability attributes
Oliver Middleton
-2
/
+6
2017-12-18
Add memchr search support for multibyte characters
Manish Goregaokar
-48
/
+102
2017-12-16
Fill in reverse searcher impl for char
Manish Goregaokar
-6
/
+50
2017-12-13
Fill in forward searcher impl for char
Manish Goregaokar
-13
/
+65
2017-12-13
Move CharSearcher to its own section in the file
Manish Goregaokar
-83
/
+84
2017-12-13
Split out char searcher from MultiCharSearcher
Manish Goregaokar
-29
/
+58
2017-12-13
Remove the unused ascii_only field in CharEqSearcher
Manish Goregaokar
-16
/
+0
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-5
/
+4
2017-11-13
Add missing links in FromStr docs
Guillaume Gomez
-2
/
+5
2017-10-02
Inline eq_slice into str::eq
leonardo.yvens
-12
/
+1
2017-09-29
Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler
bors
-5
/
+2
2017-09-23
TrustedRandomAccess specialisation for Cloned.
Clar Charr
-1
/
+13
2017-09-23
Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1
Corey Farwell
-3
/
+0
2017-09-18
Rollup merge of #44657 - Ixrec:patch-1, r=eddyb
Alex Crichton
-4
/
+4
2017-09-17
Add `<*const T>::align_offset` and use it in `memchr`
Oliver Schneider
-2
/
+1
2017-09-17
missed a 'mut'
Ixrec
-1
/
+1
2017-09-17
Remove unused str_eq lang item
leonardo.yvens
-3
/
+0
2017-09-17
Replace str's transmute() calls with pointer casts
Ixrec
-4
/
+4
2017-09-14
Rollup merge of #44477 - napen123:master, r=frewsxcv
Corey Farwell
-0
/
+13
2017-09-12
Remove Invalid UTF-8 from str::from_utf8_unchecked_mut
Ethan Dagner
-15
/
+0
2017-09-10
Add doc examples to str::from_utf8_unchecked_mut
Ethan Dagner
-0
/
+28
2017-09-10
Actually fix the trailing whitespace
smt923
-1
/
+1
2017-09-10
Fix markdown link for Utf8Error
smt923
-1
/
+3
2017-09-10
Fix trailing whitespace
smt923
-1
/
+0
2017-09-10
Fix incorrect markdown title
smt923
-1
/
+1
2017-09-10
Added short examples for 'str::from_utf8_mut'
smt923
-0
/
+30
2017-08-30
Auto merge of #43903 - oli-obk:alignto, r=aturon
bors
-1
/
+5
2017-08-29
Add blanket TryFrom impl when From is implemented.
Jimmy Cuadra
-5
/
+2
2017-08-21
Add align_offset intrinsic
Oliver Schneider
-1
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-12
/
+12
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-3
/
+3
2017-07-25
std: Stabilize `utf8_error_error_len` feature
Alex Crichton
-1
/
+1
2017-07-25
std: Stabilize `str_checked_slicing` feature
Alex Crichton
-10
/
+10
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-4
/
+4
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-6
/
+6
2017-07-13
Forward more Iterator methods for str::Bytes
Simon Sapin
-0
/
+38
2017-06-17
Inline StrSearcher::haystack()
Alexander Bulaev
-1
/
+4
2017-06-16
Introduce tidy lint to check for inconsistent tracking issues
est31
-1
/
+1
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-1
/
+1
2017-06-04
Add overflow checking for str::get with inclusive ranges
Scott McMurray
-4
/
+12
2017-06-04
Delegate str:Index(Mut) to SliceIndex<str>
Scott McMurray
-37
/
+18
2017-05-24
Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturon
Mark Simulacrum
-40
/
+19
2017-05-21
Make RangeInclusive just a two-field struct
Scott McMurray
-40
/
+19
2017-05-20
Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum
bors
-4
/
+4
2017-05-20
Correct some stability versions
Oliver Middleton
-4
/
+4
2017-05-19
Try to optimise char patterns
Simonas Kazlauskas
-1
/
+27
2017-04-28
Explain why zero-length slices require a non-null pointer
Henri Sivonen
-1
/
+4
[next]