aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/mono_test.go
AgeCommit message (Expand)Author
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2023-01-17go/types, types2: use factored parse/typecheck functions, generate hilbert_te...Robert Griesemer
2022-09-03go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer
2021-11-02go/types: avoid closure allocations in mono checkMatthew Dempsky
2021-11-02go/types: add check that code is monomorphizableMatthew Dempsky