]> Cypherpunks repositories - gostls13.git/commit
all: document legacy //go:linkname for modules with ≥500 dependents
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 19:03:13 +0000 (15:03 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 23 May 2024 01:16:53 +0000 (01:16 +0000)
commit05cbbf985fed823a174bf95cc78a7d44f948fdab
treeffdb52c7ce57360323e22a68e20f45d10771a004
parent1d3d6ae725697c5b224b26cb3aa1325ac37f72d7
all: document legacy //go:linkname for modules with ≥500 dependents

For #67401.

Change-Id: I7dd28c3b01a1a647f84929d15412aa43ab0089ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/587575
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
23 files changed:
src/database/sql/badlinkname.go
src/database/sql/sql.go
src/internal/bytealg/compare_generic.go
src/internal/cpu/cpu_arm64_darwin.go
src/net/badlinkname.go
src/net/dnsclient.go
src/net/http/badlinkname.go
src/net/http/request.go
src/net/interface.go
src/net/url/badlinkname.go [deleted file]
src/net/url/url.go
src/runtime/alg.go
src/runtime/atomic_pointer.go
src/runtime/badlinkname.go
src/runtime/malloc.go
src/runtime/mgc.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/rand.go
src/runtime/sema.go
src/runtime/stubs.go
src/sync/badlinkname.go [deleted file]
src/sync/pool.go