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
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
2016-06-11
HIR Typecheck - Constants
John Hodge
1
-2
/
+27
2016-06-10
HIR Typecheck - Hack up closure inferrence from Fn* traits
John Hodge
1
-2
/
+16
2016-06-09
HIR Typecheck - struct literals
John Hodge
1
-0
/
+3
2016-06-08
HIR - Lower associated type bounds, use those in typeck
John Hodge
1
-0
/
+3
2016-06-08
HIR Typecheck - Search supertraits in generic search
John Hodge
1
-0
/
+1
2016-06-08
HIR - Move tuple struct/enum construtors to their on HIR node
John Hodge
1
-0
/
+21
2016-06-07
HIR - Add literal annotation to TypeRef::Data::Infer
John Hodge
1
-0
/
+6
2016-06-07
HIR Expr - Rename m_val to m_value, add visitor for pointers
John Hodge
1
-10
/
+12
2016-06-06
HIR Typecheck - Expand associated types returned from methods
John Hodge
1
-0
/
+4
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
1
-1
/
+5
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-41
/
+61
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-6
/
+4
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
1
-5
/
+34
2016-06-04
HIR Typeck - Coming along, close to needing coercions
John Hodge
1
-6
/
+43
2016-06-03
HIR - Working on type inference, very incomplete
John Hodge
1
-1
/
+12
2016-05-29
HIR Typecheck - Expression inference coming along
John Hodge
1
-1
/
+2
[next]