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-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
2016-08-14
HIR Expand - Partial _Index expansion, requires extra annotation
John Hodge
1
-0
/
+33
2016-08-14
HIR Expand - Replace _UniOp overloads with calls
John Hodge
1
-0
/
+80
2016-08-14
HIR Expand Closures - Store local binding types
John Hodge
1
-16
/
+50
2016-08-13
HIR Expand - Replace assign and boolean operator overloads with calls
John Hodge
1
-2
/
+280
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
2
-10
/
+14
2016-08-10
HIR - Add EnumValue variant to Pattern
John Hodge
1
-0
/
+2
2016-08-08
HIR Expand UFCS - (minor) Remove unneeded commented code
John Hodge
1
-2
/
+0
2016-08-08
HIR Expand UFCS - Pass that replaces all call types with path-based calls
John Hodge
2
-0
/
+243
2016-08-08
HIR Expand Closures - (minor) commenting
John Hodge
1
-4
/
+2
2016-08-08
HIR Typecheck+Expand - Type annotations to allow generated closure code to pass
John Hodge
1
-124
/
+229
2016-08-08
HIR Expand Closures - Completing now
John Hodge
1
-12
/
+21
2016-08-08
HIR - Store the binding types for an expression for use in later stages
John Hodge
1
-2
/
+2
2016-08-07
HIR Expand Closures - Expansion complete, untested
John Hodge
1
-53
/
+214
2016-08-07
HIR Expand Closures - Start on generating impls
John Hodge
1
-9
/
+163
2016-08-07
HIR Expand Closures - Fleshing out, almost ready to call from main
John Hodge
2
-5
/
+99
2016-08-07
HIR - Start work on closure expansion
John Hodge
1
-0
/
+355
[prev]