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-10-07
HIR Typecheck Expr - Use bounds from traits for opaque associated types
John Hodge
4
-1
/
+101
2016-10-07
HIR Typecheck Static - Expand associated types in monomorphised bound types, ...
John Hodge
1
-1
/
+4
2016-10-07
HIR Typecheck Common - Reduce spammyness of monomorphise_type
John Hodge
1
-15
/
+23
2016-10-07
HIR Typecheck Expr - (minor) Fiddling with find_named_trait_in_trait
John Hodge
1
-3
/
+7
2016-10-07
HIR Typecheck Expr - TraitObject supertraits in expand_associated_types
John Hodge
1
-0
/
+27
2016-10-06
HIR Typecheck Expr - Expand ivars in patterns, fix pattern types, expand ivar...
John Hodge
1
-25
/
+45
2016-10-05
HIR Typecheck Validate - Allow vardic functions
John Hodge
1
-1
/
+5
2016-10-05
HIR Typecheck Validate - Allow no-op casts
John Hodge
1
-0
/
+6
2016-10-05
HIR Typecheck Static - TraitObject trait lookup
John Hodge
1
-1
/
+47
2016-10-05
Resolve+Typecheck - Fix trait default parameters
John Hodge
2
-90
/
+129
2016-10-03
HIR - Hack: Treat impl placeholder generics as ivars in match_test_generics_fuzz
John Hodge
1
-0
/
+11
2016-10-03
HIR Typecheck Expr - Add bounds from impl blocks as rules
John Hodge
1
-2
/
+5
2016-10-03
HIR Typecheck Expr - Add inferrence default of `Box<data_ty>` for Emplace
John Hodge
1
-0
/
+13
2016-10-03
HIR Typecheck Expr - Fix incorrect param for Unsize<> between arrays and slices
John Hodge
1
-1
/
+2
2016-10-03
HIR Typecheck Expr - Allow borrow coercions when a downgrade reborrow happens
John Hodge
1
-9
/
+13
2016-10-03
HIR Typecheck Expr - Link ivars through unsizing coercions
John Hodge
1
-3
/
+26
2016-10-03
Parse - Fix bad datatype for negative numbers
John Hodge
1
-0
/
+2
2016-10-03
HIR Typecheck Expr - Fix param counts on enum var constructor values
John Hodge
1
-0
/
+1
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
1
-0
/
+3
2016-10-02
HIR Typecheck Expr - Handle use of slice/array patterns with arrays
John Hodge
1
-9
/
+117
2016-10-02
HIR Typecheck Expr - Bind Self type in UfcsInherent call, fix trait param cou...
John Hodge
1
-35
/
+31
2016-10-02
HIR Typecheck Expr - Handle Self in trait_contains_method
John Hodge
2
-7
/
+18
2016-10-02
HIR Typecheck Expr - (minor) Update comments
John Hodge
1
-2
/
+2
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...
John Hodge
2
-8
/
+53
2016-10-01
HIR Typecheck Expr - (minor) Clean up lang item lookup in find_trait_impls
John Hodge
1
-15
/
+19
2016-10-01
HIR Typecheck Expr - Better TraitObject trait searching, _CallValue extended
John Hodge
2
-19
/
+64
2016-10-01
HIR Typecheck Expr - Handle posibly-diverging loop blocks correctly
John Hodge
2
-5
/
+34
2016-10-01
HIR - Support tuple enum variants as function pointers
John Hodge
2
-0
/
+24
2016-09-30
HIR Typecheck Expr - Handle positive impls for auto traits
John Hodge
1
-4
/
+34
2016-09-30
HIR Typecheck Expr - Refactor code to check if an impl matches into its own f...
John Hodge
2
-172
/
+201
2016-09-30
HIR Typecheck Expr - Monomorphise inner types when searching for auto trait i...
John Hodge
1
-2
/
+15
2016-09-30
HIR Typecheck Expr - Structure and stub impl for doing destructure auto trait...
John Hodge
1
-9
/
+97
2016-09-30
HIR Typecheck Expr - Lookup auto traits in tuples and arrays
John Hodge
1
-1
/
+35
2016-09-30
HIR Typecheck Expr - Don't do ivar possibilities on every pass, prevent possi...
John Hodge
1
-7
/
+26
2016-09-29
HIR Typecheck Expr - Magic impl of Usize<Trait> for all T: Trait
John Hodge
1
-0
/
+22
2016-09-29
HIR Typecheck Expr - Apply coercions to CallValue
John Hodge
1
-6
/
+11
2016-09-29
HIR Typecheck Expr - Use Fn* impls from the crate
John Hodge
1
-6
/
+23
2016-09-29
HIR Typecheck Expr - (minor) Better debug in auto trait search
John Hodge
1
-2
/
+5
2016-09-29
HIR Typecheck Expr - Autoderef library containers too
John Hodge
1
-26
/
+48
2016-09-29
HIR Typecheck Expr - Draft auto trait impl search
John Hodge
1
-0
/
+44
2016-09-29
HIR Typecheck Expr - Hackily support variadic functions
John Hodge
1
-4
/
+10
2016-09-29
HIR Typecheck Expr - Report have/exp argument counts
John Hodge
1
-1
/
+2
2016-09-29
HIR Typecheck Expr - Skip cast if types equal
John Hodge
1
-1
/
+16
2016-09-29
HIR Typecheck Expr - Autoderef in _CallValue
John Hodge
1
-2
/
+7
2016-09-29
HIR Typecheck Expr - Fix CallValue autoderef to handle &F bounds
John Hodge
1
-104
/
+103
2016-09-28
HIR Typecheck Expr - Rough up support for autoderef in _CallValue
John Hodge
1
-4
/
+20
2016-09-27
HIR Typecheck - Support casting all integers to pointers
John Hodge
2
-3
/
+25
2016-09-25
HIR Typecheck Expr - Fix incorrect monomorphisation of function pointers
John Hodge
2
-9
/
+40
2016-09-25
HIR - Support float patterns
John Hodge
1
-0
/
+7
2016-09-24
HIR Typecheck Expr - Hackily search for methods on a borrow of the search type
John Hodge
3
-22
/
+78
[next]