summaryrefslogtreecommitdiff
path: root/src/trans/trans_list.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-04HIR - Use maps-of-vectors for impl lists for faster lookup, optimise Trans_En...John Hodge1-1/+3
2019-04-28Trans Monomorph - Associated constants left as DeferJohn Hodge1-0/+1
2018-12-22Constant Evaluation - Evaluate missing associated constants with trait impl v...John Hodge1-0/+1
2018-12-22MIR Cleanup - Misc commenting on handling of Defer literalsJohn Hodge1-0/+7
2018-08-04Trans - Add auto-generated Clone impls (only for Copy types currently)John Hodge1-0/+6
2018-03-17Trans - Move monomorphisation from codegen pass to its own pass, and do a sec...John Hodge1-0/+7
2017-11-12src - Add draft (untested) support for procedural macro cratesJohn Hodge1-0/+6
2017-01-29Trans - Only emit typeid if neededJohn Hodge1-0/+4
2017-01-01Trans - Support forward declaration of typesJohn Hodge1-1/+2
2016-12-31Trans - Efficiency cleanupsJohn Hodge1-4/+5
2016-12-24No more tears!ubsan1-4/+4
2016-12-18Trans - Enumerate drop impls (broken)John Hodge1-0/+2
2016-12-18HIR - Move VTable construction to codegenJohn Hodge1-0/+4
2016-12-11Trans - Intrinsics (partially complete)John Hodge1-0/+1
2016-12-03Trans Codegen - Structure coming upJohn Hodge1-1/+7
2016-12-03HIR/Trans - Bind items in external MIR, use StaticTraitResolve in transJohn Hodge1-2/+8
2016-12-02HIR Trans Enumerate - Coming alongJohn Hodge1-4/+28
2016-12-01Trans - Enumeration work structured out, vtables hacked inJohn Hodge1-2/+2
2016-11-27Trans - Initial rough up (untested) of enumerationJohn Hodge1-0/+26