index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
expr.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-23
HIR - Restructure resolve to replace `Self` type later in processing
John Hodge
1
-3
/
+5
2019-11-07
All - Fix some clang warnings
John Hodge
1
-1
/
+1
2019-11-10
HIR Typecheck - Remove pre-setting of node result type
John Hodge
1
-19
/
+22
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-0
/
+1
2019-10-26
Expand HIR Closures - Avoid mutating module contents during iteration
John Hodge
1
-0
/
+1
2019-10-08
HIR Expand Closures - Impl Copy for Borrow/no-capture closures
John Hodge
1
-0
/
+1
2019-09-30
HIR Typecheck - Coercion point at indexing
John Hodge
1
-0
/
+4
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-13
/
+13
2019-02-03
HIR Expr - Have _StructLiteral take a HIR::Path (to allow associated types to...
John Hodge
1
-2
/
+2
2019-01-05
HIR - Visit result type
John Hodge
1
-0
/
+2
2018-11-29
Mark destructors in base classes as virtual.
Arlie Davis
1
-0
/
+1
2018-09-22
All - Generate MIR for constant evaluation (has too many const_cast calls, bu...
John Hodge
1
-2
/
+3
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-0
/
+5
2018-05-24
HIR - Borrow lifetime annotations included (not actually used or valid)
John Hodge
1
-8
/
+4
2017-08-31
HIR - Rough spport for `break value;` (no translation/typecheck yet)
John Hodge
1
-3
/
+4
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
1
-5
/
+4
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+28
2016-12-24
No more tears!
ubsan
1
-89
/
+89
2016-12-18
HIR - Move closures
John Hodge
1
-3
/
+4
2016-11-27
HIR - Move impl parameters from node to the path
John Hodge
1
-2
/
+0
2016-11-20
HIR Expr - Pass span to visit_pattern
John Hodge
1
-1
/
+1
2016-11-19
HIR - Union handling
John Hodge
1
-0
/
+21
2016-11-04
HIR Annotate - Only borrow struct cosntructor base values when no fields are ...
John Hodge
1
-0
/
+1
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-5
/
+1
2016-10-10
HIR Expand Closures - Avoid bad monomorphisations
John Hodge
1
-0
/
+1
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
1
-0
/
+1
2016-10-08
HIR Closures - Rework to correctly support borrow types
John Hodge
1
-2
/
+1
2016-10-01
HIR Typecheck Expr - Handle posibly-diverging loop blocks correctly
John Hodge
1
-1
/
+2
2016-10-01
HIR - Support tuple enum variants as function pointers
John Hodge
1
-0
/
+1
2016-09-29
HIR Typecheck Expr - Apply coercions to CallValue
John Hodge
1
-1
/
+4
2016-09-24
HIR Typecheck Expr - Provide a list of usable ivars to find_method
John Hodge
1
-0
/
+5
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+32
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
1
-2
/
+5
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
1
-0
/
+1
2016-08-21
HIR Expand - Fix closure conversion
John Hodge
1
-0
/
+1
2016-08-17
HIR Visitor - Include type/paths visit functions in Expr
John Hodge
1
-0
/
+7
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-4
/
+16
2016-08-14
HIR Expand Calls - Add Index desugar
John Hodge
1
-0
/
+10
2016-08-14
HIR Expand - Add annotation pass
John Hodge
1
-0
/
+13
2016-08-11
HIR - Store path to closure object for MIR generation
John Hodge
1
-0
/
+2
2016-08-07
HIR Typecheck CS - Include used trait for CallValue (for codegen)
John Hodge
1
-0
/
+11
2016-08-07
HIR - Start work on closure expansion
John Hodge
1
-0
/
+2
2016-08-06
HIR - Start on closure annotations
John Hodge
1
-0
/
+10
2016-08-01
HIR - Support getting tuple struct constructors as function pointers
John Hodge
1
-0
/
+1
2016-07-03
HIR Typecheck - CS - Method trait list
John Hodge
1
-1
/
+4
2016-07-02
HIR - CS Typecheck work, Store 'is_struct' flag in StructLiteral node
John Hodge
1
-1
/
+3
2016-06-26
HIR Typecheck - Comment on inferrence qurik
John Hodge
1
-0
/
+1
2016-06-26
HIR Typecheck - Hacking to pieces
John Hodge
1
-0
/
+56
2016-06-12
HIR - Trait scoping fixes
John Hodge
1
-1
/
+3
2016-06-11
HIR - (cleanup) Make method to handle creating new array types
John Hodge
1
-5
/
+1
[next]