index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-01-29
MIR Optimise - Fix tripping on unconditional recursion
John Hodge
3
-154
/
+209
2017-01-29
MIR Optimise - Inline inherent
John Hodge
1
-1
/
+24
2017-01-28
MIR Optimise - Run cleanup after inlining (as it triggers monomorph)
John Hodge
1
-26
/
+46
2017-01-28
MIR Optimise - Inlining of UfcsKnown functions
John Hodge
1
-1
/
+77
2017-01-28
MIR Optimise - EAT during inlining
John Hodge
1
-26
/
+69
2017-01-28
MIR Optimise - Inlining implemented
John Hodge
1
-13
/
+268
2017-01-26
MIR Optimise - Start on inlining support
John Hodge
1
-1
/
+86
2017-01-26
MIR Optimise - Fiddling
John Hodge
2
-13
/
+77
2017-01-23
MIR Gen - Fix incorrect handling of split scopes in loops
John Hodge
1
-16
/
+55
2017-01-22
MIR Optimise - Validate before GC
John Hodge
1
-0
/
+2
2017-01-22
MIR Builder - Drop flags for Partial
John Hodge
1
-1
/
+9
2017-01-22
MIR From HIR - Fix non-moved &muts in `box` handling
John Hodge
1
-0
/
+2
2017-01-22
MIR Check - Calls move values
John Hodge
1
-1
/
+1
2017-01-22
MIR Check - Get DST type for generic structs
John Hodge
1
-3
/
+35
2017-01-22
MIR Check - Fix bug in handling of marker-only TraitObject's
John Hodge
1
-27
/
+36
2017-01-22
MIR Optimise - Fixed replacement of unified temporaries
John Hodge
4
-12
/
+21
2017-01-22
MIR Optimise - Reverse propagation of assignments
John Hodge
1
-12
/
+93
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
5
-122
/
+777
2017-01-21
MIR Dump - Include statics
John Hodge
1
-0
/
+24
2017-01-21
MIR Gen - Fix drop generation
John Hodge
2
-46
/
+105
2017-01-21
MIR Gen - Partial value states
John Hodge
2
-73
/
+156
2017-01-20
MIR Gen - Invalid->Optional
John Hodge
1
-3
/
+11
2017-01-20
MIR - Merging of drop flags
John Hodge
3
-12
/
+42
2017-01-20
MIR Gen - Fix temporary drops in split scopes
John Hodge
2
-2
/
+18
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
9
-377
/
+430
2017-01-15
MIR Gen - Short-circuiting ifs
John Hodge
1
-13
/
+56
2017-01-15
MIR From HIR - Fix bug in handling single-value ranges
John Hodge
1
-22
/
+26
2017-01-13
MIR Cleanup - Unsized into TraitObject from constants
John Hodge
1
-19
/
+38
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-1
/
+1
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
4
-0
/
+17
2017-01-07
MIR Cleanup - Box deref destructuring in virtualisation
John Hodge
1
-1
/
+5
2017-01-07
MIR Cleanup - Fix returned type for associated constants
John Hodge
1
-2
/
+10
2017-01-06
MIR Gen Match - Allow single-value ranges
John Hodge
1
-2
/
+1
2017-01-06
MIR Cleanup - Expand non-overridden associated constants
John Hodge
1
-11
/
+27
2017-01-05
MIR Cleanup - Raw pointers are valid for DstMeta
John Hodge
1
-2
/
+11
2017-01-05
MIR Cleanup - DstMeta on arrays
John Hodge
1
-0
/
+8
2017-01-04
MIR Gen - BinOp on str/[T] must be on pointers
John Hodge
1
-1
/
+1
2017-01-04
Codegen C - DST fixes, diverging UfcsInherent
John Hodge
1
-2
/
+32
2017-01-03
Trans C - Enum variant constructor pointers
John Hodge
1
-0
/
+17
2017-01-02
MIR - Remove Deref from inputs to RValue::DstMeta/DstPtr
John Hodge
6
-21
/
+92
2017-01-02
MIR Gen - (minor) Remove dead code
John Hodge
1
-29
/
+2
2017-01-02
Trans Enumerate - Enumerate resultant types from LValue::Deref
John Hodge
1
-18
/
+12
2017-01-01
MIR/Trans - Fix DST field borrow hack
John Hodge
1
-39
/
+1
2016-12-31
MIR Dump - Clean string printing
John Hodge
1
-2
/
+3
2016-12-31
MIR Optimise - Fiddling with RValue propagation
John Hodge
1
-16
/
+22
2016-12-31
MIR Optimise - Structure for rvalue replacements
John Hodge
3
-36
/
+146
2016-12-31
MIR Optimise - Move call output to after assignment propagation
John Hodge
1
-54
/
+55
2016-12-31
MIR Optimise - Allow assignment elimination with variables
John Hodge
3
-17
/
+66
2016-12-31
MIR Optimisations - Avoid a potential mis-optimise
John Hodge
1
-47
/
+55
2016-12-31
MIR Optimisation - Function return values
John Hodge
1
-58
/
+135
[next]