index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_typeck
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
HIR Typecheck Validate - Fix some small bugs, start on ErasedType support
John Hodge
2
-32
/
+57
2016-11-18
HIR Typecheck Common - Fix visit_ty_with__path
John Hodge
1
-4
/
+3
2016-11-17
HIR Typecheck Static - impls from ErasedType
John Hodge
1
-0
/
+30
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
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
1
-1
/
+3
2016-11-17
HIR Typecheck Expr - Extend Opaque=fuzzy hack
John Hodge
1
-3
/
+4
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 method...
John Hodge
1
-50
/
+26
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
2016-11-16
HIR Typecheck Expr - Avoid taking too many guesses in a single pass
John Hodge
1
-2
/
+9
2016-11-16
HIR Typecheck Expr - Remove some useless error checking
John Hodge
1
-100
/
+43
2016-11-16
HIR Typcheck Expr - Remove types that unsize to other types in the possibilit...
John Hodge
1
-14
/
+45
2016-11-16
HIR Typecheck Expr - Refactor possibility code
John Hodge
1
-92
/
+164
2016-11-16
HIR Typecheck Expr - Emit an assoc bound for fuzzy impl selection
John Hodge
1
-2
/
+2
2016-11-16
HIR Typecheck Expr - Refactor monomorphise_type_needed so the inner code can ...
John Hodge
3
-90
/
+107
2016-11-16
HIR Typecheck Expr - Don't assert if impl params aren't known (just fill them...
John Hodge
1
-3
/
+7
2016-11-16
HIR Typecheck Expr - Fix inferrence losing ! marker
John Hodge
2
-3
/
+24
2016-11-16
HIR Typecheck Static - Fuzzy matched returned (fixes bad From impl selection)
John Hodge
4
-23
/
+35
2016-11-16
HIR Typcheck - Hackily hndle default parameters
John Hodge
1
-3
/
+38
2016-11-15
HIR Typecheck Expr - Minor tweaks for better bug messages
John Hodge
2
-16
/
+10
2016-11-14
HIR Typecheck Expr - Tweak to block diverge logic
John Hodge
1
-4
/
+5
2016-11-14
HIR Typecheck Expr - ErasedType return checking
John Hodge
3
-46
/
+143
2016-11-13
HIR Typecheck - Slow work on ErasedType
John Hodge
1
-29
/
+100
2016-11-12
HIR Typecheck Expr - Coercion point in rhs of binops
John Hodge
1
-4
/
+11
2016-11-11
HIR - Tweak ErasedType for implementation
John Hodge
4
-46
/
+89
2016-11-10
HIR Typecheck Exprs - Search for impls in ErasedType
John Hodge
1
-0
/
+73
2016-11-10
HIR Typecheck Expr - Expand some TODOs of ErasedType
John Hodge
1
-20
/
+66
2016-11-09
HIR Typecheck Expr - Restrict ivar guesses to pick the most compatible
John Hodge
1
-0
/
+47
2016-11-09
HIR+Parse - Fix some ErasedTypes bugs before hitting the TODOs
John Hodge
1
-38
/
+11
2016-11-09
HIR Typecheck Expr - Treat an unbound type path as an ivar when searching for...
John Hodge
2
-0
/
+7
2016-11-06
HIR Typecheck Static - Deeper search for Copy bounds
John Hodge
2
-11
/
+11
2016-11-06
HIR Typecheck Static - Expand associated after getting type from impl
John Hodge
1
-0
/
+1
2016-11-06
HIR Typecheck Static - UfcsKnown bound lookup
John Hodge
2
-2
/
+56
2016-11-06
HIR Typecheck Static - Search bounds in find_named_trait_in_trait
John Hodge
1
-11
/
+41
2016-11-06
HIR Typecheck Expr - Don't call callback if params failed to match
John Hodge
1
-15
/
+15
2016-11-06
HIR Typecheck Expr - Recursive bounds for Copy
John Hodge
2
-5
/
+30
2016-11-06
HIR Typecheck Expr - Fix leaking of a placeholder param
John Hodge
2
-2
/
+15
2016-11-06
HIR Typecheck Expr - Deep search for traits on associated types
John Hodge
1
-9
/
+21
2016-11-05
HIR Typecheck Expr - Fuzzy impls in Unsize
John Hodge
1
-3
/
+9
2016-11-04
HIR Typecheck - Bind paths in StructLiteral
John Hodge
1
-1
/
+1
2016-11-04
HIR Annotate - Only borrow struct cosntructor base values when no fields are ...
John Hodge
1
-1
/
+1
2016-11-03
HIR Typecheck Expr - EVIL HACK: Allow deref of Box and then borrow when searc...
John Hodge
2
-7
/
+48
2016-11-03
HIR Typecheck Expr - Slightly better handling of Box receivers
John Hodge
2
-12
/
+44
2016-11-01
HIR Typecheck Expr - EAT with function impls
John Hodge
2
-1
/
+23
2016-10-31
HIR Typecheck Expr - Allow `fn` -> `*const u8` casts
John Hodge
1
-2
/
+3
[next]