index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
from_hir_match.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
MIR Gen Match - Signed integer values
John Hodge
1
-46
/
+65
2016-10-07
MIR From HIR Match - Array patterns
John Hodge
1
-2
/
+35
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
1
-0
/
+1
2016-09-25
MIR Gen Match - Support floating point matches
John Hodge
1
-68
/
+257
2016-09-24
MIR Gen Match - Refactor decision tree code to support sorted rulesets
John Hodge
1
-204
/
+376
2016-09-24
MIR Gen Match - Any over tuple structs
John Hodge
1
-7
/
+29
2016-09-24
MIR Gen Match - Fix edge case where DTN simplify didn't work
John Hodge
1
-0
/
+8
2016-09-08
MIR Gen Match - Support char ranges in Simple
John Hodge
1
-1
/
+16
2016-08-23
MIR Gen - Span information in assign/drop
John Hodge
1
-19
/
+19
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
1
-0
/
+6
2016-08-22
HIR Typecheck - Split monomorphise_* into a separate header
John Hodge
1
-1
/
+1
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 (def...
John Hodge
1
-9
/
+14
2016-08-21
MIR Gen Match - Fix un-terminated blocks in DecisionTree
John Hodge
1
-1
/
+11
2016-08-21
MIR Gen - Rework to have proper drop scopes (INCOMPLETE)
John Hodge
1
-37
/
+43
2016-08-20
MIR Gen - Draft drop insertion
John Hodge
1
-8
/
+21
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
1
-1
/
+0
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ...
John Hodge
1
-6
/
+1
2016-08-14
MIR Gen Match - Enum struct patterns in _Simple
John Hodge
1
-1
/
+18
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
2016-08-13
MIR Gen - Support values overlapping with ranges
John Hodge
1
-3
/
+70
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 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 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 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
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
1
-73
/
+187
2016-08-12
MIR Gen Match - Unify match arm codegen (patterns separate)
John Hodge
1
-110
/
+108
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
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
1
-0
/
+822