index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_expand
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-18
HIR Expand ErasedTypes - Visit result types
John Hodge
1
-0
/
+7
2016-11-18
HIR Expand - Erased types replacment
John Hodge
2
-0
/
+143
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-11-17
HIR Annotate - Handle SplitSlice and SplitTuple patterns
John Hodge
1
-15
/
+35
2016-11-05
HIR Expand Reborrow - Reborrow in struct literals
John Hodge
1
-0
/
+13
2016-11-04
HIR Annotate - Only borrow struct cosntructor base values when no fields are ↵
John Hodge
1
-2
/
+34
moved
2016-11-04
HIR Expand - Struct constructor base values don't always move
John Hodge
1
-3
/
+7
2016-10-30
HIR Typecheck - Rough support for box patterns
John Hodge
1
-2
/
+3
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
2
-2
/
+2
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-09
HIR Annotate - Handle ref bindings in patters
John Hodge
1
-5
/
+126
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-05
HIR Expand Calls - Expand _Deref for generics
John Hodge
1
-1
/
+6
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-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+15
2016-09-06
HIR Expand UFCS - HACK: Don't desugar derefs of Box
John Hodge
1
-1
/
+12
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
1
-1
/
+43
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
2
-2
/
+2
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-24
HIR Expand Reborrow - Handle return value reborrowing, reborrow inside block
John Hodge
1
-21
/
+24
2016-08-24
HIR Expand - Add a reborrow pass (inserts &mut* on by-value &mut
John Hodge
2
-0
/
+185
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
2
-17
/
+7
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
middle
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
2
-13
/
+47
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 Expand - Move borrow for CallValue into expand to correct impl selection
John Hodge
1
-13
/
+21
2016-08-15
HIR Typecheck Validate - Extra checks and fixes exposed by them
John Hodge
2
-10
/
+16
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
3
-74
/
+79
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
3
-27
/
+21
2016-08-14
HIR Expand Calls - Add Index desugar
John Hodge
1
-1
/
+50
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
3
-11
/
+401
[next]