about summary refs log tree commit diff
path: root/library/core/src/str/pattern.rs
AgeCommit message (Expand)AuthorLines
2025-07-29LoongArch64 LSX fast-path for `str.contains(&str)`WANG Rui-3/+16
2025-05-28Revert "increase perf of charsearcher for single ascii characters"Jakub Beránek-31/+1
2025-05-26increase perf of charsearcher for single ascii charactersbendn-1/+31
2025-03-15Optimize multi-char string patternsYotam Ofek-3/+3
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-2/+3
2024-11-04Improve example of `impl Pattern for &[char]`Eduardo Sánchez Muñoz-2/+2
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-2/+2
2024-10-24provide default impl for as_utf8_patternLaiho-11/+3
2024-09-23Add fast path for ascii to ascii in str::replaceLaiho-0/+33
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-15Remove generic lifetime parameter of trait `Pattern`Benoît du Garreau-63/+69
2024-06-02typo: depending from -> onRalf Jung-1/+1
2024-02-13Store core::str::CharSearcher::utf8_size as u8GnomedDev-11/+23
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-9/+9
2023-11-26Fix library testsCaleb Zulawski-1/+1
2023-11-17Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnaybors-0/+4
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+3
2023-05-24feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher`Jan-0/+4
2023-05-14Fix some misleading and copy-pasted `Pattern` examplesScott McMurray-4/+4
2023-04-10Fix typos in libraryDaniPopes-1/+1
2022-12-05fix dupe word typosRageking8-1/+1
2022-11-22fix OOB access in SIMD impl of str.contains()The 8472-4/+6
2022-11-15- convert from core::arch to core::simdThe 8472-52/+182
2022-11-14x86_64 SSE2 fast-path for str.contains(&str) and short needlesThe 8472-0/+102
2022-10-17Fix typo in `ReverseSearcher` docsSky-1/+1
2021-07-28Add char array without ref Pattern implCameron Steffen-4/+37
2021-07-28impl Pattern for char arrayCameron Steffen-0/+40
2021-07-11Fix #85462 by adding a marker flagAlexis Bourget-2/+17
2020-09-18Fixed some intra-docs links in library/coreAmjad Alsharafi-1/+1
2020-08-22Add more linksGuillaume Gomez-46/+55
2020-08-21Convert links to intra-doc links formatGuillaume Gomez-11/+2
2020-07-27mv std libs to library/mark-0/+1598