summaryrefslogtreecommitdiff
path: root/src/hir/pattern.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-12-27MIR Gen - Add support for capturing rest of slice patternsJohn Hodge1-10/+14
2016-12-24No more tears!ubsan1-6/+6
No more DOS line endings or trailing whitespace either
2016-11-23HIR - More complete SplitTuple pattern handlingJohn Hodge1-1/+2
2016-10-03HIR+AST - Handle bytestring patternsJohn Hodge1-0/+6
2016-09-25HIR - Support float patternsJohn Hodge1-1/+14
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
middle
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