summary refs log tree commit diff
path: root/library/core/src/fmt/rt.rs
AgeCommit message (Expand)AuthorLines
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-0/+4
2023-05-09Limit lifetime of format_args!() with inlined args.Mara Bos-0/+15
2023-04-27pub -> pub(super).Mara Bos-1/+1
2023-04-24Restructure std::fmt::rt a bit.Mara Bos-6/+148
2023-04-20Add reason to #![unstable] tag.Mara Bos-1/+1
2023-04-20Get rid of core::fmt::FormatSpec.Mara Bos-6/+1
2023-04-20Rename fmt::rt::Argument to Placeholder.Mara Bos-3/+2
2023-04-20Turn core::fmt::rt::v1 into a private module.Mara Bos-0/+61