summaryrefslogtreecommitdiff
path: root/src/go/types/mono_test.go
Commit message (Expand)AuthorAgeFilesLines
* go/types, types2: extract package name from test sources automaticallyRobert Griesemer2023-04-281-1/+1
* types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer2023-01-201-5/+1
* go/types, types2: use factored parse/typecheck functions, generate hilbert_te...Robert Griesemer2023-01-171-6/+2
* go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer2022-09-031-2/+1
* go/types: avoid closure allocations in mono checkMatthew Dempsky2021-11-021-1/+1
* go/types: add check that code is monomorphizableMatthew Dempsky2021-11-021-0/+92