aboutsummaryrefslogtreecommitdiff
path: root/test/cmplx.go
AgeCommit message (Expand)Author
2019-03-14cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2019-03-01Revert "cmd/compile: rewrite f(g()) for multi-value g() during typecheck"Matthew Dempsky
2019-02-28cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2017-04-24cmd/compile: more error position tests for the typecheckerAlberto Donizetti
2013-03-11cmd/gc: reject complex calls with mismatched argument types.Rémy Oudompheng
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-12-13gc: complex(0)Russ Cox
2010-04-19gc: cmplx typecheck bug fixRuss Cox