Files
rust/library/coretests/tests
bors 14346303d7 Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35
Faster fmt::Display of 128-bit integers, without unsafe pointer

In followup of #135265, hereby the 128-bit part.

* Batches per 16 instead of 19 digits
* Buffer access as array insteaf of unsafe pointer
* Added test coverage for i128 and u128

r? tgross35 ChrisDenton
2025-06-12 01:02:55 +00:00
..
2025-05-24 08:24:52 -04:00
2025-02-13 13:10:21 -08:00
2025-02-11 18:42:19 -08:00
2025-05-13 12:34:53 +09:00
2025-01-26 10:45:09 +00:00
2025-05-20 21:16:23 +00:00
2025-05-12 15:33:37 +02:00
2025-03-28 10:18:04 +01:00