index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
dump.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-23
HIR - Restructure resolve to replace `Self` type later in processing
John Hodge
1
-1
/
+1
2019-04-25
HIR - Add more complete privacy handling (allowing for autoderef to skip priv...
John Hodge
1
-2
/
+2
2019-03-02
HIR Dump - Print break value
John Hodge
1
-0
/
+4
2018-12-29
HIR Dump - Tweak output for better readability
John Hodge
1
-25
/
+13
2018-08-01
HIR - Conversion and typecheck fixes for 1.29
John Hodge
1
-0
/
+33
2018-04-25
HIR Dump - (minor), fix formatting of enums
John Hodge
1
-1
/
+2
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-28
/
+17
2017-06-09
Fix use of hard tabs
John Hodge
1
-8
/
+8
2017-06-04
All - Compile and run fixes in MSVC
John Hodge (bugs)
1
-1
/
+9
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
1
-15
/
+15
2017-05-01
HIR - Rough support for enum variant values (trans only, no consteval)
John Hodge
1
-1
/
+7
2017-03-03
HIR - Fix Div and Mul mixup in HIR lower
John Hodge
1
-1
/
+1
2017-01-11
HIR - Static link_name (partial support)
John Hodge
1
-0
/
+2
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+5
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-21
/
+21
2016-12-24
No more tears!
ubsan
1
-21
/
+21
2016-12-24
HIR/MIR Dump - Minor fixes
John Hodge
1
-1
/
+1
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-2
/
+2
2016-12-10
HIR Dump - Cleaner output of literals
John Hodge
1
-0
/
+8
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-0
/
+4
2016-11-19
HIR - Union handling
John Hodge
1
-0
/
+6
2016-10-23
Misc - Fix AST+HIR printing to honor the yields_final flag in block
John Hodge
1
-0
/
+6
2016-10-12
Make deault ABI a #define
John Hodge
1
-1
/
+1
2016-10-08
HIR Closures - Rework to correctly support borrow types
John Hodge
1
-2
/
+4
2016-10-05
HIR Dump - Avoid parens in a few cases
John Hodge
1
-6
/
+22
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+12
2016-08-25
HIR Dump - Don't print `mod {}` for root
John Hodge
1
-4
/
+10
2016-08-21
HIR Dump - Fix printing of closures (that don't contain a block)
John Hodge
1
-1
/
+15
2016-08-20
HIR Dump - Initial support, verbose but complete
John Hodge
1
-0
/
+624