summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/format.rs
AgeCommit message (Expand)AuthorLines
2023-02-25Add ErrorGuaranteed to HIR ExprKind::ErrMichael Goulet-3/+16
2023-01-27Destructure format_options in make_format_spec.Mara Bos-11/+21
2023-01-27Replace format flags u32 by enums and bools.Mara Bos-1/+8
2023-01-13Change not-so-permanent link to a more permanent link.Mara Bos-1/+1
2023-01-12Add note on optimization in format args ast lowering.Mara Bos-0/+3
2023-01-12Update comments in rustc_ast_lowering/src/format.rs.Mara Bos-22/+51
2023-01-12Assume there are no macros left in ast lowering.Mara Bos-7/+2
2023-01-12Update outdated comment.Mara Bos-10/+8
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-0/+356