1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src
Todd Neal 19285efaed [dev.ssa] cmd/compile: fix complex128
complex128 was being treated as a complex64

Fixes math/cmplx.

Change-Id: I2996915b4cb6b94198d41cf08a30bd8531b9fec5
Reviewed-on: https://go-review.googlesource.com/14206
Reviewed-by: Keith Randall <khr@golang.org>
2015-09-03 03:04:36 +00:00
..
archive
bufio
builtin
bytes
cmd [dev.ssa] cmd/compile: fix complex128 2015-09-03 03:04:36 +00:00
compress
container
crypto all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
database/sql
debug debug/elf: map/slice literals janitoring 2015-08-25 01:36:11 +00:00
encoding encoding/gob: remove always false comparison 2015-08-25 00:14:45 +00:00
errors
expvar
flag
fmt fmt: in Scanf, %c can scan a space, so don't skip spaces at %c 2015-08-24 20:25:07 +00:00
go go/internal/gcimporter: remove unused assignment 2015-08-24 14:40:33 +00:00
hash hash/fnv: fix wiki url 2015-08-24 21:26:42 +00:00
html html: speed up UnescapeString 2015-08-22 12:45:38 +00:00
image image/gif: avoid unused assignment 2015-08-24 16:17:42 +00:00
index/suffixarray
internal internal/syscall/windows/registry: remove debugging dreg 2015-08-24 04:25:18 +00:00
io
log
math math: avoid unused assignment in jn.go 2015-08-24 14:34:36 +00:00
mime mime: move examples to external test file 2015-08-22 18:39:29 +00:00
net net: allow ParseMAC to parse 20-octet IPoIB link-layer address 2015-08-24 16:34:43 +00:00
os os/signal: skip the nohup test on darwin when running in tmux. 2015-08-25 00:14:24 +00:00
path all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
reflect
regexp
runtime cmd/compile: fix uninitialized memory in compare of interface value 2015-08-25 14:37:08 +00:00
sort sort: Fix typo in Stable() comment 2015-08-17 06:58:16 +00:00
strconv
strings
sync
syscall runtime, syscall: remove unused bits from Solaris implementation 2015-08-21 11:39:24 +00:00
testing
text
time time: Use AppendFormat in Marshal[Text|JSON] 2015-08-22 11:31:58 +00:00
unicode unicode: include rune 0 in RangeTables. 2015-08-24 15:05:48 +00:00
unsafe
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT 2015-08-24 03:04:52 +00:00
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc