about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pp/convenience.rs
AgeCommit message (Expand)AuthorLines
2025-04-28Introduce `BoxMarker` to pretty-printing.Nicholas Nethercote-8/+10
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-16Add `warn(unreachable_pub)` to `rustc_ast_pretty`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2023-11-22Remove or downgrade unnecessary `pub` visibility markers.Nicholas Nethercote-1/+1
2022-02-07Pretty print ItemKind::Use in rustfmt styleDavid Tolnay-0/+4
2022-02-03Change pp indent to signed to allow negative indentsDavid Tolnay-7/+4
2022-02-03Add trailing comma supportDavid Tolnay-3/+19
2022-01-31Factor convenience functions out of main printer implementationDavid Tolnay-0/+77