index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
/
codegen_c.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-01-02
Codegen C - Prototype definitions for statics
John Hodge
1
-0
/
+14
2017-01-02
Codegen C - Fixed drop glue fat pointers, integer literals
John Hodge
1
-7
/
+56
2017-01-02
Codegen C - Defer emission of box drop glue
John Hodge
1
-69
/
+46
2017-01-02
Codegen C - Forward declare drop glue used in box destructor
John Hodge
1
-3
/
+50
2017-01-02
Codegen C - Add forward decl of arrays, fix array pointers
John Hodge
1
-8
/
+10
2017-01-02
Trans Enumerate - Enumerate resultant types from LValue::Deref
John Hodge
1
-2
/
+4
2017-01-01
Trans - Tweaks to forward declarations
John Hodge
1
-2
/
+2
2017-01-01
Trans - Support forward declaration of types
John Hodge
1
-0
/
+34
2017-01-01
MIR/Trans - Fix DST field borrow hack
John Hodge
1
-7
/
+23
2017-01-01
Codegen C - Handle function pointers cast to raw pointers in literals
John Hodge
1
-2
/
+18
2017-01-01
Codegen C - Array destructor fix
John Hodge
1
-1
/
+1
2017-01-01
Codegen C - A couple more intrinsics
John Hodge
1
-0
/
+9
2017-01-01
Codegen C - Fix some end-of-nonvoid errors from clang
John Hodge
1
-1
/
+2
2017-01-01
Codegen C - Unions
John Hodge
1
-14
/
+119
2016-12-31
MIR Dump - Clean string printing
John Hodge
1
-4
/
+14
2016-12-31
Codegen C - Replace span-based BUG/TODOs with MIR-based ones
John Hodge
1
-19
/
+18
2016-12-31
Codegen C - Better error message for TODO
John Hodge
1
-1
/
+1
2016-12-31
Codegen C - More intrinsics and erased type handling
John Hodge
1
-22
/
+98
2016-12-31
MIR - Fix a bit of invalid MIR
John Hodge
1
-4
/
+4
2016-12-31
Codegen C - Handling for erased types
John Hodge
1
-8
/
+35
2016-12-31
Codegen C - More complete unsized type handling
John Hodge
1
-29
/
+49
2016-12-30
Trans - Fiddling
John Hodge
1
-9
/
+9
2016-12-30
Trans C - Extra intrinsics
John Hodge
1
-0
/
+46
2016-12-30
Trans C - Move intrinsics to a function
John Hodge
1
-216
/
+221
2016-12-30
Trans C - Little fixes
John Hodge
1
-14
/
+33
2016-12-29
Codegen C - (minor) Assert that Call::Value is a function
John Hodge
1
-0
/
+1
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-53
/
+53
2016-12-24
No more tears!
ubsan
1
-55
/
+55
No more DOS line endings or trailing whitespace either
2016-12-24
Trans C - Box drops (deep and shallow)
John Hodge
1
-16
/
+57
2016-12-24
Trans - Generate Box destructors
John Hodge
1
-0
/
+13
2016-12-24
Trans C - Fix some bad atomics
John Hodge
1
-0
/
+8
2016-12-18
Trans C - Reduce size of generated code a little
John Hodge
1
-9
/
+13
2016-12-18
Trans C - Emit `->` instead of `(*val).`
John Hodge
1
-2
/
+2
2016-12-18
Trans C - Extra intrinsics and destructor fix
John Hodge
1
-2
/
+43
2016-12-18
Trans - Enumerate drop impls (broken)
John Hodge
1
-2
/
+25
2016-12-18
Trans C - Rough destructors
John Hodge
1
-1
/
+162
2016-12-18
HIR - Move VTable construction to codegen
John Hodge
1
-0
/
+46
2016-12-17
Trans C - Fix ordering in memcpy/memmove
John Hodge
1
-5
/
+12
2016-12-17
Trans C - Handle bool inverting
John Hodge
1
-1
/
+14
2016-12-16
Trans C - Clean up a little
John Hodge
1
-2
/
+5
2016-12-16
Trans C - Atomic add
John Hodge
1
-0
/
+7
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-0
/
+8
2016-12-13
Trans C - Add a main
John Hodge
1
-0
/
+6
2016-12-13
Trans C - Hack in typeid
John Hodge
1
-2
/
+12
2016-12-13
Trans C - Create tuple struct constructor functions
John Hodge
1
-0
/
+20
2016-12-12
Trans C - Hack in arrays in const
John Hodge
1
-4
/
+33
2016-12-12
Trans - Enumerate through consts
John Hodge
1
-0
/
+1
2016-12-12
Trans C - Constants
John Hodge
1
-3
/
+154
2016-12-11
Misc twiddles for recent changes
John Hodge
1
-5
/
+6
2016-12-11
Trans - statics and literals
John Hodge
1
-5
/
+76
[prev]
[next]