index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
expr.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
/
+3
2019-10-26
HIR Typecheck - Unify closure type determining (also shuts valgrind up)
John Hodge
1
-0
/
+1
2019-02-03
HIR Expr - Have _StructLiteral take a HIR::Path (to allow associated types to...
John Hodge
1
-1
/
+1
2019-01-05
HIR - Visit result type
John Hodge
1
-0
/
+6
2018-09-22
All - Generate MIR for constant evaluation (has too many const_cast calls, bu...
John Hodge
1
-1
/
+1
2017-08-31
HIR - Rough spport for `break value;` (no translation/typecheck yet)
John Hodge
1
-1
/
+5
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
1
-0
/
+2
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-5
/
+5
2016-12-24
HIR Expand Closures - Handle closures called from other closures
John Hodge
1
-0
/
+5
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-1
/
+0
2016-11-27
HIR - Move impl parameters from node to the path
John Hodge
1
-2
/
+2
2016-11-23
HIR Expand TypeAlias - Fix small gap
John Hodge
1
-1
/
+3
2016-11-20
HIR Expr - Pass span to visit_pattern
John Hodge
1
-16
/
+21
2016-11-19
HIR - Union handling
John Hodge
1
-0
/
+4
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+6
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+5
2016-08-21
HIR Expand - Fix closure conversion
John Hodge
1
-1
/
+67
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-2
/
+31
2016-08-17
HIR Visitor - Include type/paths visit functions in Expr
John Hodge
1
-0
/
+92
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-0
/
+3
2016-08-08
HIR Expand UFCS - Pass that replaces all call types with path-based calls
John Hodge
1
-1
/
+4
2016-06-11
HIR Typecheck - Constants
John Hodge
1
-0
/
+1
2016-06-08
HIR - Move tuple struct/enum construtors to their on HIR node
John Hodge
1
-0
/
+4
2016-06-07
HIR Expr - Rename m_val to m_value, add visitor for pointers
John Hodge
1
-39
/
+38
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-5
/
+0
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
1
-0
/
+3
2016-05-29
HIR Typecheck - Expression inference coming along
John Hodge
1
-1
/
+3
2016-05-26
HIR Const Eval - libcore types done, onwards to `const` items
John Hodge
1
-0
/
+5
2016-05-24
HIR Expand Type - Convert to use a generic HIR visitor
John Hodge
1
-1
/
+7
2016-05-23
HIR - Add type alias replacement. Other related changes below
John Hodge
1
-31
/
+99
2016-05-20
Expand+HIR - `?` desugar, closures
John Hodge
1
-0
/
+2
2016-05-19
Lower HIR - More expression types
John Hodge
1
-1
/
+8
2016-05-18
Tagged union cleanup hacks
John Hodge
1
-0
/
+4
2016-05-16
HIR - Few more expression nodes
John Hodge
1
-0
/
+3
2016-05-15
HIR - Expression conversion progressing
John Hodge
1
-0
/
+26