about summary refs log tree commit diff
path: root/library/core/benches/str.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-13/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-0/+1
2024-05-01Add benchmarks for `impl Debug for str`Arpad Borsos-0/+1
2023-11-27benchmarks for Chars::advance_byThe 8472-0/+1
2022-02-05Optimize `core::str::Chars::count`Thom Chiovoloni-26/+3
2021-09-11benchmark for str.chars().count()The8472-0/+33