about summary refs log tree commit diff
path: root/library/core/benches/str.rs
AgeCommit message (Collapse)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
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-05-01Add benchmarks for `impl Debug for str`Arpad Borsos-0/+1
In order to inform future perf improvements and prevent regressions, lets add some benchmarks that stress `impl Debug for str`.
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