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-02-01
MIR Optimise - Fix edge case incorrect optimisation
John Hodge
2
-3
/
+9
2017-01-31
MIR Optimise - Handle empty loops
John Hodge
1
-1
/
+4
2017-01-30
MIR Optimise - Eliminate variable assignments too
John Hodge
1
-5
/
+13
2017-01-30
MIR Optimise - Drop flag GC
John Hodge
1
-5
/
+42
2017-01-30
MIR Optimise - Dead assignment elimination (minimal)
John Hodge
1
-2
/
+36
2017-01-30
MIR Optimise - Support detecting of borrows for value usage counts
John Hodge
1
-88
/
+93
2017-01-30
MIR Optimise - Remove known branches
John Hodge
1
-3
/
+74
2017-01-30
MIR Gen - Don't emit `If` terminator if known true/false
John Hodge
1
-0
/
+12
2017-01-30
TODOs
John Hodge
1
-0
/
+1
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
[next]