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
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-03
replace placeholder version
Boxy
-1
/
+1
2024-08-19
Stabilize feature `char_indices_offset`
Eduardo Sánchez Muñoz
-2
/
+13
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-14
/
+11
2024-07-15
Remove generic lifetime parameter of trait `Pattern`
Benoît du Garreau
-45
/
+45
2024-06-12
Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"
Oli Scherer
-4
/
+2
2024-05-21
core: actually use TAIT instead of emulating it
joboet
-2
/
+4
2024-02-22
Use generic `NonZero` everywhere in `core`.
Markus Reiter
-2
/
+2
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-01-26
Rollup merge of #107464 - WaffleLapkin:all_that_remains_of_lines, r=dtolnay
Matthias Krüger
-0
/
+25
2023-11-27
optimize str::iter::Chars::advance_by
The 8472
-0
/
+50
2023-10-07
Auto merge of #100806 - timvermeulen:split_inclusive_double_ended_bound, r=dt...
bors
-1
/
+1
2023-07-21
Clarify logic on bytes:code units ratio
Andrew Tribick
-2
/
+4
2023-07-20
Fix size_hint for EncodeUtf16
Andrew Tribick
-5
/
+14
2023-03-23
Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton
Dylan DPC
-2
/
+2
2023-01-30
Add `str::Lines::remainder`
Maybe Waffle
-0
/
+25
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-5
/
+5
2022-12-16
Replace `Split*::as_str` with `remainder`
Maybe Waffle
-77
/
+93
2022-12-16
SplitInternal: always set `finished` in `get_end`
Maybe Waffle
-7
/
+8
2022-10-06
Fix handling of trailing bare CR in str::lines
Konrad Borowski
-1
/
+1
2022-10-06
Rename LinesAnyMap to LinesMap
Konrad Borowski
-2
/
+2
2022-08-20
Fix generic bound of `SplitInclusive`'s `DoubleEndedIterator` impl
Tim Vermeulen
-1
/
+1
2022-05-09
Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item...
Matthias Krüger
-1
/
+0
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-1
/
+1
2022-02-05
Optimize `core::str::Chars::count`
Thom Chiovoloni
-3
/
+2
2021-12-14
Fix a bunch of typos
Frank Steffahn
-9
/
+9
2021-11-21
libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...
Eduardo Sánchez Muñoz
-8
/
+6
2021-10-31
Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett
Matthias Krüger
-0
/
+2
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+2
2021-10-12
Add #[must_use] to expensive computations
John Kugelman
-0
/
+4
2021-10-11
Add #[must_use] to as_type conversions
John Kugelman
-0
/
+4
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
[next]