go/src/cmd
Keith Randall f4f503e0a3 [dev.typeparams] cmd/compile: implement generic .(T) operations
Introduce new dynamic dottype operations which take a dynamic
instead of static type to convert to.

Change-Id: I5824a1fea056fe811b1226ce059e1e8da1baa335
Reviewed-on: https://go-review.googlesource.com/c/go/+/337609
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
2021-07-29 17:15:21 +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: fix an encoding error of CMPW instruction 2021-06-29 02:34:20 +00:00
buildid
cgo cmd/cgo: fix 'see gmp.go' to 'see doc.go' 2021-06-28 16:41:43 +00:00
compile [dev.typeparams] cmd/compile: implement generic .(T) operations 2021-07-29 17:15:21 +00:00
cover
dist cmd/dist: correct comment: SysProcAttri -> SysProcAttr 2021-07-02 16:25:10 +00:00
doc
fix
go [dev.typeparams] all: merge master (798ec73) into dev.typeparams 2021-07-22 12:50:31 -07:00
gofmt [dev.typeparams] cmd/gofmt: remove typeparams guards 2021-06-22 17:02:41 +00:00
internal [dev.typeparams] cmd/compile: introduce named gcshape types 2021-07-21 21:04:15 +00:00
link [dev.typeparams] all: merge master (c8f4e61) into dev.typeparams 2021-07-20 14:34:09 -07: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/pprof,runtime/pprof: disable test on more broken platforms 2021-06-17 21:58:54 +00:00
test2json
trace
vendor cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from direct ones 2021-06-08 19:32:28 +00:00
vet
README.vendor
go.mod [dev.typeparams] src,cmd: bump go.mod to 'go 1.18' 2021-07-02 23:55:07 +00:00
go.sum [dev.typeparams] src,cmd: run 'go mod tidy' 2021-07-03 17:45:01 +00:00

README.vendor

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