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-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
2016-08-14
HIR Gen Match - Handle common enum patterns
John Hodge
1
-6
/
+38
2016-08-13
MIR Gen Match - Rewrite complete
John Hodge
1
-35
/
+52
2016-08-13
MIR Gen Match - Further fixing for various quirks
John Hodge
1
-30
/
+48
2016-08-13
MIR Gen Match - Rewrite handling of DecisionTree for correctness
John Hodge
1
-91
/
+198
- Pattern entries record what field they were from - Generation skips if the current test is not for that field
2016-08-13
MIR Gen - Support values overlapping with ranges
John Hodge
3
-3
/
+101
2016-08-13
MIR Gen Match - Clean up handling of ranges
John Hodge
1
-3
/
+12
2016-08-13
MIR Gen Match - Char patterns
John Hodge
1
-17
/
+75
2016-08-13
MIR Gen - Handle unsizing to slices (with hack for libcore's FixedSizeArray ↵
John Hodge
1
-1
/
+25
impl)
2016-08-13
MIR Gen - Handle loops that diverge
John Hodge
1
-1
/
+13
2016-08-13
MIR Gen - Destructure enum struct patterns
John Hodge
1
-1
/
+8
2016-08-13
MIR Gen Match - EnumStruct rule generation
John Hodge
1
-3
/
+30
2016-08-13
MIR Gen Match - Handle signed integers in _Simple
John Hodge
1
-0
/
+22
2016-08-13
MIR Gen - Unify and sanity-check binary operators (including assignments)
John Hodge
2
-79
/
+116
2016-08-13
MIR Gen - Correct bounds for assignment operator overloads
John Hodge
1
-18
/
+60
2016-08-13
MIR Gen - Better error when types mismatch in assignment
John Hodge
1
-6
/
+8
2016-08-13
MIR Gen Match - &str in _DecisionTree and values in _Simple
John Hodge
1
-10
/
+87
2016-08-13
MIR Gen Match - Fiddling
John Hodge
1
-0
/
+25
2016-08-13
MIR Gen Match - Initial population for &str support
John Hodge
1
-14
/
+98
2016-08-13
MIR Gen - Destructure struct patterns
John Hodge
1
-1
/
+9
2016-08-13
MIR Gen Match - Handle ValueRange in DecisionTree
John Hodge
1
-1
/
+49
2016-08-13
MIR Gen Match - Handle constants in patterns
John Hodge
1
-10
/
+24
[prev]
[next]