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
/
pattern.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-29
LoongArch64 LSX fast-path for `str.contains(&str)`
WANG Rui
-3
/
+16
2025-05-28
Revert "increase perf of charsearcher for single ascii characters"
Jakub Beránek
-31
/
+1
2025-05-26
increase perf of charsearcher for single ascii characters
bendn
-1
/
+31
2025-03-15
Optimize multi-char string patterns
Yotam Ofek
-3
/
+3
2025-02-16
add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants
HTGAzureX1212
-2
/
+3
2024-11-04
Improve example of `impl Pattern for &[char]`
Eduardo Sánchez Muñoz
-2
/
+2
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-2
/
+2
2024-10-24
provide default impl for as_utf8_pattern
Laiho
-11
/
+3
2024-09-23
Add fast path for ascii to ascii in str::replace
Laiho
-0
/
+33
2024-09-08
Remove needless returns detected by clippy in libraries
Eduardo Sánchez Muñoz
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-07-15
Remove generic lifetime parameter of trait `Pattern`
Benoît du Garreau
-63
/
+69
2024-06-02
typo: depending from -> on
Ralf Jung
-1
/
+1
2024-02-13
Store core::str::CharSearcher::utf8_size as u8
GnomedDev
-11
/
+23
2023-11-26
Update std::simd usage and test outputs
Caleb Zulawski
-9
/
+9
2023-11-26
Fix library tests
Caleb Zulawski
-1
/
+1
2023-11-17
Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay
bors
-0
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-05-24
feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher`
Jan
-0
/
+4
2023-05-14
Fix some misleading and copy-pasted `Pattern` examples
Scott McMurray
-4
/
+4
2023-04-10
Fix typos in library
DaniPopes
-1
/
+1
2022-12-05
fix dupe word typos
Rageking8
-1
/
+1
2022-11-22
fix OOB access in SIMD impl of str.contains()
The 8472
-4
/
+6
2022-11-15
- convert from core::arch to core::simd
The 8472
-52
/
+182
2022-11-14
x86_64 SSE2 fast-path for str.contains(&str) and short needles
The 8472
-0
/
+102
2022-10-17
Fix typo in `ReverseSearcher` docs
Sky
-1
/
+1
2021-07-28
Add char array without ref Pattern impl
Cameron Steffen
-4
/
+37
2021-07-28
impl Pattern for char array
Cameron Steffen
-0
/
+40
2021-07-11
Fix #85462 by adding a marker flag
Alexis Bourget
-2
/
+17
2020-09-18
Fixed some intra-docs links in library/core
Amjad Alsharafi
-1
/
+1
2020-08-22
Add more links
Guillaume Gomez
-46
/
+55
2020-08-21
Convert links to intra-doc links format
Guillaume Gomez
-11
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+1598