about summary refs log tree commit diff
path: root/library/coretests/tests/fmt
AgeCommit message (Expand)AuthorLines
2025-09-26Auto merge of #145882 - m-ou-se:format-args-extend-1-arg, r=petrochenkovbors-0/+6
2025-09-12Improve `core::fmt` coverageChristian Poveda-0/+51
2025-08-26Add test.Mara Bos-0/+6
2025-06-18Add test for new format_args!() temporary lifetimes.Mara Bos-0/+15
2025-06-10format integer tests regrouped, min/max coverage and 128-bit coveragePascal S. de Kloe-36/+121
2025-03-22Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcmbors-0/+20
2025-03-21Add test for Formatter flags.Mara Bos-0/+20
2025-03-18Remove the regex dependency from coretestsbjorn3-19/+11
2025-02-15core: Make `Debug` impl of raw pointers print metadata if presentMartin Nordholts-4/+4
2025-02-15tests: Add regression test for `Debug` impl of raw pointersMartin Nordholts-0/+31
2025-02-15tests: Use `as *const _` instead of `.as_ptr()` in ptr fmt testMartin Nordholts-2/+2
2025-01-26Put all coretests in a separate cratebjorn3-0/+1541