index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-14
MIR Gen - Defensive programming around operators
John Hodge
1
-15
/
+73
2016-08-14
HIR Expand - Replace _UniOp overloads with calls
John Hodge
1
-0
/
+80
2016-08-14
main - Move elapsed time to start of line
John Hodge
1
-1
/
+6
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
3
-18
/
+57
2016-08-14
MIR Gen Match - Fixes for a small edge case
John Hodge
1
-0
/
+8
2016-08-14
HIR Const Eval - Fix UniOp falling through
John Hodge
1
-1
/
+13
2016-08-14
HIR Gen Match - Handle common enum patterns
John Hodge
1
-6
/
+38
2016-08-14
Expand Derive - Debug handling for Enums (Stubbed)
John Hodge
1
-4
/
+80
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
Derive PartialEq - Add default arm for enums
John Hodge
1
-0
/
+9
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
HIR Expand - Replace assign and boolean operator overloads with calls
John Hodge
1
-2
/
+280
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
HIR Typecheck - Remove dead code (epxr_simple)
John Hodge
6
-3303
/
+47
2016-08-13
MIR Gen Match - Handle constants in patterns
John Hodge
1
-10
/
+24
2016-08-13
HIR Bind - Pattern values
John Hodge
1
-5
/
+15
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
10
-76
/
+134
2016-08-12
MIR Gen Match - Value ranges
John Hodge
1
-0
/
+40
2016-08-12
MIR Gen Match - (minor) Use BUG instead of throw within TU_MATCH
John Hodge
1
-4
/
+4
2016-08-12
MIR Gen Match - Rewrite simple match code to use pre-parsed pattern rules
John Hodge
2
-74
/
+188
2016-08-12
MIR Gen Match - Unify match arm codegen (patterns separate)
John Hodge
3
-116
/
+124
2016-08-12
MIR Gen - Handle false branch of if diverging
John Hodge
1
-2
/
+5
2016-08-12
MIR Match - Shift branch generator cases into helpers
John Hodge
1
-84
/
+122
2016-08-12
MIR Match - Integer matches
John Hodge
1
-29
/
+257
2016-08-11
MIR Match - Handling of EnumTuple in Simple
John Hodge
1
-4
/
+38
2016-08-11
MIR Match - Simple version structured out
John Hodge
1
-1
/
+128
2016-08-11
MIR Match - Split code to allow fallback
John Hodge
1
-32
/
+68
2016-08-11
Notes - Add MIR doc (rough outline)
John Hodge
1
-0
/
+49
2016-08-11
MIR Match - Struct match and binding
John Hodge
1
-6
/
+77
2016-08-11
MIR Match - Add bool matches
John Hodge
1
-21
/
+135
2016-08-11
MIR - Split match logic into another file
John Hodge
4
-912
/
+994
2016-08-11
HIR Typecheck - Reinstate slice shortcut (avoids deref call)
John Hodge
1
-11
/
+15
2016-08-11
HIR Typecheck - Unsize operates on &-ptrs
John Hodge
2
-16
/
+19
[next]