| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The patch also includes a number of smaller fixes to the
pretty-printer that were encountered on the way.
|
| |
|
|
|
|
| |
A change in 54587bdccb7b6771cfc704a30fc0ef2c65824a15 (the vec
appending overhaul) had broken it. (Apparently modifying a vec while
iterating over it can corrupt memory.)
|
| |
|
|
| |
Tweak std lib vec fns in process.
|
| |
|
|
|
| |
It now uses a string writer to also fill in for
middle.ty.ast_ty_to_str
|
|
|
Adds a -pp option to the compiler which will cause it to simply
pretty-print the given file.
|