| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove old pretty-printer from rustc | Brian Anderson | 2011-03-07 | 1 | -87/+0 |
| | | |||||
| * | Add a pretty-printer | Marijn Haverbeke | 2011-03-07 | 1 | -0/+2 |
| | | | | | | Adds a -pp option to the compiler which will cause it to simply pretty-print the given file. | ||||
| * | Add pretty printing for expr_call, expr_path, and more literals | Brian Anderson | 2011-03-02 | 1 | -3/+37 |
| | | |||||
| * | Begin an AST pretty-printer | Brian Anderson | 2011-03-02 | 1 | -0/+51 |