| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-25 | Improve pretty printing of if/else. | Nicholas Nethercote | -12/+12 | |
| By removing some of the over-indenting. AST pretty printing now looks correct. HIR pretty printing is better, but still over-indents some. | ||||
| 2025-04-25 | Fix some pretty printing indents. | Nicholas Nethercote | -4/+4 | |
| Indents for `cbox` and `ibox` are 0 or `INDENT_UNIT` (4) except for a couple of places which are `INDENT_UNIT - 1` for no clear reason. This commit changes the three space indents to four spaces. | ||||
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -0/+1 | |
| These emit prelude imports which means they are always edition dependent | ||||
| 2025-01-09 | Fix `proc_macro::quote!` for raw ident | Asuna | -0/+19 | |
| 2025-01-09 | Migrate basic tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+53 | |
