about summary refs log tree commit diff
path: root/library/core/benches/char
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-90/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2023-02-03fix #107590, Fix benchmarks in library/core with black_boxyukang-14/+26
2021-02-26Add two more benchmarks for strictly ASCII and non ASCII casesMiccah Castorina-2/+22
2021-02-26Add to_lowercase and to_uppercase char benchmarksMiccah Castorina-0/+10
2021-02-06Slight perf improvement on char::to_ascii_lowercaseGiles Cope-0/+10
2020-07-27mv std libs to library/mark-0/+38