summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust/state
AgeCommit message (Expand)AuthorLines
2022-06-16Fix pretty printing of empty type bound lists in where-clauseDavid Tolnay-5/+23
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-2/+1
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-4/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-8/+8
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-2/+2
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-1/+13
2022-03-15Parse inner attributes on inline const blockDavid Tolnay-3/+14
2022-03-05Change syntax for TyAlias where clausesJack Huey-4/+34
2022-02-07Pretty print ItemKind::Use in rustfmt styleDavid Tolnay-15/+35
2022-02-03Change struct expr pretty printing to match rustfmt styleDavid Tolnay-31/+80
2022-01-30Fix some double indents on exprs containing blocksDavid Tolnay-10/+18
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-1/+1
2022-01-18Move item-related pretty printing functions to moduleDavid Tolnay-0/+644
2022-01-18Move expr-related pretty printing functions to moduleDavid Tolnay-0/+571