index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_expand
/
closures.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-24
No more tears!
ubsan
1
-95
/
+95
2016-12-24
HIR Expand Closures - Handle closures called from other closures
John Hodge
1
-8
/
+26
2016-12-23
HIR Expand Closures - Place move closure handling to before upwards propagation
John Hodge
1
-11
/
+8
2016-12-18
HIR - Move closures
John Hodge
1
-2
/
+10
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-0
/
+3
2016-12-04
HIR - Construct vtables
John Hodge
1
-0
/
+3
2016-12-04
HIR Expand Closures - Don't emit `Self` in parameters
John Hodge
1
-7
/
+18
2016-11-26
HIR Annotate - Fix annotation on CallValue arguments
John Hodge
1
-0
/
+2
2016-11-25
HIR Expand - Fix usage annotations for _CallValue
John Hodge
1
-1
/
+8
2016-11-22
HIR Expand Closures - Better expand of closure types in captures
John Hodge
1
-1
/
+2
2016-11-20
HIR Expand Closures - Reborrow &mut variables
John Hodge
1
-2
/
+10
2016-11-20
HIR Expand Closures - Handle box patterns (simply)
John Hodge
1
-1
/
+1
2016-11-20
HIR Expr - Pass span to visit_pattern
John Hodge
1
-7
/
+7
2016-11-18
HIR Expand ErasedType - Replace non-local erased types in return types
John Hodge
1
-2
/
+26
2016-11-18
HIR Expand Closures - Fix types in args/return types
John Hodge
1
-0
/
+4
2016-11-18
HIR Typecheck Validate - Fix some small bugs, start on ErasedType support
John Hodge
1
-0
/
+3
2016-11-18
HIR Expand Closures - Replace closure types in root node result
John Hodge
1
-0
/
+1
2016-10-23
HIR Expand Closures - use real type instead of Self in args
John Hodge
1
-4
/
+8
2016-10-12
Make deault ABI a #define
John Hodge
1
-3
/
+3
2016-10-12
HIR Expand Closures - Use a different name for closures from impl blocks
John Hodge
1
-1
/
+1
2016-10-10
HIR Expand Closures - Fix lack of replacement in bindings
John Hodge
1
-1
/
+1
2016-10-10
HIR Expand Closures - Avoid bad monomorphisations
John Hodge
1
-2
/
+6
2016-10-10
HIR Expand - Fix monomorphising of closure types
John Hodge
1
-12
/
+24
2016-10-08
HIR Closures - Rework to correctly support borrow types
John Hodge
1
-40
/
+113
2016-10-05
HIR Expand Closures - Propagate value usage for replaced variables
John Hodge
1
-0
/
+1
2016-10-01
(minor) Add TODO regarding by-borrow closure captures
John Hodge
1
-0
/
+1
2016-09-29
HIR - Add variadic marking to functions, and propagate unsafe/const markings
John Hodge
1
-3
/
+3
2016-09-19
HIR Expand Closures - Fix bad types
John Hodge
1
-3
/
+31
2016-08-26
HIR Expand Closures - Eliminate closure types!
John Hodge
1
-2
/
+80
2016-08-25
HIR Expand Closures - Stable closure names
John Hodge
1
-13
/
+16
2016-08-24
HIR Expand Closures - Fix mangling of destructured arguments
John Hodge
1
-4
/
+3
2016-08-24
HIR Expand Closures - Bind closure type
John Hodge
1
-24
/
+34
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
1
-9
/
+4
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
1
-0
/
+3
2016-08-21
HIR Expand - Fix closure conversion
John Hodge
1
-7
/
+25
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-1
/
+7
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ...
John Hodge
1
-5
/
+1
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-11
/
+41
2016-08-17
HIR Typecheck Static - Replace types with definitive versions
John Hodge
1
-1
/
+1
2016-08-16
HIR Expand Closures - Clone bounds
John Hodge
1
-0
/
+23
2016-08-15
HIR Typecheck Validate - Extra checks and fixes exposed by them
John Hodge
1
-1
/
+1
2016-08-14
HIR Expand Closures - Fix `_` type in generated FnMut for Fn
John Hodge
1
-1
/
+2
2016-08-14
HIR Expand - Work on doing Deref desugar
John Hodge
1
-73
/
+1
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-3
/
+3
2016-08-14
HIR Expand Closures - Use the value annotations instead of local code
John Hodge
1
-56
/
+9
2016-08-14
HIR Expand - Add annotation pass
John Hodge
1
-11
/
+1
2016-08-14
HIR Expand Closures - Store local binding types
John Hodge
1
-16
/
+50
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
1
-0
/
+2
2016-08-11
HIR - Store path to closure object for MIR generation
John Hodge
1
-5
/
+23
2016-08-11
All - Clang warning fixes
John Hodge
1
-7
/
+9
[next]