summaryrefslogtreecommitdiff
path: root/src/hir/deserialise.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11macro_rules - Rework to handle vec! edge caseJohn Hodge1-8/+1
2016-09-07HIR (De)serialise - Support shallow MIR dropsJohn Hodge1-1/+1
2016-09-03HIR - Convert Literal::BorrowOf to use a full pathJohn Hodge1-1/+1
2016-09-01HIR Serialise - Save const literalJohn Hodge1-2/+1
2016-08-29HIR Deserialise - Hackily set crate names, clean up a littleJohn Hodge1-5/+10
2016-08-29HIR - Remove dependency on macro_rules.hppJohn Hodge1-2/+7
2016-08-27HIR (De)serialise - Working deserialiseJohn Hodge1-15/+77
2016-08-27HIR Deserialise - Fix quirk with std::stringJohn Hodge1-5/+17
2016-08-27HIR Deserialise - Fully fleshed?John Hodge1-297/+335
2016-08-27HIR Serialise - Untested deserialiserJohn Hodge1-0/+947