summaryrefslogtreecommitdiff
path: root/test/ken/cplx4.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-8/+25
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+44
2011-09-13Imported Upstream version 60Ondřej Surý1-44/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-4/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+1
2010-06-23gc: fix crash for nested complex divisionRuss Cox1-0/+6
R=ken2 CC=golang-dev http://codereview.appspot.com/1720043
2010-03-091. decommit complex(float) conversionKen Thompson1-3/+1
2. add complex algorithm for map/chan 3. test for use of complex in array, slice, field, chan, map, field, pointer. R=rsc CC=golang-dev http://codereview.appspot.com/384041
2010-03-09identical complex implementationKen Thompson1-2/+2
for 6g and 8g. can also be used for 5g. 5g is still a stub. R=rsc CC=golang-dev http://codereview.appspot.com/362041
2010-03-056g complex type usableKen Thompson1-0/+40
8g and 5g have stubs to ignore complex R=rsc CC=golang-dev http://codereview.appspot.com/257042