about summary refs log tree commit diff
path: root/library/core/tests/fmt
AgeCommit message (Expand)AuthorLines
2023-11-15avoid exhaustive i16 test in MiriRalf Jung-2/+5
2023-11-11round to evenJames Dietz-343/+10
2023-11-11fix rounding issue with exponents in fmtJames Dietz-4/+349
2023-03-16Update format_args!() test to account for inlining.Mara Bos-4/+4
2022-10-20Add tests for rounding of ties during float formattingAndrew Tribick-0/+120
2022-10-11Fix inconsistent rounding of 0.5 when formatted to 0 decimal placesAndrew Tribick-2/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-68/+68
2021-10-20Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahcYuki Okushi-0/+24
2021-10-03Use a test value that doesn't depend on the handling of even/odd roundingJosh Triplett-1/+1
2021-10-03Fix Lower/UpperExp formatting for integers and precision zeroFabian Wolff-0/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-06-19Automatic exponential formatting in DebugMichael Lamparski-0/+24
2021-04-21Format `Struct { .. }` on one line even with `{:#?}`.Mara Bos-6/+1
2020-07-27mv std libs to library/mark-0/+1030