summaryrefslogtreecommitdiff
path: root/src/hir_expand/vtable.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-14HIR - Build up a flattened list of parent traits early to save time laterJohn Hodge1-7/+5
2016-12-24No more tears!ubsan1-21/+21
2016-12-18HIR - Move VTable construction to codegenJohn Hodge1-0/+2
2016-12-15HIR - Linkage anntation (un-populated)John Hodge1-1/+2
2016-12-07HIR VTables - Handle traits with duplicate method names form different sub-tr...John Hodge1-73/+105
2016-12-04HIR Expand VTables - (HACK) Ignore associated types that aren't known (for now)John Hodge1-2/+2
2016-12-04HIR - Construct vtablesJohn Hodge1-2/+37
2016-12-03HIR/MIR - Vtable generation working wellJohn Hodge1-8/+19
2016-12-03HIR/MIR - VTable workJohn Hodge1-13/+72
2016-12-01Trans - Enumeration work structured out, vtables hacked inJohn Hodge1-0/+140