aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/alias.go
AgeCommit message (Expand)Author
2024-05-23go/types, types2: instantiate generic alias typesRobert Griesemer
2024-05-15go/types, types2: add Alias.{TypeParams, SetTypeParams, TypeArgs, Origin}Robert Griesemer
2024-05-15go/types, types2: add additional documentation for UnderlyingRob Findley
2024-04-24go/types: add Alias.RhsAlan Donovan
2024-04-05go/types: fix bug in premature Unalias of alias cycleAlan Donovan
2024-04-05cmd/compile: export/import materialized aliasesAlan Donovan
2024-02-28go/types, types2: initial support for parameterized type aliasesRobert Griesemer
2024-02-05go/types, types2: ensure that Alias.actual is set in NewAliasRob Findley
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-08-30go/types, types2: use asNamed(t) instead of t.(*Named) type assertionsRobert Griesemer