1
0
mirror of https://github.com/golang/go synced 2024-10-05 09:21:22 -06:00
go/src/cmd
Robert Griesemer 3cac3b5fca cmd/compile: remove references to go.y and update documentation
This is a comment/documentation change only but for a minor
code change in the file and package_ methods (move recognition
of semi to match grammar better).

Per request from r.

Change-Id: I81ec985cc5831074d9eb5e8ffbf7e59466284819
Reviewed-on: https://go-review.googlesource.com/17202
Reviewed-by: Rob Pike <r@golang.org>
2015-11-24 23:53:42 +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/asm: add doc.go 2015-11-19 20:49:27 +00:00
cgo cmd/cgo: ignore vars with no name or type if they have a AttrSpecification 2015-11-23 04:04:07 +00:00
compile cmd/compile: remove references to go.y and update documentation 2015-11-24 23:53:42 +00:00
cover all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00
dist cmd: allow buildmode=c-shared for android/386 2015-11-20 14:55:35 +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: disable TestNoteReading on dragonfly 2015-11-23 02:29:57 +00:00
gofmt go/format: handle whitespace-only input correctly 2015-09-30 16:39:43 +00:00
internal runtime: speed up memclr with avx2 on amd64 2015-11-24 16:49:30 +00:00
link cmd/link: support R_PPC_REL32 relocation 2015-11-24 00:02:06 +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: fix race between viewer and web command 2015-07-23 03:51:39 +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: use testenv 2015-11-04 15:59:10 +00:00
yacc cmd/yacc: fix copying action code when line comment is disabled 2015-10-04 01:36:03 +00:00