summaryrefslogtreecommitdiff
path: root/src/hir/from_ast_expr.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-05-21HIR Lower - Completed libcoreJohn Hodge1-1/+9
2016-05-21HIR+Resolve - Fix minor holesJohn Hodge1-3/+6
2016-05-20Expand+HIR - `?` desugar, closuresJohn Hodge1-9/+59
2016-05-20Resolve - Bind already-known locals (e.g. `self`)John Hodge1-0/+3
2016-05-20Expand - For loop desugarJohn Hodge1-12/+3
2016-05-19HIR Lower - Desugared `if let`, notes for `for`John Hodge1-0/+29
2016-05-19HIR Lower - Add desugared while/while letJohn Hodge1-0/+56
2016-05-19Lower HIR - More expression typesJohn Hodge1-0/+35
2016-05-18Tagged union cleanup hacksJohn Hodge1-0/+28
2016-05-18HIR/from_ast - Pattern conversion mostly done, crashes.John Hodge1-3/+3
2016-05-16HIR - Few more expression nodesJohn Hodge1-3/+41
2016-05-15HIR - Expression conversion progressingJohn Hodge1-4/+233
2016-05-15HIR - Start on expression conversionJohn Hodge1-0/+19
2016-05-14HIR - Boilerplate code, compilesJohn Hodge1-0/+0