aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/sizes_test.go
AgeCommit message (Expand)Author
2023-08-16go/types, types2: add Sizes computation to match gc behaviorCuong Manh Le
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2022-10-31cmd/compile/internal/types2: fix tests on js/wasmBryan C. Mills
2022-10-19go/types, types2: replace typecheck with mustTypecheck almost everywhere (cle...Robert Griesemer
2022-10-19go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer
2022-07-15go/types, types2: correct alignment of atomic.Int64Austin Clements
2021-02-12[dev.typeparams] cmd/compile/internal/types: review of sizes_test.goRobert Griesemer
2020-12-27[dev.typeparams] cmd/compile: re-enable internal/types2 testRuss Cox
2020-12-23[dev.typeparams] cmd/compile/internal/types2: disable external test temporarilyRuss Cox
2020-10-21[dev.typeparams] cmd/compile/internal/importer, types2: initial check-in of t...Robert Griesemer