about summary refs log tree commit diff
path: root/library/core/benches/fmt.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-165/+0
2024-11-14Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjub...bors-0/+14
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-0/+1
2024-03-23try adding a test that LowerHex and friends don't panic, but it doesn't workiximeow-0/+14
2023-02-21fix more benchmark test with black_boxyukang-12/+12
2022-05-31Add unicode fast path to `is_printable`Nilstrieb-0/+11
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-4/+4
2020-09-28Use more efficient scheme for display u128/i128kadmin-0/+29
2020-07-27mv std libs to library/mark-0/+110