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
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
2
-0
/
+44
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
2
-5
/
+2
2016-08-26
HIR Serialise - Only serialise MIR if present
John Hodge
1
-0
/
+2
2016-08-26
HIR Serialise - MIR serialisation in progress
John Hodge
1
-0
/
+2
2016-08-24
MIR Gen - Handle StructConstant and StructConstructor items
John Hodge
1
-2
/
+9
2016-08-24
MIR Gen - Use argument types
John Hodge
3
-5
/
+8
2016-08-24
MIR Gen - Move variable states to function state (instead of scope)
John Hodge
3
-28
/
+23
2016-08-24
MIR Gen - Further span propagation
John Hodge
3
-29
/
+32
2016-08-24
MIR Gen - Trait methods in PathValue
John Hodge
1
-1
/
+20
2016-08-24
MIR Gen - Expand associated after monomorphisation
John Hodge
1
-3
/
+5
2016-08-23
MIR Gen - More span propagation
John Hodge
2
-14
/
+11
2016-08-23
MIR Gen - Emit code for PathValue pointing to a UfcsInherent
John Hodge
1
-1
/
+19
2016-08-23
MIR Gen - Span information in assign/drop
John Hodge
4
-102
/
+131
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
3
-41
/
+44
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
7
-13
/
+110
2016-08-23
MIR Gen - Field access with_val_type
John Hodge
1
-2
/
+31
2016-08-22
HIR Typecheck - Split monomorphise_* into a separate header
John Hodge
2
-2
/
+2
2016-08-22
MIR Gen - (minor) Log failing lvalue when &move required
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - (minor) Print type of defined variable
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - Move and drop detection improved
John Hodge
2
-32
/
+166
2016-08-21
MIR Gen Match - (minor) Note a TODO
John Hodge
1
-0
/
+1
2016-08-21
MIR Gen Match - Fix bug where a block would get magled by condition code ↵
John Hodge
3
-14
/
+21
(defended against)
2016-08-21
MIR Gen Match - Fix un-terminated blocks in DecisionTree
John Hodge
1
-1
/
+11
2016-08-21
MIR Check - Check for `Invalid` terminators
John Hodge
2
-11
/
+77
- `Invalid` indicates the block wasn't ended during generation
2016-08-21
MIR Dump - Remove arg patterns from arguments
John Hodge
1
-2
/
+5
2016-08-21
MIR Gen - Fix incorrect argument LValues
John Hodge
1
-0
/
+1
2016-08-21
MIR Validate - Stub MIR validation pass
John Hodge
3
-6
/
+105
2016-08-21
MIR Gen - Mark values used in calls as moved
John Hodge
2
-3
/
+5
2016-08-21
MIR Gen - Include Copy checking
John Hodge
3
-19
/
+138
2016-08-21
MIR Gen - Move `MirBuilder` class to its own file
John Hodge
2
-652
/
+663
2016-08-21
MIR Dump - Clean up output
John Hodge
1
-6
/
+24
2016-08-21
MIR Gen - Rework to have proper drop scopes (INCOMPLETE)
John Hodge
3
-133
/
+587
2016-08-20
MIR Gen - Draft drop insertion
John Hodge
3
-52
/
+376
2016-08-20
MIR Gen - Emit trailing return value
John Hodge
1
-0
/
+10
2016-08-20
MIR Gen - Fix codegen issue with use of moved LValue
John Hodge
2
-6
/
+35
2016-08-20
MIR Gen - Add logging
John Hodge
3
-0
/
+50
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
3
-2
/
+385
2016-08-20
MIR Gen Match - Handle char patterns in simple
John Hodge
1
-2
/
+24
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
2
-2
/
+3
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
2
-12
/
+2
middle
2016-08-17
MIR Gen - Planning for inserting drops
John Hodge
1
-1
/
+9
2016-08-17
MIR Gen - Some sanity checks on casts (incomplete)
John Hodge
1
-6
/
+93
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-1
/
+32
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-6
/
+12
2016-08-14
HIR Typecheck - Move _Unsize back to operating on lvalues (not on &-ptrs)
John Hodge
1
-10
/
+3
2016-08-14
MIR Gen - Defensive checks on _Index
John Hodge
1
-4
/
+17
2016-08-14
MIR Gen - Defensive programming around operators
John Hodge
1
-15
/
+73
2016-08-14
MIR Gen Match - Enum struct patterns in _Simple
John Hodge
1
-1
/
+18
2016-08-14
HIR Expand Closures - Store local binding types
John Hodge
1
-1
/
+2
2016-08-14
MIR Gen Match - Fixes for a small edge case
John Hodge
1
-0
/
+8
[next]