about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pp/convenience.rs
AgeCommit message (Expand)AuthorLines
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