1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd
Russ Cox 2a7019894a gc: better error for method non-call
was
x.go:7: must call (&b).*Buffer·Write

now
x.go:7: method b.Write is not an expression, must be called

Fixes #1171.

R=ken2
CC=golang-dev
https://golang.org/cl/2384042
2010-10-07 04:42:44 -04:00
..
5a windows: disable unimplemented tests 2010-09-10 14:05:57 -04:00
5c build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
5g gc: O(1) string comparison when lengths differ 2010-10-06 09:53:12 -04:00
5l ld: share asmlc 2010-10-06 09:52:54 -04:00
6a build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
6c 6c, 8c: show line numbers in -S output 2010-09-10 11:53:51 -04:00
6g gc: O(1) string comparison when lengths differ 2010-10-06 09:53:12 -04:00
6l ld: share asmlc 2010-10-06 09:52:54 -04:00
8a build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
8c 6c, 8c: show line numbers in -S output 2010-09-10 11:53:51 -04:00
8g gc: O(1) string comparison when lengths differ 2010-10-06 09:53:12 -04:00
8l ld: share asmlc 2010-10-06 09:52:54 -04:00
cc build: test for _WIN32, not _MINGW32 2010-09-08 22:20:35 -04:00
cgo ... changes 2010-09-24 11:55:48 -04:00
cov build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
ebnflint build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
gc gc: better error for method non-call 2010-10-07 04:42:44 -04:00
godefs build: test for _WIN32, not _MINGW32 2010-09-08 22:20:35 -04:00
godoc http: revised http Handler interface 2010-09-29 14:30:12 +10:00
gofmt gofmt: don't substitute invalid positions with valid ones in rewrites 2010-09-24 12:58:08 -07:00
goinstall goinstall: warn when http:// is found at beginning of package name 2010-09-13 12:59:59 +10:00
gomake build: no required environment variables 2010-08-18 10:08:49 -04:00
gopack build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
gotest gotest: leave _testmain.go for "make clean" to clean up 2010-09-28 22:59:16 -04:00
goyacc ... changes 2010-09-24 11:55:48 -04:00
hgpatch build: no required environment variables 2010-08-18 10:08:49 -04:00
ld ld: share asmlc 2010-10-06 09:52:54 -04:00
nm build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
prof 6prof: more accurate usage message. 2010-09-29 20:17:18 -07: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