summaryrefslogtreecommitdiff
path: root/src/hir_typeck/impl_ref.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Typecheck Expessions - Improved handling of overlapping bounds, diverging ivarsJohn Hodge1-2/+29
2019-01-12HIR Typecheck - Debugging tweaksJohn Hodge1-1/+1
2019-01-03Typecheck Expressions - Handle placeholder params betterJohn Hodge1-0/+9
2018-11-03HIR Typecheck - Fixing holes from 1.29 compiler_builtinsJohn Hodge1-8/+11
2017-08-23HIR Typecheck - Specialiation deep overlap checks, little impl param determin...John Hodge1-2/+2
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-1/+1
2017-01-08All - i128/u182 support, typecheck and parse fixesJohn Hodge1-0/+16
2016-12-24No more tears!ubsan1-1/+1
2016-11-17HIR Typecheck - Support Self in impl monomorphisationJohn Hodge1-2/+16
2016-09-18HIR Typecheck Expr - Add bounds from fuzzy matched bounds/assoc rules. Work a...John Hodge1-24/+22
2016-09-12HIR ImplRef - Clean up monomorphisation codeJohn Hodge1-27/+29
2016-08-24HIR Typecheck - Add impl specialisation support to static, fix spelling errorJohn Hodge1-1/+1
2016-08-16HIR Typecheck - Move ImplRef code to its own fileJohn Hodge1-0/+240