aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types/identity.go
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] cmd/compile: remove some shape checks in type substituter, ...Dan Scales
2021-07-31[dev.typeparams] cmd/compile: make all pointer types have the same shapeKeith Randall
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2020-12-01[dev.regabi] cmd/compile: first pass at abstracting TypeMatthew Dempsky
2019-09-09cmd/compile: report more precise errors about untyped constantsMatthew Dempsky
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-10-18cmd/compile: extract gc.eqtype as types.IdenticalMatthew Dempsky