summaryrefslogtreecommitdiff
path: root/src/dump_as_rust.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-01More work on wildcard implsJohn Hodge1-5/+5
2015-03-31Fully convert trait name in 'impl' to be a AST:PathJohn Hodge1-1/+1
2015-03-27Split type and lifetime parameters apartJohn Hodge1-6/+14
2015-03-26Integer literal output, signed pattern hackeryJohn Hodge1-19/+29
2015-03-26Cleaning up rust source outputJohn Hodge1-1/+20
2015-03-25Printing cleanup, missing resolve locationsJohn Hodge1-1/+6
2015-03-25Macros updated with concat!, stringify!, and $crateJohn Hodge1-3/+7
2015-03-21Misc (warning suppression, planning trait methods in resolve)John Hodge1-0/+2
2015-03-21Fix minor lexing and dump issuesJohn Hodge1-6/+21
2015-03-19Convert patterns over to tagged unionsJohn Hodge1-21/+40
2015-03-18Array literals, op-equals parsing, super in path, blocksJohn Hodge1-0/+18
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