]> Cypherpunks repositories - gostls13.git/commit
all: document legacy //go:linkname for modules with ≥20,000 dependents
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 03:24:47 +0000 (23:24 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 23 May 2024 00:18:55 +0000 (00:18 +0000)
commitbde905af5b11e3e34bc1f5d4846d7767f7197236
tree8def6eab2e681e1b463e8327279bc8f833b5f10f
parent2f07d4455636ece45ff843fe4d9298ea65f933c1
all: document legacy //go:linkname for modules with ≥20,000 dependents

For #67401.

Change-Id: Icc10ede72547d8020c0ba45e89d954822a4b2455
Reviewed-on: https://go-review.googlesource.com/c/go/+/587218
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>
18 files changed:
src/encoding/json/decode.go
src/encoding/json/encode.go
src/runtime/alg.go
src/runtime/checkptr.go
src/runtime/iface.go
src/runtime/linkname.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/mbitmap.go
src/runtime/mgc.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/slice.go
src/runtime/stubs.go