| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵ | Graydon Hoare | 2011-03-16 | 1 | -6/+8 |
| | | | | | Tweak std lib vec fns in process. | ||||
| * | Have the pretty-printer take a writer stream as argument | Marijn Haverbeke | 2011-03-09 | 1 | -15/+28 |
| | | | | | | It now uses a string writer to also fill in for middle.ty.ast_ty_to_str | ||||
| * | Add a pretty-printer | Marijn Haverbeke | 2011-03-07 | 1 | -0/+207 |
| Adds a -pp option to the compiler which will cause it to simply pretty-print the given file. | |||||