about summary refs log tree commit diff
path: root/crates/hir-def/src/pretty.rs
AgeCommit message (Expand)AuthorLines
2023-09-06Desugar builtin#format_argsLukas Wirth-16/+56
2023-07-06Replace `x` with `it`hkalbasi-2/+2
2023-05-24internal: Replace Display impl for `Name`Lukas Wirth-32/+45
2023-05-12MIR episode 5hkalbasi-0/+3
2023-02-14Slim down GenericArgs by one usizeLukas Wirth-1/+1
2023-01-09Split out hir-def attribute handling parts into hir-expandLukas Wirth-1/+1
2022-12-24Inline all format arguments where possibleYuri Astrakhan-4/+4
2022-11-04Lower unsafety of fn pointer and fn item typesLukas Wirth-1/+4
2022-08-15Add an HIR pretty-printerJonas Schievink-0/+209