summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Codegen C - type_name return type fix, INT64_MIN patchJohn Hodge1-2/+7
2017-01-04Codegen C - Fat pointer derefJohn Hodge1-6/+27
2017-01-04MIR Gen - BinOp on str/[T] must be on pointersJohn Hodge1-1/+1
2017-01-04Codegen C - DST fixes, diverging UfcsInherentJohn Hodge3-9/+178
2017-01-03Codegen C - Slice comparison function (for strings and byte slices)John Hodge1-0/+27
2017-01-03Trans C - Enum variant constructor pointersJohn Hodge4-5/+75
2017-01-03HIR Typecheck Expr - Expand associated types in visited pathsJohn Hodge1-0/+23
2017-01-02MIR - Remove Deref from inputs to RValue::DstMeta/DstPtrJohn Hodge7-25/+94
2017-01-02Codegen C - Down-mask unsigned integer literalsJohn Hodge1-2/+31
2017-01-02Codegen C - Function type prototypesJohn Hodge1-20/+26
2017-01-02MIR Gen - (minor) Remove dead codeJohn Hodge1-29/+2
2017-01-02Codegen C - Fixed string output, slice borrows in staticsJohn Hodge1-11/+43
2017-01-02Codegen C - Prototype definitions for staticsJohn Hodge2-3/+28
2017-01-02Codegen C - Fixed drop glue fat pointers, integer literalsJohn Hodge1-7/+56
2017-01-02Codegen C - Defer emission of box drop glueJohn Hodge1-69/+46
2017-01-02Codegen C - Forward declare drop glue used in box destructorJohn Hodge1-3/+50
2017-01-02Codegen C - Add forward decl of arrays, fix array pointersJohn Hodge1-8/+10
2017-01-02Trans Enumerate - Enumerate resultant types from LValue::DerefJohn Hodge3-30/+335
2017-01-01Trans - Tweaks to forward declarationsJohn Hodge2-4/+17
2017-01-01Trans - Support forward declaration of typesJohn Hodge5-108/+187
2017-01-01MIR/Trans - Fix DST field borrow hackJohn Hodge2-46/+24
2017-01-01Codegen C - Handle function pointers cast to raw pointers in literalsJohn Hodge1-2/+18
2017-01-01Codegen C - Array destructor fixJohn Hodge1-1/+1
2017-01-01Codegen C - A couple more intrinsicsJohn Hodge1-0/+9
2017-01-01Trans Enumerate - Hack around provided associated functions not being ↵John Hodge2-8/+13
monomorphised
2017-01-01Codegen C - Fix some end-of-nonvoid errors from clangJohn Hodge1-1/+2
2017-01-01Trans Enumerate - UnionsJohn Hodge1-1/+16
2017-01-01Codegen C - UnionsJohn Hodge1-14/+119
2016-12-31MIR Dump - Clean string printingJohn Hodge3-7/+38
2016-12-31MIR Optimise - Fiddling with RValue propagationJohn Hodge1-16/+22
2016-12-31MIR Optimise - Structure for rvalue replacementsJohn Hodge3-36/+146
2016-12-31MIR Optimise - Move call output to after assignment propagationJohn Hodge1-54/+55
2016-12-31MIR Optimise - Allow assignment elimination with variablesJohn Hodge3-17/+66
2016-12-31MIR Optimisations - Avoid a potential mis-optimiseJohn Hodge1-47/+55
2016-12-31MIR Optimisation - Function return valuesJohn Hodge1-58/+135
2016-12-31Trans Enumerate - Ensure that main/start have types enumeratedJohn Hodge1-8/+2
2016-12-31Codegen C - Replace span-based BUG/TODOs with MIR-based onesJohn Hodge1-19/+18
2016-12-31Codegen C - Better error message for TODOJohn Hodge1-1/+1
2016-12-31HIR Typecheck - Apply ivars in union literalsJohn Hodge1-0/+4
2016-12-31Codegen C - More intrinsics and erased type handlingJohn Hodge1-22/+98
2016-12-31MIR - Fix a bit of invalid MIRJohn Hodge5-9/+31
2016-12-31Expand Derive - Hack around getting a trait object to a [T]John Hodge2-4/+6
2016-12-31Codegen C - Handling for erased typesJohn Hodge2-8/+37
2016-12-31HIR Bind - Apply bind to erased typesJohn Hodge1-0/+3
2016-12-31Codegen C - More complete unsized type handlingJohn Hodge1-29/+49
2016-12-31Trans - Efficiency cleanupsJohn Hodge5-67/+71
2016-12-30MIR - Misc fixesJohn Hodge3-6/+8
2016-12-30HIR Typecheck Static - Expand associated when doing auto trait searchesJohn Hodge1-2/+4
2016-12-30MIR Cleanup - Associated consantsJohn Hodge1-0/+41
2016-12-30Trans Enumerate - Fix missed functionsJohn Hodge1-3/+13