8 Commits

Author SHA1 Message Date
Pascal S. de Kloe
2143a3f0c2 benchmarks for exponent fmt of integers 2025-08-22 17:40:48 +02:00
Pascal S. de Kloe
7704a39685 fmt benchmarks for binary, octal and hex 2025-07-25 16:03:47 +02:00
sayantn
7443d039a5
Update stdarch 2025-05-01 20:01:43 +05:30
Thalia Archibald
988eb19970 library: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-06 20:20:38 -08:00
Eric Huss
0aa634e71a Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
Eric Huss
b7c975b22e library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00
Pascal S. de Kloe
962fec2193 black_box integer-input on fmt benches 2025-01-30 18:57:23 +01:00
bjorn3
b6a3841942 Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00