about summary refs log tree commit diff
path: root/library/core/benches/str/debug.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-80/+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-20Write `char::DebugEscape` sequences using `write_str`Arpad Borsos-2/+2
2024-05-01Add benchmarks for `impl Debug for str`Arpad Borsos-0/+79