| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-22 | Remove or downgrade unnecessary `pub` visibility markers. | Nicholas Nethercote | -1/+1 | |
| 2022-02-07 | Pretty print ItemKind::Use in rustfmt style | David Tolnay | -0/+4 | |
| 2022-02-03 | Change pp indent to signed to allow negative indents | David Tolnay | -7/+4 | |
| 2022-02-03 | Add trailing comma support | David Tolnay | -3/+19 | |
| 2022-01-31 | Factor convenience functions out of main printer implementation | David Tolnay | -0/+77 | |
| 2022-01-19 | Eliminate a token clone from advance_left | David Tolnay | -5/+6 | |
| 2022-01-18 | Eliminate left and right cursors in favor of ring buffer | David Tolnay | -1/+19 | |
| 2022-01-18 | Eliminate eof token state | David Tolnay | -7/+8 | |
| 2022-01-18 | Simplify the buffer push done by scan_break | David Tolnay | -4/+0 | |
| 2022-01-18 | Simplify ring buffer pushes | David Tolnay | -0/+8 | |
| 2022-01-17 | Abstract the pretty printer's ringbuffer to be infinitely sized | David Tolnay | -0/+53 | |
