aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/typelist.go
AgeCommit message (Expand)Author
2024-03-25test: put type declaration back inside the functioncui fliter
2022-03-01go/types, types2: correctly consider ~ (tilde) in constraint type inferenceRobert Griesemer
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-02-09go/types, types2: rename structuralType/String to coreType/StringRobert Griesemer
2021-11-15cmd/compile: error when using internal type declarations in generic functionsKeith Randall
2021-09-02cmd/compile: disable type list syntax for the compilerRobert Griesemer
2021-08-10[dev.typeparams] cmd/compile/internal/types2: parameterized functions must ha...Robert Griesemer
2021-07-28[dev.typeparams] test: rename blank functionsMatthew Dempsky
2021-07-28[dev.typeparams] test/typeparam: gofmt -wMatthew Dempsky
2021-07-14[dev.typeparams] cmd/compile/internal/types2: embedding stand-alone type para...Robert Griesemer
2021-03-31cmd/compile: deal correctly with unnamed function params during stencilingDan Scales
2021-03-30cmd/compile: handle partial type inference that doesn't require function argsDan Scales
2021-03-30cmd/compile: fix various small bugs related to type listsDan Scales