summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/format/expand.rs
AgeCommit message (Expand)AuthorLines
2022-09-27Turn format arguments Vec into its own struct.Mara Bos-10/+14
2022-09-27Prefer new_v1_formatted instead of new_v1 with duplicates.Mara Bos-36/+33
2022-09-27Rewrite and refactor format_args!() builtin macro.Mara Bos-0/+352