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-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-4
/
+3
2018-11-26
Remove unsafe `unsafe` inner function.
Corey Farwell
-5
/
+2
2018-11-22
std::str Adapt documentation to reality
Adrian Heine né Lang
-4
/
+2
2018-11-13
Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser
kennytm
-1
/
+1
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-10
revert making internal APIs const fn.
Mazdak Farrokhzad
-4
/
+4
2018-11-10
reduce list to functions callable in const ctx.
Mazdak Farrokhzad
-2
/
+2
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-7
/
+6
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-19
/
+19
2018-09-05
Auto merge of #52994 - varkor:trim_direction, r=alexcrichton
bors
-13
/
+157
2018-08-22
use char pattern for single-character splits: a.split("x") -> a.split('x')
Matthias Krüger
-1
/
+1
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-7
/
+7
2018-08-12
Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez
Guillaume Gomez
-1
/
+4
2018-08-12
Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm
Guillaume Gomez
-2
/
+2
2018-08-11
Add links to std::char::REPLACEMENT_CHARACTER from docs.
Corey Farwell
-1
/
+4
2018-08-05
Make features stable and clarify examples
varkor
-22
/
+8
2018-08-04
Remove explicit returns where unnecessary
ljedrz
-2
/
+2
2018-08-04
deleted changed lines
redroc
-33
/
+0
2018-08-04
fixed broken links to char
redroc
-19
/
+19
2018-08-02
Add #![feature(trim_direction)] to doc comments
varkor
-2
/
+14
2018-08-02
Add trim_start, trim_end, trim_start_matches and trim_end_matches
varkor
-13
/
+159
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
[prev]
[next]