summaryrefslogtreecommitdiff
path: root/src/hir/generic_params.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-1/+1
std::string for paths/identifiers
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-0/+5
2016-12-24No more tears!ubsan1-1/+1
No more DOS line endings or trailing whitespace either
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