go/src/cmd
Matthew Dempsky 026480d06b [dev.typeparams] cmd/compile: allow nil Syms in Sym.Less
Allows sorting interfaces that contain embedded anonymous types.

Fixes #46556.

Change-Id: If19afa1d62432323b2e98957087867afbf3f9097
Reviewed-on: https://go-review.googlesource.com/c/go/+/324812
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
2021-06-03 20:52:22 +00:00
..
addr2line
api cmd/api: disallow silent API additions after api/go1.n.txt is created 2021-05-03 19:14:16 +00:00
asm cmd/internal/obj/arm64: disable AL and NV for some condition operation instructions 2021-05-14 07:53:46 +00:00
buildid
cgo internal/buildcfg: move build configuration out of cmd/internal/objabi 2021-04-16 19:20:53 +00:00
compile [dev.typeparams] cmd/compile: allow nil Syms in Sym.Less 2021-06-03 20:52:22 +00:00
cover
dist cmd/dist: display first class port status in json output 2021-05-21 18:55:18 +00:00
doc
fix
go cmd/go: add [-src] to documentation 2021-06-01 13:23:26 +00:00
gofmt cmd/gofmt: always format non-directory arguments again 2021-04-30 16:17:01 +00:00
internal [dev.typeparams] cmd/internal/goobj: add duffzero/duffcopy to builtin list 2021-06-03 14:28:02 +00:00
link [dev.typeparams] cmd/link: take function address in assembly in TestFuncAlign 2021-06-03 14:27:08 +00:00
nm cmd/dist,runtime: support cgo on openbsd/mips64 2021-04-28 12:51:42 +00:00
objdump cmd/internal/objfile: emit better error for Go object of a different version 2021-04-30 16:53:35 +00:00
pack
pprof cmd/vendor: upgrade pprof to latest 2021-05-08 14:59:49 +00:00
test2json
trace
vendor cmd: go get golang.org/x/tools/analysis@49064d23 && go mod vendor 2021-05-20 20:37:02 +00:00
vet
README.vendor
go.mod cmd: go get golang.org/x/tools/analysis@49064d23 && go mod vendor 2021-05-20 20:37:02 +00:00
go.sum cmd/go: add a -compat flag to 'go mod tidy' 2021-05-25 13:18:26 +00:00

README.vendor

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