index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
cleanup.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-29
MIR Cleanup - Derefence FnMut/Fn for fn points
John Hodge
1
-1
/
+5
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-82
/
+82
2016-12-17
MIR Cleanup - Handle enum constants
John Hodge
1
-1
/
+32
2016-12-16
MIR - Fix unsizing between trait objects
John Hodge
1
-3
/
+6
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-1
/
+1
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-4
/
+9
2016-12-13
MIR Cleanup - De/Re-structure Box when calling a Box virtual function
John Hodge
1
-5
/
+78
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
1
-0
/
+2
2016-12-11
MIR Cleanup - Hackily handle borrowing a DST from within a type
John Hodge
1
-0
/
+40
2016-12-10
MIR Cleanup - Constant arrays
John Hodge
1
-87
/
+190
2016-12-10
MIR Cleanup - BorrowOf support
John Hodge
1
-5
/
+21
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-0
/
+4
2016-12-10
MIR Cleanup - Convert fn() calls to by-value
John Hodge
1
-0
/
+22
2016-12-10
MIR - Add rough optimisations
John Hodge
1
-0
/
+33
2016-12-10
MIR Cleanup - Hacky inner deref of Box
John Hodge
1
-11
/
+43
2016-12-10
MIR - More CoerceUnsized/Unsize hackery
John Hodge
1
-51
/
+127
2016-12-10
MIR Cleanup - Logging and lvalue structure
John Hodge
1
-0
/
+100
2016-12-10
MIR - Cast PhandomData fields when doing CoerceUnsized
John Hodge
1
-4
/
+29
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
1
-51
/
+285
2016-12-08
MIR Cleanup - Start on cast conversion, add support for &[T;n] constants
John Hodge
1
-0
/
+43
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-28
/
+25
2016-12-07
MIR VTable - Fix incorrect vtable name
John Hodge
1
-1
/
+1
2016-12-07
HIR VTables - Handle traits with duplicate method names form different sub-tr...
John Hodge
1
-48
/
+74
2016-12-05
MIR Cleanup - Replace constants
John Hodge
1
-1
/
+101
2016-12-04
MIR Cleanup - Extract data pointer when calling vtable methods
John Hodge
1
-3
/
+7
2016-12-04
MIR - Move vtable conversion to its own pass
John Hodge
1
-0
/
+96