summaryrefslogtreecommitdiff
path: root/src/hir/visitor.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-01HIR - Conversion and typecheck fixes for 1.29John Hodge1-1/+2
2016-12-24No more tears!ubsan1-7/+7
2016-10-31All - Rough support for `union` (data structure present in all stages)John Hodge1-0/+1
2016-10-22HIR - Allow (partial) TraitObject with no data trait, better logging of ItemPathJohn Hodge1-0/+9
2016-08-17HIR Visitor - Include type/paths visit functions in ExprJohn Hodge1-0/+1
2016-08-01HIR - Path reporting in iterationJohn Hodge1-49/+8
2016-06-12HIR - Trait scoping fixesJohn Hodge1-1/+2
2016-06-11HIR - Move associated type bounds to TraitPathJohn Hodge1-0/+1
2016-06-05Resolve - UFCS resolution expanded to handle `Self` and paramsJohn Hodge1-8/+48
2016-05-28HIR TypeCheck - Initial work on a module-level pass (no inferrence)John Hodge1-2/+4
2016-05-27HIR Conv - Constant evaluation pass running (fully?)John Hodge1-2/+6
2016-05-24HIR Expand Type - Convert to use a generic HIR visitorJohn Hodge1-0/+46