summaryrefslogtreecommitdiff
path: root/src/trans/codegen_c.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-10Codegen C - Missing feaures exposed by doing library codegenJohn Hodge1-12/+54
2017-01-08Codegen C - Fix `size_of_val` on bare strJohn Hodge1-1/+1
2017-01-08Codegen C - Missing float intrinsicsJohn Hodge1-14/+11
2017-01-08Trans - Enable translation of all public items in rlibsJohn Hodge1-7/+12
2017-01-08Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-0/+1
2017-01-08All - i128/u182 support, typecheck and parse fixesJohn Hodge1-0/+5
2017-01-07Fix buildest311-0/+1
2017-01-07Codegen C - Generate code for Fn* vtable for fn typesJohn Hodge1-0/+33
2017-01-07Codegen C - Handle % for floatsJohn Hodge1-0/+8
2017-01-07Codegen C - Handle dropping of unsized types in drop glueJohn Hodge1-1/+20
2017-01-07Codegen C - Floating point tweaksJohn Hodge1-3/+11
2017-01-07Codegen C - is_dst fixJohn Hodge1-10/+4
2017-01-07Codegen C - Pointer comparisonsJohn Hodge1-0/+37
2017-01-07Codegen C - Escape strings in type_name, fix destinationJohn Hodge1-1/+1
2017-01-06Codegen C - asm! fiddlingJohn Hodge1-3/+5
2017-01-06Codegen C - Remember to EAT after monomorphJohn Hodge1-1/+3
2017-01-05Codegen C - Fix discriminant_value on non-enums, and LValue::Downcast on unionsJohn Hodge1-3/+15
2017-01-05Codegen C - Fix bad field name for SLICE_PTRJohn Hodge1-1/+1
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-04Codegen C - DST fixes, diverging UfcsInherentJohn Hodge1-2/+142
2017-01-03Codegen C - Slice comparison function (for strings and byte slices)John Hodge1-0/+27
2017-01-03Trans C - Enum variant constructor pointersJohn Hodge1-1/+53
2017-01-02MIR - Remove Deref from inputs to RValue::DstMeta/DstPtrJohn Hodge1-4/+2
2017-01-02Codegen C - Down-mask unsigned integer literalsJohn Hodge1-2/+31
2017-01-02Codegen C - Function type prototypesJohn Hodge1-20/+26
2017-01-02Codegen C - Fixed string output, slice borrows in staticsJohn Hodge1-11/+43
2017-01-02Codegen C - Prototype definitions for staticsJohn Hodge1-0/+14
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 Hodge1-2/+4
2017-01-01Trans - Tweaks to forward declarationsJohn Hodge1-2/+2
2017-01-01Trans - Support forward declaration of typesJohn Hodge1-0/+34
2017-01-01MIR/Trans - Fix DST field borrow hackJohn Hodge1-7/+23
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-01Codegen C - Fix some end-of-nonvoid errors from clangJohn Hodge1-1/+2
2017-01-01Codegen C - UnionsJohn Hodge1-14/+119
2016-12-31MIR Dump - Clean string printingJohn Hodge1-4/+14
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-31Codegen C - More intrinsics and erased type handlingJohn Hodge1-22/+98
2016-12-31MIR - Fix a bit of invalid MIRJohn Hodge1-4/+4
2016-12-31Codegen C - Handling for erased typesJohn Hodge1-8/+35
2016-12-31Codegen C - More complete unsized type handlingJohn Hodge1-29/+49
2016-12-30Trans - FiddlingJohn Hodge1-9/+9
2016-12-30Trans C - Extra intrinsicsJohn Hodge1-0/+46