go/src/cmd
Matthew Dempsky 36fc721419 cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPE
These aren't constructed by the unified frontend.

Change-Id: Ied87baa9656920bd11055464bc605933ff448e21
Reviewed-on: https://go-review.googlesource.com/c/go/+/520264
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2023-08-17 16:36:37 +00:00
..
addr2line cmd/addr2line: use the test binary as 'addr2line' instead of rebuilding it twice 2022-11-15 20:27:54 +00:00
api cmd/api: rename api.go to main_test.go 2023-08-16 16:02:26 +00:00
asm cmd/asm: add KDSA instruction support 2023-08-11 20:48:28 +00:00
buildid
cgo cmd: fix mismatched symbols 2023-08-14 21:26:13 +00:00
compile cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPE 2023-08-17 16:36:37 +00:00
covdata cmd/covdata: format package comment for 'go doc' rendering 2023-07-14 12:49:10 +00:00
cover internal/coverage: separate out cmd defs to separate package 2023-08-14 12:51:16 +00:00
dist internal/coverage: separate out cmd defs to separate package 2023-08-14 12:51:16 +00:00
distpack cmd/distpack: include directory entries in tar files 2023-08-11 17:37:52 +00:00
doc cmd/doc: format field doc comments when printing entire struct 2023-04-10 22:35:17 +00:00
fix cmd/fix: use reflect.TypeFor for known types 2023-08-07 00:25:49 +00:00
go cmd/go: skip gccgo_link_c when cross-compiling 2023-08-16 16:38:51 +00:00
gofmt all: use built-in clear to clear maps 2023-07-27 22:07:13 +00:00
internal cmd/internal/archive: skip sentinel archive entries created by Go cmd 2023-08-15 15:39:57 +00:00
link cmd/link: suppress -bind_at_load deprecation warning for ld-prime 2023-08-16 18:42:08 +00:00
nm internal/platform: pass race mode to DefaultPIE 2023-03-20 23:32:34 +00:00
objdump cmd/dist: refactor generated cgo-support logic 2023-04-20 17:26:46 +00:00
pack all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
pprof runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
test2json cmd: add wasip1 support 2023-04-06 22:37:50 +00:00
tools cmd: vendor golang.org/x/tools/cmd/bisect 2023-05-09 01:28:10 +00:00
trace all: fix spelling errors 2023-06-14 00:03:57 +00:00
vendor cmd: go get golang.org/x/tools@74c255b and revendor 2023-08-17 14:32:19 +00:00
vet cmd/vet: add slog checker 2023-05-22 18:11:19 +00:00
README.vendor
go.mod cmd: go get golang.org/x/tools@74c255b and revendor 2023-08-17 14:32:19 +00:00
go.sum cmd: go get golang.org/x/tools@74c255b and revendor 2023-08-17 14:32:19 +00:00

README.vendor

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