summaryrefslogtreecommitdiff
path: root/src/hir/dump.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-12-29HIR - asm! nodeJohn Hodge1-0/+5
2016-12-25Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-21/+21
2016-12-24No more tears!ubsan1-21/+21
No more DOS line endings or trailing whitespace either
2016-12-24HIR/MIR Dump - Minor fixesJohn Hodge1-1/+1
2016-12-14Consteval - Re-enabled full first-pass constevalJohn Hodge1-2/+2
2016-12-10HIR Dump - Cleaner output of literalsJohn Hodge1-0/+8
2016-12-10HIR ConstEval - Do basic type inferrence so created statics have correct typesJohn Hodge1-0/+4
2016-11-19HIR - Union handlingJohn Hodge1-0/+6
2016-10-23Misc - Fix AST+HIR printing to honor the yields_final flag in blockJohn Hodge1-0/+6
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