1
0
mirror of https://github.com/golang/go synced 2024-10-05 09:21:22 -06:00
go/src/cmd
Robert Griesemer 732e2cd746 cmd/compile: don't truncate tiny float constants to 0 in error messages
Fixes #13559.

Change-Id: I6fe8b5083192e8eb6c1b3ca1919fde81a00ccb7e
Reviewed-on: https://go-review.googlesource.com/17695
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
2015-12-10 16:39:46 +00:00
..
addr2line cmd/addr2line: simplify windows test 2015-06-17 14:23:20 +00:00
api net/http: enable automatic HTTP/2 if TLSNextProto is nil 2015-10-14 23:21:57 +00:00
asm cmd/internal/obj/x86: add support for TSX instructions 2015-11-26 16:39:00 +00:00
cgo cmd/cgo: error, not panic, if not enough arguments to function 2015-12-02 21:02:28 +00:00
compile cmd/compile: don't truncate tiny float constants to 0 in error messages 2015-12-10 16:39:46 +00:00
cover cmd/cover: allow part selection to be retained across page refreshes 2015-11-27 06:13:12 +00:00
dist dwbug/elf: support old-style compressed DWARF 2015-12-03 20:53:04 +00:00
doc cmd/doc: fix strange indentation artifacts with unexported fields 2015-11-17 20:51:19 +00:00
fix cmd/fix: add gotypes module 2015-07-17 01:47:14 +00:00
go cmd/go: fix bad shared lib name with buildmode=shared 2015-12-07 21:23:48 +00:00
gofmt go/parser, go/types: report invalid else branch in if statements 2015-12-07 21:36:31 +00:00
internal cmd/compile, cmd/internal/obj: ignore AUSEFIELD 2015-12-09 21:07:32 +00:00
link cmd/link: clean up dwarf.go 2015-12-05 04:13:18 +00:00
newlink cmd/internal/obj/mips: added support for GOARCH=mips64{,le} 2015-11-12 04:42:44 +00:00
nm all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00
objdump cmd/objdump: skip TestDisasm* for mips64{,le} 2015-09-10 18:27:09 +00:00
pack all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00
pprof cmd/pprof: exit with non-zero status code on error 2015-12-05 04:09:15 +00:00
trace cmd/trace: don't fail when no browser is available 2015-08-21 20:02:23 +00:00
vendor cmd/vendor/golang.org/x/arch: import arm/armasm and x86/x86asm 2015-08-28 16:34:30 +00:00
vet cmd/vet: move cmd/vet/whitelist to cmd/vet/internal/whitelist 2015-12-05 06:26:17 +00:00
yacc cmd/yacc: memory allocation improvements 2015-11-26 17:42:14 +00:00