go/src/cmd
Jeremy Faller 664accc7be [dev.link] cmd/link: remove sym.Symbols from loader
Pushing the wavefront forward requires a single source of truth for
symbols. This CL removes sym.Symbols from the loader for host object
loaders, allowing us to have the single source of truth for symbols be
the loader, not some strange combination of sym.Symbols and the loader.

Change-Id: Ib8ff0117ebe6040fade346047535ff342d781081
Reviewed-on: https://go-review.googlesource.com/c/go/+/209217
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2019-12-12 20:57:54 +00:00
..
addr2line internal/testenv: remove SetModVendor 2019-03-08 23:40:24 +00:00
api cmd/api: read std package info once, not per goos-goarch-cgo 2019-05-21 18:14:40 +00:00
asm [dev.link] cmd/compile, cmd/asm: delete old object file format support 2019-11-11 20:49:27 +00:00
buildid cmd/buildid: fix rewrite algorithm 2018-01-04 16:56:51 +00:00
cgo cmd/cgo: better handling for '.' in pkgpath for gccgo 2019-11-19 19:38:07 +00:00
compile [dev.link] all: merge branch 'master' into dev.link 2019-12-03 10:38:43 -05:00
cover syscall: respect permission bits on file opening on Windows 2019-10-22 10:09:39 +00:00
dist [dev.link] all: merge branch 'master' into dev.link 2019-12-03 10:38:43 -05:00
doc cmd/doc: show the package clause always 2019-11-12 05:24:00 +00:00
fix cmd/fix: eliminate data races in TestRewrite and gofmt 2019-11-18 15:11:03 +00:00
go cmd/vet: honor analyzer flags when running vet outside $GOROOT/src 2019-12-03 15:26:50 +00:00
gofmt cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff package 2019-10-28 23:59:10 +00:00
internal [dev.link] all: merge branch 'master' into dev.link 2019-12-03 10:38:43 -05:00
link [dev.link] cmd/link: remove sym.Symbols from loader 2019-12-12 20:57:54 +00:00
nm all: base64-encode binaries that will cause Apple notarization to fail 2019-11-21 14:55:12 +00:00
objdump Revert "cmd/go: fail if a test binary exits with no output" 2019-10-09 20:30:46 +00:00
pack all: shorten some tests 2019-05-22 12:54:00 +00:00
pprof all: use "reports whether" consistently instead of "returns whether" 2018-12-02 15:12:26 +00:00
test2json cmd/test2json: document missing "skip" action 2018-03-24 18:37:22 +00:00
trace all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
vendor cmd: update golang.org/x/mod and vendor 2019-11-26 19:05:22 +00:00
vet cmd/vet: add test for loading complex values with a single instruction 2019-11-05 01:01:31 +00:00
go.mod cmd: update golang.org/x/mod and vendor 2019-11-26 19:05:22 +00:00
go.sum cmd: update golang.org/x/mod and vendor 2019-11-26 19:05:22 +00:00
README.vendor all: document vendoring in the standard library 2019-05-09 17:11:16 +00:00

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