summaryrefslogtreecommitdiff
path: root/src/dump_as_rust.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-03-17Replace Enum variant inner typeJohn Hodge1-4/+17
2015-03-15Rework type params, add ! "type"John Hodge1-1/+5
2015-03-14Fixed macros, added range syntax and other tweaksJohn Hodge1-2/+80
2015-03-13Various other features for libcore, now on to loopsJohn Hodge1-0/+6
2015-03-13Const items in expressions, attributes in impl blocksJohn Hodge1-0/+13
2015-03-10Rework macro handling to support correct repetitionsJohn Hodge1-2/+13
2015-03-09Parse updatesJohn Hodge1-4/+20
2015-03-09Fixed patterns, bool literalsJohn Hodge1-0/+21
2015-03-08Cleanup to pattern handlingJohn Hodge1-0/+2
2015-03-08Correct parsing of macro expansion template.John Hodge1-0/+22
2015-03-08Macro parsing, saving, and evaluatingJohn Hodge1-1/+21
2015-03-07Prettier printingJohn Hodge1-8/+70
2015-03-06Bugfixes exposed by fixing formatted outputJohn Hodge1-5/+263
2015-01-25Hacked in dumping as rustJohn Hodge (sonata)1-0/+290