about summary refs log tree commit diff
path: root/library/core/src/str/pattern.rs
AgeCommit message (Expand)AuthorLines
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