1
0
mirror of https://github.com/golang/go synced 2024-10-03 15:31:22 -06:00
go/src/cmd
Robert Griesemer 65269e7066 cmd/go/internal/syntax: reintroduce reverted comments
These comments were originally introduced together with the changes
for alias declarations, and then reverted when we backed out alias
support.

Reintroduce them.

Change-Id: I3ef2c4f4672d6af8a900f5d73df273edf28d1a14
Reviewed-on: https://go-review.googlesource.com/32826
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2016-11-05 00:47:04 +00:00
..
addr2line all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
api all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
asm cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instructions 2016-10-28 13:38:30 +00:00
cgo cmd/cgo: add support for GOARCH=mips{,le} 2016-11-03 22:56:37 +00:00
compile cmd/go/internal/syntax: reintroduce reverted comments 2016-11-05 00:47:04 +00:00
cover cmd/cover: change covered block for switch/select case to exclude expression 2016-11-03 16:13:06 +00:00
dist cmd/dist: add mips and mipsle as GOARCH values 2016-11-03 23:01:51 +00:00
doc cmd/doc: show documentation for interface methods when requested explicitly 2016-10-25 20:09:49 +00:00
fix cmd/fix: add golang.org/x/net/context fix 2016-09-15 19:24:04 +00:00
go cmd/go: fix minor typo in 'go bug' 2016-11-04 04:02:09 +00:00
gofmt cmd/gofmt: simplify map key literals 2016-10-12 03:55:43 +00:00
internal cmd/internal/sys: add support for GOARCH=mips{,le} 2016-11-03 23:26:26 +00:00
link cmd/link/internal/ld: add support for GOARCH=mips{,le} 2016-11-04 19:27:35 +00:00
nm all: use sort.Slice where applicable 2016-10-04 05:10:56 +00:00
objdump cmd/objdump: speed up tests 2016-11-04 00:50:53 +00:00
pack all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
pprof cmd/pprof: use correct default handler for Go programs 2016-11-03 14:27:11 +00:00
trace internal/pprof/profile: new package, moved from cmd/internal/pprof/profile 2016-11-02 19:09:11 +00:00
vendor cmd/vendor/golang.org/x/arch/ppc64/ppc64asm: skip TestObjdumpPowerManual if not ppc64x 2016-11-01 17:00:46 +00:00
vet Revert "cmd/vet: teach vet about ast.AliasSpec" 2016-11-05 00:18:05 +00:00