summaryrefslogtreecommitdiff
path: root/test/cmplx.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky2019-03-141-3/+3
* Revert "cmd/compile: rewrite f(g()) for multi-value g() during typecheck"Matthew Dempsky2019-03-011-3/+3
* cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky2019-02-281-3/+3
* cmd/compile: more error position tests for the typecheckerAlberto Donizetti2017-04-241-0/+14
* cmd/gc: reject complex calls with mismatched argument types.Rémy Oudompheng2013-03-111-0/+26
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+3
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* delete float, complex - code changesRuss Cox2011-01-191-14/+7
* gc: complex(0)Russ Cox2010-12-131-0/+1
* gc: cmplx typecheck bug fixRuss Cox2010-04-191-0/+31