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
/
libcore
/
str
Age
Commit message (
Expand
)
Author
Lines
2018-07-23
libcore: Prefer `Option::map` over `match` where applicable
Colin Wallace
-7
/
+4
2018-07-22
Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton
kennytm
-14
/
+16
2018-07-13
Change RangeInclusive to a three-field struct.
kennytm
-10
/
+10
2018-07-12
deprecation message improvement
Artyom Pavlov
-2
/
+2
2018-06-27
Add str::split_ascii_whitespace.
Clar Charr
-4
/
+155
2018-06-26
review fix
Artyom Pavlov
-2
/
+2
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-14
/
+14
2018-06-26
Deprecation of str::slice_uncheked(_mut)
newpavlov
-14
/
+16
2018-06-03
impl Default for &mut str
kennytm
-0
/
+6
2018-05-28
get rid of str::from_raw_parts_mut
Ralf Jung
-31
/
+5
2018-05-28
extend from_raw_parts docs for slices and strs to mention alignment requirement
Ralf Jung
-6
/
+4
2018-05-23
move type def out of unsafe block
Joe ST
-6
/
+4
2018-05-21
Make `[T]::len` and `str::len` const fn
Oliver Schneider
-5
/
+15
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-475
/
+115
2018-04-30
Clean up the other Slice*Inclusive impls for str
Michael Lamparski
-24
/
+10
2018-04-30
str/slice: factor out overflow error messages
Michael Lamparski
-8
/
+10
2018-04-22
Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton
bors
-17
/
+1753
2018-04-21
Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)
Simon Sapin
-3
/
+5
2018-04-21
Replace StrExt with inherent str methods in libcore
Simon Sapin
-14
/
+1748
2018-04-17
smaller PR just to fix #50002
Michael Lamparski
-7
/
+2
2018-04-16
Remove unwanted auto-linking and update
Guillaume Gomez
-1
/
+1
2018-04-12
Merge core::unicode::str into core::str
Simon Sapin
-1
/
+115
2018-04-12
Move Utf8Lossy decoder to libcore
Simon Sapin
-0
/
+216
2018-03-17
Add an example of lossy decoding to str::Utf8Error docs
Simon Sapin
-0
/
+31
2018-03-15
Stabilize `inclusive_range` library feature.
kennytm
-18
/
+6
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-7
/
+7
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-7
/
+7
2018-02-15
spelling fix in comment
Steve Klabnik
-1
/
+1
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
[next]