]> Cypherpunks repositories - gostls13.git/commit
all: document legacy //go:linkname for modules with ≥2,000 dependents
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 04:05:04 +0000 (00:05 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 23 May 2024 01:16:47 +0000 (01:16 +0000)
commit519b0116a15d80042a0ab1a35c14d98c47093109
tree88f922a0bd0382c041d2580e733145f234701376
parent9a3ef861732031dc70794531452922d70855e27a
all: document legacy //go:linkname for modules with ≥2,000 dependents

For #67401.

Change-Id: I3ae93042dffd0683b7e6d6225536ae667749515b
Reviewed-on: https://go-review.googlesource.com/c/go/+/587221
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>
14 files changed:
src/reflect/badlinkname.go
src/reflect/type.go
src/runtime/alg.go
src/runtime/badlinkname.go
src/runtime/cgo.go
src/runtime/cgocall.go
src/runtime/env_posix.go
src/runtime/linkname.go
src/runtime/malloc.go
src/runtime/panic.go
src/runtime/runtime.go
src/runtime/runtime1.go
src/runtime/stubs.go
src/runtime/time_nofake.go