summaryrefslogtreecommitdiff
path: root/src/include/serialise.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-02AST - Remove old serialisation code (now all done on HIR)John Hodge1-222/+0
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-2/+2
2017-02-25Add visual studio project files, little tweaks to codebase to allow compiling...John Hodge (bugs)1-1/+1
2016-12-24No more tears!ubsan1-7/+7
2016-07-14Macro Rules - Rewrite, take 3 - IncompleteJohn Hodge1-0/+20
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-3/+3
2016-05-24AST - Spanned paths in impl blocks, remove dead codeJohn Hodge1-1/+5
2016-05-21Parse - Updates for better memory efficiency (hopefully)John Hodge1-5/+5
2015-08-24BROKEN - Halfway through a rewrite of type handlingJohn Hodge1-0/+2
2015-08-23Serialise - Clean up TODO for exceptionJohn Hodge1-0/+13
2015-03-19Clean up copy constructor use, switch part of AST::Pattern to tagged unionJohn Hodge1-1/+1
2015-03-17Replace Enum variant inner typeJohn Hodge1-0/+2
2015-03-09Fixed patterns, bool literalsJohn Hodge1-0/+2
2015-03-08Macro parsing, saving, and evaluatingJohn Hodge1-0/+1
2015-02-01Hacking away at type propagationJohn Hodge1-0/+1
2015-01-17Adding deserialise, partially workingJohn Hodge (sonata)1-7/+115
2015-01-11Tag paths with base crate, restructure ast.cpp into three filesJohn Hodge (sonata)1-0/+10
2015-01-11Add hacky text output of ASTJohn Hodge (sonata)1-0/+59