about summary refs log tree commit diff
path: root/library/core/tests/fmt
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-1541/+0
2025-01-24Fix `FormattingOptions` instantiation with `Default`Yuri Astrakhan-0/+6
2024-12-05Refactored FormattingOptions to use a bitmask for storing flagsElias Holzmann-10/+6
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-0/+28
2024-11-22Shorten the `MaybeUninit` `Debug` implementationTrevor Gross-0/+7
2024-07-21Implement `debug_more_non_exhaustive`Trevor Gross-2/+320
2024-07-21Make use of raw strings in `core::fmt::builders`Trevor Gross-37/+37
2024-07-06Mark format! with must_use hintlukas-3/+3
2024-01-11apply fmtklensy-4/+4
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