summaryrefslogtreecommitdiff
path: root/src/hir_conv/bind.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-13HIR - Fix type parameter counts during bindJohn Hodge1-0/+30
2016-06-11HIR - Trait objects only have on data trait, fix propagation of marker flagJohn Hodge1-3/+1
2016-06-04Resolve - Fix variable resolution and pattern bindingJohn Hodge1-1/+1
2016-06-04Compilation fixes (clang and different gcc version)John Hodge1-1/+1
2016-05-29HIR Conv - De-duplicate codeJohn Hodge1-47/+36
2016-05-29Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properlyJohn Hodge1-0/+30
2016-05-29HIR Typecheck - Expression inference coming alongJohn Hodge1-0/+15
2016-05-29Resolve - Fix glob imports of enums yeilding bad pathsJohn Hodge1-1/+1
2016-05-29HIR - Add binding pointers to TypeRef and PatternJohn Hodge1-0/+262