summaryrefslogtreecommitdiff
path: root/src/hir/dump.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Make deault ABI a #defineJohn Hodge1-1/+1
2016-10-08HIR Closures - Rework to correctly support borrow typesJohn Hodge1-2/+4
2016-10-05HIR Dump - Avoid parens in a few casesJohn Hodge1-6/+22
2016-09-18HIR - Rework to include a node for in/box (for better type inferrence)John Hodge1-0/+12
2016-08-25HIR Dump - Don't print `mod {}` for rootJohn Hodge1-4/+10
2016-08-21HIR Dump - Fix printing of closures (that don't contain a block)John Hodge1-1/+15
2016-08-20HIR Dump - Initial support, verbose but completeJohn Hodge1-0/+624