summaryrefslogtreecommitdiff
path: root/src/hir_conv/bind.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-01HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...John Hodge1-2/+48
2016-09-28Resolve Absolute - Fix incorrect lookup mode for MaybeBindJohn Hodge1-1/+1
2016-09-23HIR Bind - Perform bind+fixup for _PathValueJohn Hodge1-0/+5
2016-09-03HIR Bind - HACK: Run over extern crates tooJohn Hodge1-0/+5
2016-09-01HIR Conv - Fix case where crate name was ignoredJohn Hodge1-1/+8
2016-09-01Resolve - Misc fixesJohn Hodge1-2/+7
2016-08-18All - Support tuple patterns with .. at the start/end - TODO: Support in the ...John Hodge1-20/+0
2016-08-13HIR Bind - Pattern valuesJohn Hodge1-5/+15
2016-08-12HIR Patterns - Support binding Value::Named to targetsJohn Hodge1-70/+91
2016-08-11All - Clang warning fixesJohn Hodge1-1/+1
2016-08-10HIR - Add EnumValue variant to PatternJohn Hodge1-0/+72
2016-07-17HIR,HIR Typecheck - Simplify associated type bounds, add type replacementsJohn Hodge1-0/+8
2016-07-16HIR Typecheck - HACK: Correct trait type selection with evilJohn Hodge1-1/+1
2016-07-14HIR - Working on better outer typecheck and resolutionJohn Hodge1-9/+35
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