summaryrefslogtreecommitdiff
path: root/src/hir/generic_params.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-1/+1
2016-12-02HIR Specialistion - Rough up bound support in specialistionJohn Hodge1-0/+32
2016-11-06HIR Typecheck Expr - Fix leaking of a placeholder paramJohn Hodge1-1/+1
2016-08-24HIR - Fix bad clone function for GenericParamsJohn Hodge1-2/+2
2016-08-07HIR - Add clone method to GenericParamsJohn Hodge1-0/+49
2016-07-15HIR Typecheck - (BROKEN) Fixing trait selection for associated typesJohn Hodge1-14/+20
2016-06-09All - Hack up support for useful associated type boundsJohn Hodge1-0/+25
2016-06-07HIR Typecheck - Binary operator overloadsJohn Hodge1-0/+30