1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/src/cmd
Chris Manghane db4dad7fd7 cmd/gc: blank methods are not permitted in interface types
Fixes #6606.

LGTM=rsc
R=rsc
CC=golang-codereviews, gri
https://golang.org/cl/156210044
2014-10-15 09:55:13 -07:00
..
5a liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
5c cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal 2014-10-07 12:07:40 -04:00
5g cmd/5g, cmd/8g: make 'out of registers' a fatal error 2014-09-16 13:16:43 -04:00
5l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
6a liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
6c cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal 2014-10-07 12:07:40 -04:00
6g cmd/cc, cmd/gc: stop generating 'argsize' PCDATA 2014-09-12 07:51:00 -04:00
6l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
8a liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
8c cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal 2014-10-07 12:07:40 -04:00
8g cmd/5g, cmd/8g: make 'out of registers' a fatal error 2014-09-16 13:16:43 -04:00
8l cmd/8l: accept R_386_GOT32 in push instruction 2014-10-06 14:17:48 -04:00
addr2line cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
api runtime: remove untyped allocation of ParFor 2014-09-16 11:03:11 -04:00
cc runtime: crash if we see an invalid pointer into GC arena 2014-10-07 11:07:18 -04:00
cgo cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. 2014-09-30 16:08:04 -04:00
dist cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects 2014-09-24 16:55:26 -04:00
fix build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
gc cmd/gc: blank methods are not permitted in interface types 2014-10-15 09:55:13 -07:00
go cmd/go: add ImportComment to Package struct 2014-10-08 13:22:31 +11:00
gofmt go/format, cmd/gofmt: added missing comments, minor internal cleanup 2014-09-30 12:26:38 -07:00
internal cmd/objdump: move armasm, x86asm into internal packages 2014-09-30 12:28:24 -04:00
ld cmd/ld: do not assume that only pe section names start with '.' 2014-10-11 22:01:04 +11:00
link cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -04:00
nm build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
objdump cmd/objdump: move armasm, x86asm into internal packages 2014-09-30 12:28:24 -04:00
pack cmd/pack: fix c command for existing file 2014-09-23 18:24:35 -07:00
pprof cmd/pprof: add Go implementation 2014-09-30 13:41:54 -04:00
yacc cmd/yacc: fix handling of tokens that don't start with letters 2014-09-29 13:32:14 -07:00