summaryrefslogtreecommitdiff
path: root/src/trans/codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-8/+8
2016-12-18Trans - Enumerate drop impls (broken)John Hodge1-209/+18
2016-12-18HIR - Move VTable construction to codegenJohn Hodge1-0/+9
2016-12-11Trans - statics and literalsJohn Hodge1-3/+3
2016-12-10Trans Codegen - Ensure that vtable types are generated if the TraitObject is ...John Hodge1-2/+23
2016-12-10Trans - Monomorphise static typesJohn Hodge1-2/+9
2016-12-05Trans C - Hacking along, down to under a screenful of errorsJohn Hodge1-0/+7
2016-12-04MIR - Move vtable conversion to its own passJohn Hodge1-1/+11
2016-12-04Trans C - StaticsJohn Hodge1-1/+1
2016-12-04Trans - Coming alongJohn Hodge1-3/+184
2016-12-04Trans Codegen - Hackily detect if a function is actually from the traitJohn Hodge1-4/+7
2016-12-04Trans - Roughed C translationJohn Hodge1-3/+11
2016-12-03Trans Codegen - Structure coming upJohn Hodge1-0/+60