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
/
alloc
/
tests
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton
Dylan DPC
-7
/
+19
2022-11-22
add test for issue 104726
The 8472
-0
/
+12
2022-11-15
generalize str.contains() tests to a range of haystack sizes
The 8472
-5
/
+21
2022-10-06
Fix handling of trailing bare CR in str::lines
Konrad Borowski
-7
/
+19
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-5
/
+5
2022-05-26
improve case conversion happy path
Conrad Ludgate
-0
/
+14
2022-03-31
make utf8_char_counts test faster in Miri
Ralf Jung
-4
/
+7
2022-03-27
Debug print char 0 as '\0' rather than '\u{0}'
David Tolnay
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-5
/
+5
2022-02-07
Add {floor,ceil}_char_boundary methods to str
ltdk
-0
/
+92
2022-02-05
Ensure non-power-of-two sizes are tested in the Chars::count test
Thom Chiovoloni
-2
/
+4
2022-02-05
Optimize `core::str::Chars::count`
Thom Chiovoloni
-0
/
+40
2021-12-23
Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay
Matthias Krüger
-0
/
+31
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-11-18
Make slice->str conversion and related functions const
Maybe Waffle
-3
/
+61
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-1
/
+1
2021-09-11
Allow reverse iteration of lowercase'd/uppercase'd chars
Michael Spector
-0
/
+31
2021-07-11
Add test for the fix
Alexis Bourget
-0
/
+41
2021-06-18
Lint for unused borrows as part of UNUSED_MUST_USE
hi-rustin
-5
/
+5
2021-02-03
Fixes #80335
Yechan Bae
-0
/
+30
2020-12-02
break formatting so rustfmt is happy
Ralf Jung
-1
/
+2
2020-12-02
disable a ptr equality test on Miri
Ralf Jung
-1
/
+5
2020-11-30
Make ui test that are run-pass and do not test the compiler itself library tests
Christiaan Dirkx
-1
/
+95
2020-10-20
Check for exhaustion in SliceIndex for RangeInclusive
Josh Stone
-0
/
+29
2020-09-05
Move Various str tests in library
Ayush Kumar Mishra
-0
/
+21
2020-07-28
Add str::[r]split_once
Aleksey Kladov
-0
/
+24
2020-07-27
mv std libs to library/
mark
-0
/
+1899