1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:11:25 -06:00
go/src/cmd
Matthew Dempsky 071e43a958 cmd/compile: stop representing keywords as Syms
Instead add a dedicated keywords map for use in lexer.ident and drop
Sym's Lexical field.

Change-Id: Ia668e65499035ff7167fabbbd0cd027102b21231
Reviewed-on: https://go-review.googlesource.com/19935
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-02-26 21:25:59 +00:00
..
addr2line cmd/addr2line: simplify windows test 2015-06-17 14:23:20 +00:00
api cmd/api: fix benchmark to ignore internal packages 2016-02-20 01:58:38 +00:00
asm cmd/asm: fix EOF message on operand parsing errors. 2016-02-25 00:21:14 +00:00
cgo cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
compile cmd/compile: stop representing keywords as Syms 2016-02-26 21:25:59 +00:00
cover cmd/cover: don't overskip children nodes when adding counters 2016-02-22 21:06:57 +00:00
dist cmd/dist: don't run fortran test if fortran compilation fails 2016-02-25 23:52:28 +00:00
doc cmd/doc: handle embedded fields properly 2016-02-22 23:40:02 +00:00
fix cmd/fix: add gotypes module 2015-07-17 01:47:14 +00:00
go cmd/go: show position in error for wrong signature in test functions 2016-02-26 20:13:44 +00:00
gofmt cmd/gofmt: Ignore file not found errors. 2016-02-19 00:13:18 +00:00
internal cmd: stop looking for __.(GO)?SYMDEF entries in archives 2016-02-26 20:26:17 +00:00
link cmd: stop looking for __.(GO)?SYMDEF entries in archives 2016-02-26 20:26:17 +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 all: fix typos and spelling 2016-02-24 18:42:29 +00:00
trace cmd/trace: don't fail when no browser is available 2015-08-21 20:02:23 +00:00
vet cmd/vet: add a check for tests with malformed names 2016-02-24 10:40:34 +00:00
yacc cmd/yacc: memory allocation improvements 2015-11-26 17:42:14 +00:00