go/src/cmd
Matthew Dempsky f153b6739b cmd/compile: use typecheck.InitUniverse in unit tests
Rather than ad hoc setting up the universe, just initialize it
properly.

Change-Id: I18484b952321f55eb3e1e48fd383068a4ee75f66
Reviewed-on: https://go-review.googlesource.com/c/go/+/345475
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
2021-08-27 00:36:19 +00:00
..
addr2line
api
asm cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extension 2021-08-20 03:25:36 +00:00
buildid
cgo cmd/cgo: fix unused parameter warnings in generated _cgo_main.c 2021-08-16 23:03:03 +00:00
compile cmd/compile: use typecheck.InitUniverse in unit tests 2021-08-27 00:36:19 +00:00
cover
dist cmd/dist: remove unused variables 2021-08-19 20:50:13 +00:00
doc
fix
go cmd/go: pass -gcflags after other flags generated by the go command 2021-08-26 02:06:43 +00:00
gofmt [dev.typeparams] cmd/gofmt: remove typeparams guards 2021-06-22 17:02:41 +00:00
internal cmd/internal/buildid: reject empty id 2021-08-20 20:20:19 +00:00
link cmd/link: guarantee "section .debug_gdb_scripts" is always "$GOROOT/src/runtime/runtime-gdb.py". 2021-08-24 16:55:17 +00:00
nm
objdump
pack
pprof
test2json
trace cmd/trace: use newTaskDesc to create taskDesc 2021-08-17 16:22:15 +00:00
vendor cmd: update x/tools and remove copy of txtar 2021-08-16 20:23:19 +00:00
vet [dev.typeparams] all: merge master (46fd547) into dev.typeparams 2021-08-12 12:43:12 -07:00
README.vendor
go.mod [dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c1 2021-08-10 16:07:37 +00:00
go.sum [dev.typeparams] cmd: update vendored golang.org/x/tools to 337cebd2c1 2021-08-10 16:07:37 +00:00

README.vendor

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