1
0
mirror of https://github.com/golang/go synced 2024-10-04 03:21:22 -06:00
go/src/cmd
Russ Cox 7e84666df1 gc: clearer error for struct == struct
cmp6.go:48: invalid operation: t3 == t3 (operator == not defined on struct)

Fixes #1438.

R=ken2
CC=golang-dev
https://golang.org/cl/4003045
2011-01-21 18:15:59 -05:00
..
5a 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocations 2011-01-19 15:30:26 -05:00
5c gc: align structs according to max alignment of fields 2010-12-13 16:22:19 -05:00
5g gc: delete float, complex 2011-01-19 23:08:11 -05:00
5l 5l: document -F, force it on old ARMs 2011-01-20 12:50:10 -05:00
6a 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocations 2011-01-19 15:30:26 -05:00
6c gc: align structs according to max alignment of fields 2010-12-13 16:22:19 -05:00
6g 6g: fix uint64(uintptr(unsafe.Pointer(&x))) 2011-01-20 12:50:35 -05:00
6l cgo: windows/386 port 2011-01-20 10:22:20 -05:00
8a 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocations 2011-01-19 15:30:26 -05:00
8c gc: align structs according to max alignment of fields 2010-12-13 16:22:19 -05:00
8g gc: delete float, complex 2011-01-19 23:08:11 -05:00
8l cgo: windows/386 port 2011-01-20 10:22:20 -05:00
cc cc: remove pickle generation code. 2011-01-21 17:59:35 +01:00
cgo cgo: windows/386 port 2011-01-20 10:22:20 -05:00
cov various: avoid %ld etc 2010-10-13 16:20:22 -04:00
ebnflint go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
gc gc: clearer error for struct == struct 2011-01-21 18:15:59 -05:00
godefs windows: implement exception handling 2011-01-19 15:10:15 -05:00
godoc godoc: show line numbers for non-go files (bug fix) 2011-01-20 10:43:55 -08:00
gofmt gofmt: don't attempt certain illegal rewrites 2011-01-07 15:04:41 -08:00
goinstall goinstall: Fix template to use exported fields 2011-01-12 10:45:24 -08:00
gomake build: no required environment variables 2010-08-18 10:08:49 -04:00
gopack cgo: windows/386 port 2011-01-20 10:22:20 -05:00
gotest gotest: new cgo does not require LD_LIBRARY_PATH 2011-01-20 13:11:06 -05:00
govet govet: fix comment 2010-12-16 12:35:38 -08:00
goyacc use the new %U format for runes 2010-12-06 14:38:25 -05:00
hgpatch use append 2010-10-27 19:47:23 -07:00
ld 8l: emit DWARF in Windows PE. 2011-01-20 11:28:30 -05:00
nm nm: silently ignore .o files in .a files 2010-12-10 11:32:48 -08:00
prof 5g/8g, 8l, ld, prof: fix output of 32-bit values 2010-12-12 14:40:19 -05:00
clean.bash build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
make.bash build: let pkg/Makefile coordinate building of Go commands 2010-08-25 17:54:10 -04:00