go/src/cmd
limeidan a2eb643cbf cmd/dist, internal/platform: enable internal linking feature and test on loong64
Change-Id: Ifea676e9eb44281465832fc4050f6286e50f4543
Reviewed-on: https://go-review.googlesource.com/c/go/+/533717
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn>
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
2025-05-20 20:28:18 -07:00
..
addr2line cmd/addr2line: use t.TempDir 2024-09-06 13:23:48 +00:00
api cmd/api: skip 3 non-TestCheck tests in -check mode 2025-05-02 10:06:27 -07:00
asm cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction PRELDX 2025-05-15 22:00:16 -07:00
buildid cmd/internal: separate counter package from telemetry package 2024-06-21 19:58:04 +00:00
cgo cmd/compile: don't instrument counter globals in internal/fuzz 2025-05-20 10:47:59 -07:00
compile cmd/compile: fix the implementation of NORconst on loong64 2025-05-20 20:24:09 -07:00
covdata cmd/covdata: close output meta-data file 2025-02-28 12:43:43 -08:00
cover cmd: replace many sort.Interface with slices.Sort and SortFunc 2024-09-03 20:55:18 +00:00
dist cmd/dist, internal/platform: enable internal linking feature and test on loong64 2025-05-20 20:28:18 -07:00
distpack cmd/distpack: use positive list of tools to keep 2025-05-19 10:20:17 -07:00
doc cmd/doc: use golang.org/x/pkgsite/cmd/internal/doc to start server 2025-05-20 15:06:58 -07:00
fix all: replace reflect.Value.Type.Kind with reflect.Value.Kind 2025-02-03 10:30:40 -08:00
go cmd/go: do not try to load 'all' packages with invalid import paths 2025-05-20 10:51:31 -07:00
gofmt cmd/internal: separate counter package from telemetry package 2024-06-21 19:58:04 +00:00
internal cmd/internal/testdir: filter out errors outside input file set 2025-05-20 10:15:47 -07:00
link runtime: pass through -asan/-msan/-race to testprog tests 2025-05-19 11:00:01 -07:00
nm runtime: pass through -asan/-msan/-race to testprog tests 2025-05-19 11:00:01 -07:00
objdump cmd: use cmd/internal/hash.New32 and Sum32 only 2025-02-13 12:34:30 -08:00
pack runtime: pass through -asan/-msan/-race to testprog tests 2025-05-19 11:00:01 -07:00
pprof cmd/internal/objfile: break out dissassemblers to another package 2024-12-11 08:53:20 -08:00
preprofile cmd/preprofile: correct -V flag 2024-11-27 21:27:58 +00:00
relnote
test2json cmd/go: print build errors during go test -json in JSON 2024-11-17 14:32:05 +00:00
tools
trace internal/trace: interpret string ID arguments for experimental events 2025-02-11 11:23:31 -08:00
vendor cmd/vendor: pull in the x/mod/modfile ignore directive 2025-05-08 09:19:38 -07:00
vet cmd/vet: add hostport analyzer 2025-04-23 19:09:44 -07:00
README.vendor
go.mod cmd/vendor: pull in the x/mod/modfile ignore directive 2025-05-08 09:19:38 -07:00
go.sum cmd/vendor: pull in the x/mod/modfile ignore directive 2025-05-08 09:19:38 -07:00

README.vendor

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