aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/index.go
AgeCommit message (Expand)Author
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-17[dev.typeparams] go/types: replace optype() with under() in various cases (cl...Rob Findley
2021-07-17[dev.typeparams] go/types: clean up index expr implementation for type parame...Rob Findley
2021-07-16[dev.typeparams] go/types: remove typeparams wrappers and aliasesRob Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-06-17[dev.typeparams] go/types: replace Sum type with Union typeRob Findley
2021-04-29go/types: improve error messages for unexpected ListExprsRob Findley
2021-04-28go/types: split out function instantiation from index exprRob Findley
2021-04-27go/types: factor out index/slice expr handlingRob Findley