| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-03 | rustc_ast_pretty: Don't print space after `$` | Noah Lev | -3/+3 | |
| For example, this code: $arg:expr used to be pretty-printed as: $ arg : expr but is now pretty-printed as: $arg : expr | ||||
| 2021-02-08 | Fix pretty printer macro_rules with semicolon. | Eric Huss | -0/+19 | |
