about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/format.rs
AgeCommit message (Expand)AuthorLines
2025-08-09remove `P`Deadbeef-2/+1
2025-07-22Implement AST visitors using a derive macro.Camille GILLOT-8/+12
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-0/+8
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-1/+1
2024-12-31Account for format_args in HiddenUnicodeCodepoints lintMichael Goulet-0/+5
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2023-08-02get auto traits for parallel rustcSparrowLii-6/+0
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-03-16Flatten nested format_args!() into one.Mara Bos-2/+2
2023-01-27Replace format flags u32 by enums and bools.Mara Bos-2/+24
2023-01-24Work around issue 106930.Mara Bos-0/+6
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-0/+244