go/src/cmd
Cuong Manh Le 1d004fa201 cmd/compile: emit definition of 'any' only if generic enabled
CL 364377 emitted definition of 'any' when compiling runtime. But 'any'
is only available when generic enabled. Thus emitting its definition
unconditionally causes the compiler crashes.

Updates #49619

Change-Id: I0888ca1cbc7a7df300310a99a344f170636333f2
Reviewed-on: https://go-review.googlesource.com/c/go/+/364614
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
2021-11-17 04:55:12 +00:00
..
addr2line
api all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
asm cmd/{asm,compile,internal/obj}: add "maymorestack" support 2021-11-05 00:52:06 +00:00
buildid
cgo cmd: move internal/str back to cmd/go 2021-10-27 16:39:27 +00:00
compile cmd/compile: emit definition of 'any' only if generic enabled 2021-11-17 04:55:12 +00:00
cover cmd/cover: use fmt.Print for newline-ending fixed string 2021-11-04 00:19:43 +00:00
dist cmd/dist: wait for exit in bgwait after a fatal error 2021-11-09 21:58:03 +00:00
doc cmd/doc, go/doc: add basic support for generic code 2021-11-04 14:54:46 +00:00
fix cmd/fix: add buildtag fix 2021-10-28 17:52:59 +00:00
go cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00
gofmt go/types, types2, go/ast, go/parser: remove support for type lists 2021-10-28 15:34:22 +00:00
internal obj/riscv: fix link to risc-v dwarf register numbers 2021-11-11 19:41:06 +00:00
link cmd/link: don't unmap output file at error exit 2021-11-12 14:55:44 +00:00
nm all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
objdump cmd/objdump: print full disassembly when testing with -v 2021-10-04 22:54:58 +00:00
pack
pprof all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
test2json
trace cmd/trace: use fmt.Print for newline-ending fixed string 2021-11-04 00:36:13 +00:00
vendor cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00
vet all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
README.vendor
go.mod cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00
go.sum cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.