summaryrefslogtreecommitdiff
path: root/src/hir/serialise_lowlevel.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-3/+53
std::string for paths/identifiers
2019-01-20HIR Serialise - Tweaks for easier debuggingJohn Hodge1-1/+5
2017-11-19All - Include proc_macro attribute list in metadataJohn Hodge1-0/+1
2017-07-09HIR Serialise - (incomplete) Fixes for function orderingJohn Hodge1-1/+0
2017-07-08Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)John Hodge1-3/+7
2016-12-24No more tears!ubsan1-17/+17
No more DOS line endings or trailing whitespace either
2016-11-26HIR Serialise - Remove useless printJohn Hodge1-1/+1
2016-10-31AST - Delete some dead code, remove some warnings on GCC6John Hodge1-2/+4
2016-10-20HIR Serialise - Replace boost with raw zlibJohn Hodge1-22/+216
2016-10-19HIR Deserialise - Clean up buffering code into a nicer abstractionJohn Hodge1-29/+40
2016-10-19HIR Deserialise - Add a 1KB buffer to the frontJohn Hodge1-4/+39
2016-10-18HIR Serialise - Compress (now requires boost, sorry)John Hodge1-0/+37