about summary refs log tree commit diff
path: root/library/core/tests/fmt/builders.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-1044/+0
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
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-63/+63
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-04-21Format `Struct { .. }` on one line even with `{:#?}`.Mara Bos-6/+1
2020-07-27mv std libs to library/mark-0/+730