aboutsummaryrefslogtreecommitdiff
path: root/src/comp/pretty
Commit message (Expand)AuthorAgeFilesLines
* Started adding support for floating-point type, floating-point literals, and ...Tim Chevalier2011-03-211-0/+3
* Modify native_item_fn to handle trailing linkage names that differ from the i...Graydon Hoare2011-03-201-1/+5
* rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.Patrick Walton2011-03-181-2/+4
* rustc: Switch mutability from being a type constructor to a field annotationPatrick Walton2011-03-171-25/+30
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-162-7/+9
* rustc: Add an annotation for the crate definition to view_item_usePatrick Walton2011-03-151-1/+1
* Merge remote branch 'brson/recursive-elseif'Graydon Hoare2011-03-141-18/+10
|\
| * Merge branch 'master' into recursive-elseifBrian Anderson2011-03-132-34/+84
| |\
| * | Merge branch 'master' into recursive-elseifBrian Anderson2011-03-071-18/+10
* | | Make pretty-printer print 'with' clause in rec literalsMarijn Haverbeke2011-03-141-1/+11
| |/ |/|
* | Add ty_obj case to pretty printerMarijn Haverbeke2011-03-091-16/+37
* | Have the pretty-printer take a writer stream as argumentMarijn Haverbeke2011-03-092-17/+36
* | Add partial pretty-printing for syntax extensionsBrian Anderson2011-03-071-1/+10
* | Add missing alt arm to expr_if pretty-printerBrian Anderson2011-03-071-0/+1
|/
* Add a pretty-printerMarijn Haverbeke2011-03-072-0/+923