| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-17 | Add support for repetition to `proc_macro::quote` | Tomoaki Kobayashi | -59/+192 | |
| 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/+2 | |
| These emit prelude imports which means they are always edition dependent | ||||
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -1/+0 | |
| For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros. | ||||
| 2025-01-09 | Fix `proc_macro::quote!` for raw ident | Asuna | -1/+21 | |
| 2025-01-09 | Migrate check-fail tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+163 | |
| 2025-01-09 | Migrate basic tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+440 | |
