index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-20
HIR Typecheck Expr - Print (some of) the rules when there's leftovers
John Hodge
1
-1
/
+31
2016-11-20
HIR Typecheck Expr - Hack around quirk where a cast can be a type hint
John Hodge
1
-0
/
+2
2016-11-20
MIR Gen - Treat a loop as a split scope
John Hodge
1
-4
/
+5
2016-11-20
HIR From AST - Shortcut arrays with integer literal sizes
John Hodge
1
-4
/
+14
2016-11-20
HIR - Allow arrays with unknown sizes to be cloned
John Hodge
1
-2
/
+4
2016-11-20
MIR - Union support hacked up
John Hodge
9
-36
/
+114
2016-11-20
MIR Gen - Roughed union support
John Hodge
2
-3
/
+23
2016-11-19
HIR - Union handling
John Hodge
12
-16
/
+176
2016-11-19
HIR - Add Union type path binding
John Hodge
9
-3
/
+81
2016-11-19
Resolve Absolute - Add missing union handling
John Hodge
1
-0
/
+4
2016-11-19
Parse - Fix error in parsing unions
John Hodge
1
-2
/
+2
2016-11-19
Rust source update, fix a few parse issues
John Hodge
2
-1
/
+4
2016-11-19
HIR Serialis - Support ErasedType
John Hodge
1
-1
/
+6
2016-11-19
MIR Gen Match - Fix bad type for string in simple
John Hodge
1
-2
/
+2
2016-11-19
MIR Validate - Replace ErasedType instances in checked return type
John Hodge
1
-1
/
+17
2016-11-19
MIR Check - Monomorphise types from enums
John Hodge
1
-0
/
+2
2016-11-19
Derive Decodable - Add _ arm to enum decoding
John Hodge
1
-0
/
+18
2016-11-19
MIR Gen Match - HACK: Allow duplicate terminals (ranges)
John Hodge
1
-3
/
+2
2016-11-19
MIR Gen Match - Rough Slice and SplitSlice support
John Hodge
2
-23
/
+110
2016-11-19
MIR Gen Match - Handle StructValue
John Hodge
1
-0
/
+3
2016-11-19
MIR Gen - Expand associated types after monomorph
John Hodge
2
-5
/
+13
2016-11-19
MIR Gen - Bugcheck on Unbound paths
John Hodge
1
-1
/
+2
2016-11-19
MIR Gen Match - Don't unify a node unless the paths match
John Hodge
1
-10
/
+11
2016-11-19
MIR Gen Match - Sanity check in node merge
John Hodge
1
-32
/
+107
2016-11-19
MIR Gen Match - Some hackarounds
John Hodge
3
-9
/
+44
2016-11-18
HIR Expand ErasedType - Replace non-local erased types in return types
John Hodge
3
-48
/
+155
2016-11-18
HIR Expand ErasedTypes - Visit result types
John Hodge
1
-0
/
+7
2016-11-18
HIR Typecheck Validate - Expand ErasedType in callee returns
John Hodge
1
-2
/
+22
2016-11-18
HIR Expand - Erased types replacment
John Hodge
3
-0
/
+147
2016-11-18
HIR Expand Closures - Fix types in args/return types
John Hodge
1
-0
/
+4
2016-11-18
HIR Typecheck - Expand associated types in function pointers
John Hodge
3
-1
/
+7
2016-11-18
HIR Typecheck Static - Convert a fuzzy into a concrete in EAT
John Hodge
1
-2
/
+19
2016-11-18
HIR Typecheck Validate - Fix some small bugs, start on ErasedType support
John Hodge
3
-32
/
+60
2016-11-18
HIR - Clean up ExprPtr a little and add erased type types
John Hodge
2
-37
/
+64
2016-11-18
HIR Typecheck Common - Fix visit_ty_with__path
John Hodge
1
-4
/
+3
2016-11-18
HIR Expand Closures - Replace closure types in root node result
John Hodge
1
-0
/
+1
2016-11-17
HIR Typecheck Static - impls from ErasedType
John Hodge
1
-0
/
+30
2016-11-17
HIR Annotate - Handle SplitSlice and SplitTuple patterns
John Hodge
1
-15
/
+35
2016-11-17
HIR Typecheck Static - Copy for ErasedType
John Hodge
1
-1
/
+7
2016-11-17
HIR Typecheck - Support Self in impl monomorphisation
John Hodge
2
-2
/
+17
2016-11-17
Resolve - Fix scoping of `if let` bindings
John Hodge
1
-2
/
+3
2016-11-17
HIR Typecheck Expr - Handle revisit in SplitSlice
John Hodge
1
-19
/
+55
2016-11-17
HIR - Fix bad handling of split slice patterns
John Hodge
3
-4
/
+6
2016-11-17
HIR Typecheck Expr - Extend Opaque=fuzzy hack
John Hodge
2
-3
/
+8
2016-11-17
HIR Typecheck Expr - Stop autoderef method search when unbound UFCS is hit
John Hodge
1
-4
/
+7
2016-11-17
HIR Typecheck Expr - Reduce log spam in librustc
John Hodge
1
-19
/
+37
2016-11-17
HIR Typecheck Expr - Search supertraits for TraitObject and ErasedType ↵
John Hodge
1
-50
/
+26
method searching
2016-11-17
HIR Typecheck Expr - Update method selection
John Hodge
3
-67
/
+59
2016-11-16
HIR Typecheck Expr - Cleanup
John Hodge
1
-31
/
+21
2016-11-16
HIR Typcheck Expr - Prune `coerce_from` list down to bottom type
John Hodge
1
-1
/
+33
[prev]
[next]