summaryrefslogtreecommitdiff
path: root/src/hir_typeck/impl_ref.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-4/+4
2019-01-03Typecheck Expressions - Handle placeholder params betterJohn Hodge1-8/+1
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-0/+5
2017-08-23HIR Typecheck - Specialiation deep overlap checks, little impl param determin...John Hodge1-1/+2
2017-01-08All - i128/u182 support, typecheck and parse fixesJohn Hodge1-0/+1
2016-12-24No more tears!ubsan1-10/+10
2016-11-20HIR Typecheck Expr - Better detection for magic paramsJohn Hodge1-1/+1
2016-11-17HIR Typecheck - Support Self in impl monomorphisationJohn Hodge1-0/+1
2016-10-01HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...John Hodge1-0/+9
2016-09-18HIR Typecheck Expr - Add bounds from fuzzy matched bounds/assoc rules. Work a...John Hodge1-0/+3
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/+4
2016-08-16HIR - Misc tweaks for debugging typeck errorsJohn Hodge1-3/+4
2016-07-31HIR Typecheck - Fixed associated type lookupJohn Hodge1-3/+4
2016-07-21HIR Typecheck - BROKEN: Switch to ImplRef everywhereJohn Hodge1-0/+57