go/src/cmd
Cuong Manh Le 35a71dc56d cmd/compile: avoid slicebytetostring call in len(string([]byte))
Change-Id: Ie04503e61400a793a6a29a4b58795254deabe472
Reviewed-on: https://go-review.googlesource.com/c/go/+/497276
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2023-05-23 19:27:38 +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: skip TestIssue21181 2023-05-19 01:36:29 +00:00
asm cmd/asm: encode instructions like SHA1SU0 with a separate case for arm64 2023-05-22 01:21:54 +00:00
buildid
cgo cmd/cgo/internal: skip in tests, not in TestMain 2023-05-22 20:56:11 +00:00
compile cmd/compile: avoid slicebytetostring call in len(string([]byte)) 2023-05-23 19:27:38 +00:00
covdata internal/coverage/cformat: add aggregation option to EmitPercent 2023-05-23 11:36:57 +00:00
cover cmd/cover: add newline to fix -covermode=atomic build error 2023-02-08 18:28:28 +00:00
dist cmd/compile: build compiler with PGO 2023-05-23 17:31:10 +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/go: convert semver.IsValid to gover.ModIsValid 2023-05-23 19:01:38 +00:00
gofmt cmd/gofmt: fix a data race in TestPermissions 2023-05-18 12:52:14 +00:00
internal cmd/go: add some test skips for GOEXPERIMENT=nocoverageredesign 2023-05-23 11:36:17 +00:00
link all: generate NOTOC shared code on power10/PPC64/linux 2023-05-19 21:12:48 +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 runtime: emit STW events for all pauses, not just those for the GC 2023-05-19 17:06:45 +00:00
vendor cmd/vet: add slog checker 2023-05-22 18:11:19 +00:00
vet cmd/vet: add slog checker 2023-05-22 18:11:19 +00:00
README.vendor
go.mod cmd/vet: add slog checker 2023-05-22 18:11:19 +00:00
go.sum cmd/vet: add slog checker 2023-05-22 18:11:19 +00:00

README.vendor

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