go/src/cmd
Russ Cox bb4a37bd93 [dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]
Move the printing of types.Type and types.Sym out of ir
into package types, where it properly belongs. This wasn't
done originally (when the code was in gc) because the Type
and Sym printing was a bit tangled up with the Node printing.
But now they are untangled and can move into the correct
package.

This CL is automatically generated.
A followup CL will clean up a little bit more by hand.

Passes buildall w/ toolstash -cmp.

[git-generate]
cd src/cmd/compile/internal/ir
rf '
	mv FmtMode fmtMode
	mv FErr fmtGo
	mv FDbg fmtDebug
	mv FTypeId fmtTypeID
	mv FTypeIdName fmtTypeIDName
	mv methodSymName SymMethodName

	mv BuiltinPkg LocalPkg BlankSym OrigSym NumImport \
		fmtMode fmtGo symFormat sconv sconv2 symfmt SymMethodName \
		BasicTypeNames fmtBufferPool InstallTypeFormats typeFormat tconv tconv2 fldconv FmtConst \
		typefmt.go

	mv typefmt.go cmd/compile/internal/types
'
cd ../types
mv typefmt.go fmt.go

Change-Id: I6f3fd818323733ab8446f00594937c1628760b27
Reviewed-on: https://go-review.googlesource.com/c/go/+/275779
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2020-12-07 20:41:11 +00:00
..
addr2line
api
asm cmd/asm, cmd/internal/obj/riscv: fix branch pseudo-instructions 2020-12-02 14:20:12 +00:00
buildid cmd/internal/buildid: update Mach-O code signature when rewriting buildid 2020-12-01 23:37:58 +00:00
cgo cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3 2020-11-20 21:45:57 +00:00
compile [dev.regabi] cmd/compile: move Type, Sym printing to package types [generated] 2020-12-07 20:41:11 +00:00
cover
dist [dev.regabi] all: merge master (d0c0dc682c) into dev.regabi 2020-12-03 12:33:12 -05:00
doc
fix all: update to use filepath.WalkDir instead of filepath.Walk 2020-12-02 16:33:57 +00:00
go cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH 2020-12-02 18:59:57 +00:00
gofmt all: update to use filepath.WalkDir instead of filepath.Walk 2020-12-02 16:33:57 +00:00
internal all: update to use filepath.WalkDir instead of filepath.Walk 2020-12-02 16:33:57 +00:00
link cmd/link: invalidate kernel cache on darwin 2020-12-01 23:39:15 +00:00
nm cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 2020-11-03 12:59:51 +00:00
objdump
pack
pprof
test2json
trace
vendor cmd: update golang.org/x/mod to v0.4.0 2020-12-01 20:42:53 +00:00
vet cmd/vet: bring in pass to catch invalid uses of testing.T in goroutines 2020-11-01 01:58:43 +00:00
README.vendor
go.mod cmd: update golang.org/x/mod to v0.4.0 2020-12-01 20:42:53 +00:00
go.sum cmd: update golang.org/x/mod to v0.4.0 2020-12-01 20:42:53 +00:00

README.vendor

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