aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue17038.go
AgeCommit message (Expand)Author
2019-03-14cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2019-03-13cmd/compile: simplify isGoConstMatthew 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
2018-11-26cmd/compile: don't constant-fold non-Go constants in the frontendKeith Randall
2016-09-11cmd/compile: don't crash on complex(0())Josh Bleecher Snyder