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
/
library
/
core
/
src
/
str
/
iter.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-2
/
+6
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-2
/
+2
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-2
/
+2
2021-04-23
Auto merge of #82585 - TrolledWoods:master, r=dtolnay
bors
-0
/
+24
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-1
/
+1
2021-04-05
Added tracking issue number
TrolledWoods
-1
/
+1
2021-03-19
Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se
Dylan DPC
-0
/
+53
2021-02-27
Added feature flag to doc test
John Hörnvall
-0
/
+1
2021-02-27
Removed trailing whitespace
John Hörnvall
-1
/
+1
2021-02-27
Added CharIndices::offset function
John Hörnvall
-0
/
+23
2021-02-27
Change formatting of safety comment
Waffle
-3
/
+1
2021-02-27
Add `as_str` method for split whitespace str iterators
Waffle
-0
/
+55
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-4
/
+1
2021-01-26
Same instructions, but simpler.
Giles Cope
-1
/
+1
2021-01-26
Let's try the most idiomatic way.
Giles Cope
-5
/
+1
2021-01-26
Removing if so it's more like the previous implementation.
Giles Cope
-3
/
+1
2021-01-26
Slight simplification of chars().count()
Giles Cope
-4
/
+5
2021-01-13
bump split_inclusive stabilization to 1.51.0
Ashley Mannix
-6
/
+6
2021-01-04
Remove two obsolete uses of #![feature(split_inclusive)]
Ian Jackson
-1
/
+0
2021-01-04
Stabilize split_inclusive
Ian Jackson
-6
/
+6
2020-10-18
Add #[inline] to some core::str functions.
Mara Bos
-0
/
+1
2020-10-16
fill in the tracking issue
Waffle
-7
/
+7
2020-10-01
add `str::SplitInclusive::as_str` method
Waffle
-3
/
+23
2020-10-01
add `str::{SplitN, RSplitN, SplitTerminator, RSplitTerminator}::as_str` methods
Waffle
-0
/
+89
2020-10-01
add `str::{Split,RSplit}::as_str` methods
Waffle
-0
/
+55
2020-09-26
Move utf-8 validating helpers to new mod
Lzu Tao
-1
/
+1
2020-09-26
Move str's impl of iterations to new mod
Lzu Tao
-0
/
+1255