| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -18/+18 |
| | | | | | This should be a snapshot transition. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -18/+18 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -22/+22 |
| | | |||||
| * | Preserve comments when pretty-printing. | Marijn Haverbeke | 2011-03-31 | 1 | -90/+131 |
| | | | | | | The patch also includes a number of smaller fixes to the pretty-printer that were encountered on the way. | ||||
| * | fix pretty-printer | Marijn Haverbeke | 2011-03-25 | 1 | -6/+10 |
| | | | | | | | A change in 54587bdccb7b6771cfc704a30fc0ef2c65824a15 (the vec appending overhaul) had broken it. (Apparently modifying a vec while iterating over it can corrupt memory.) | ||||
| * | 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. | |||||