summaryrefslogtreecommitdiff
path: root/src/hir_expand/closures.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-10HIR - Add EnumValue variant to PatternJohn Hodge1-0/+2
2016-08-08HIR Expand Closures - (minor) commentingJohn Hodge1-4/+2
2016-08-08HIR Typecheck+Expand - Type annotations to allow generated closure code to passJohn Hodge1-124/+229
2016-08-08HIR Expand Closures - Completing nowJohn Hodge1-12/+21
2016-08-08HIR - Store the binding types for an expression for use in later stagesJohn Hodge1-2/+2
2016-08-07HIR Expand Closures - Expansion complete, untestedJohn Hodge1-53/+214
2016-08-07HIR Expand Closures - Start on generating implsJohn Hodge1-9/+163
2016-08-07HIR Expand Closures - Fleshing out, almost ready to call from mainJohn Hodge1-5/+90
2016-08-07HIR - Start work on closure expansionJohn Hodge1-0/+355