go/src/cmd
Daniel Martí 2e1003e2f7 cmd/go: replace reflect.DeepEqual with slices.Equal and maps.Equal
All of these maps and slices are made up of comparable types,
so we can avoid the overhead of reflection entirely.

Change-Id: If77dbe648a336ba729c171e84c9ff3f7e160297d
Reviewed-on: https://go-review.googlesource.com/c/go/+/574597
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-03-27 21:58:12 +00:00
..
addr2line cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
api cmd/api: include type arguments in API 2024-01-26 19:39:32 +00:00
asm cmd/internal/obj/riscv: improve register MOVB/MOVH/MOVBU/MOVHU for rva22u64 2024-03-22 04:42:21 +00:00
buildid
cgo cmd/cgo/internal/test: disable issue8694 and issue9510 on ppc64x with internal linking 2024-02-20 15:35:35 +00:00
compile cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir 2024-03-27 20:42:52 +00:00
covdata cmd/covdata: fix typo in comment 2024-03-12 17:17:47 +00:00
cover runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
dist cmd/compile,cmd/preprofile: move logic to shared common package 2024-03-27 20:20:01 +00:00
distpack
doc cmd/doc: fix inconsistent receiver name 2024-01-08 20:15:52 +00:00
fix cmd/fix: support go versions with patch release 2024-02-22 05:31:47 +00:00
go cmd/go: replace reflect.DeepEqual with slices.Equal and maps.Equal 2024-03-27 21:58:12 +00:00
gofmt cmd/gofmt: remove impossible err!=nil conditional 2024-02-26 21:42:29 +00:00
internal cmd/compile,cmd/preprofile: move logic to shared common package 2024-03-27 20:20:01 +00:00
link cmd/link: close memory profile 2024-03-26 19:53:53 +00:00
nm
objdump cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
pack
pprof
preprofile cmd/compile,cmd/preprofile: move logic to shared common package 2024-03-27 20:20:01 +00:00
relnote cmd/relnote: fix API relnote check 2024-02-05 16:31:53 +00:00
test2json
tools
trace cmd/trace/v2: fix typo in comment 2024-03-11 17:07:59 +00:00
vendor cmd: vendor in golang.org/x/telemetry@abedc37 2024-03-15 18:02:34 +00:00
vet cmd/vet: add lost checks in doc 2023-11-21 00:17:30 +00:00
README.vendor
go.mod cmd: vendor in golang.org/x/telemetry@abedc37 2024-03-15 18:02:34 +00:00
go.sum cmd: vendor in golang.org/x/telemetry@abedc37 2024-03-15 18:02:34 +00:00

README.vendor

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