| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -19/+0 | |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -2/+2 | |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -6/+6 | |
| 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 | |
