]> Cypherpunks repositories - gostls13.git/commit
all: document legacy //go:linkname for modules with ≥200 dependents
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 19:46:02 +0000 (15:46 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 23 May 2024 01:17:26 +0000 (01:17 +0000)
commit4cac885741b845bd7f4aaad5bc9844b44eb23136
treeed100e299cb58e1783aaf80f18b2375555d024d2
parent05cbbf985fed823a174bf95cc78a7d44f948fdab
all: document legacy //go:linkname for modules with ≥200 dependents

Ignored these linknames which have not worked for a while:

github.com/xtls/xray-core:
context.newCancelCtx removed in CL 463999 (Feb 2023)

github.com/u-root/u-root:
funcPC removed in CL 513837 (Jul 2023)

tinygo.org/x/drivers:
net.useNetdev never existed

For #67401.

Change-Id: I9293f4ef197bb5552b431de8939fa94988a060ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/587576
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
30 files changed:
src/crypto/tls/badlinkname.go
src/crypto/tls/cipher_suites.go
src/crypto/tls/common.go
src/net/http/badlinkname.go
src/net/http/clone.go
src/net/http/transport.go
src/runtime/alg.go
src/runtime/badlinkname.go
src/runtime/iface.go
src/runtime/malloc.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/mbarrier.go
src/runtime/mgc.go
src/runtime/proc.go
src/runtime/proflabel.go
src/runtime/runtime1.go
src/runtime/slice.go
src/runtime/string.go
src/runtime/stubs.go
src/runtime/symtab.go
src/runtime/sys_darwin.go
src/runtime/time_nofake.go
src/runtime/timestub.go
src/runtime/type.go
src/time/badlinkname.go
src/time/format.go
src/time/time.go