go/src/cmd
Robert Griesemer 8e3dfe783a go/types, types2: assert that builtin reports valid operand mode upon success
Fix a case where x.mode == invalid was returned despite builtin
returning true.

Change-Id: Iae9c18aac16bcbadc3530d341b380e05c8743fcc
Reviewed-on: https://go-review.googlesource.com/c/go/+/495299
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2023-05-18 18:39:32 +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: move support checks into individual tests 2023-05-03 14:35:45 +00:00
asm internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into internal/abi 2023-04-21 19:28:49 +00:00
buildid
cgo cmd/cgo/internal/test: fix TestThreadLock 2023-05-18 16:55:07 +00:00
compile go/types, types2: assert that builtin reports valid operand mode upon success 2023-05-18 18:39:32 +00:00
covdata cmd: use slices.Equal to simplify code 2023-05-10 10:18:37 +00:00
cover cmd/cover: add newline to fix -covermode=atomic build error 2023-02-08 18:28:28 +00:00
dist Revert "cmd/compile: build compiler with PGO" 2023-05-18 17:25:08 +00:00
distpack all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
doc cmd/doc: format field doc comments when printing entire struct 2023-04-10 22:35:17 +00:00
fix cmd/fix: move cgo and 'go build' support checks into TestRewrite 2023-05-04 18:02:12 +00:00
go cmd: update vendored golang.org/x/mod 2023-05-17 17:26:48 +00:00
gofmt cmd/gofmt: fix a data race in TestPermissions 2023-05-18 12:52:14 +00:00
internal cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64 2023-05-18 01:40:37 +00:00
link cmd/link, internal/abi: minor follow-up cleanups 2023-05-17 18:24:13 +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 internal/platform: add a function to report whether default builds are PIE 2023-03-15 13:31:05 +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 cmd/trace: fix error message for bad goroutine state transition 2023-02-10 21:45:16 +00:00
vendor cmd: update vendored golang.org/x/mod 2023-05-17 17:26:48 +00:00
vet cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor 2023-05-09 01:28:01 +00:00
README.vendor
go.mod cmd: update vendored golang.org/x/mod 2023-05-17 17:26:48 +00:00
go.sum cmd: update vendored golang.org/x/mod 2023-05-17 17:26:48 +00:00

README.vendor

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