summaryrefslogtreecommitdiff
path: root/src/hir/pattern.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Patterns - Support tuples with .. (fully)John Hodge1-5/+15
2016-08-18All - Support tuple patterns with .. at the start/end - TODO: Support in the ...John Hodge1-19/+10
2016-08-12HIR Patterns - Support binding Value::Named to targetsJohn Hodge1-3/+11
2016-08-10HIR - Add EnumValue variant to PatternJohn Hodge1-3/+9
2016-08-07HIR - Add clone() method to Pattern (and a few constructors)John Hodge1-0/+125
2016-06-04Resolve - Fix variable resolution and pattern bindingJohn Hodge1-1/+1
2016-06-04HIR Typeck - Coming along, close to needing coercionsJohn Hodge1-0/+118