summaryrefslogtreecommitdiff
path: root/src/hir/dump.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-23HIR - Restructure resolve to replace `Self` type later in processingJohn Hodge1-1/+1
2019-04-25HIR - Add more complete privacy handling (allowing for autoderef to skip priv...John Hodge1-2/+2
2019-03-02HIR Dump - Print break valueJohn Hodge1-0/+4
2018-12-29HIR Dump - Tweak output for better readabilityJohn Hodge1-25/+13
2018-08-01HIR - Conversion and typecheck fixes for 1.29John Hodge1-0/+33
2018-04-25HIR Dump - (minor), fix formatting of enumsJohn Hodge1-1/+2
2017-11-01HIR - Refactor enums to only embed a single field (and give variants types)John Hodge1-28/+17
2017-06-09Fix use of hard tabsJohn Hodge1-8/+8
2017-06-04All - Compile and run fixes in MSVCJohn Hodge (bugs)1-1/+9
2017-05-07HIR - Replace m_yeilds_final_value with a nodeJohn Hodge1-15/+15
2017-05-01HIR - Rough support for enum variant values (trans only, no consteval)John Hodge1-1/+7
2017-03-03HIR - Fix Div and Mul mixup in HIR lowerJohn Hodge1-1/+1
2017-01-11HIR - Static link_name (partial support)John Hodge1-0/+2
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
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