aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/fact.go
AgeCommit message (Expand)Author
2021-07-28[dev.typeparams] test/typeparam: gofmt -wMatthew Dempsky
2021-06-03[dev.typeparams] test: update all the typeparam tests to use the new union/ti...Dan Scales
2021-06-02[dev.typeparams] cmd/compile: fix export/import of constants with typeparam typeDan Scales
2021-02-10[dev.typeparams] cmd/compile: make type conversions by type parameters workDan Scales
2021-02-08[dev.typeparams] cmd/compile/internal/types2: conversions to type parameters ...Robert Griesemer
2021-02-08[dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...Dan Scales