go/src/internal
Russ Cox 2a7ca156b8 all: document legacy //go:linkname for final round of modules
Add linknames for most modules with ≥50 dependents.
Add linknames for a few other modules that we know
are important but are below 50.

Remove linknames from badlinkname.go that do not merit
inclusion (very small number of dependents).
We can add them back later if the need arises.

Fixes #67401. (For now.)

Change-Id: I1e49fec0292265256044d64b1841d366c4106002
Reviewed-on: https://go-review.googlesource.com/c/go/+/587756
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Bypass: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-05-29 17:58:53 +00:00
..
abi internal/abi, cmd/compile, runtime: deduplicate rangefunc consts 2024-05-23 01:04:30 +00:00
asan
bisect internal/bisect: use f.Function instead of f.Func.Name in stack trace 2024-05-03 17:28:43 +00:00
buildcfg internal/abi, internal/buildcfg: always enable register ABI on loong64 2024-04-15 17:38:52 +00:00
bytealg all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
byteorder internal/byteorder: new package 2024-05-10 20:31:29 +00:00
cfg
chacha8rand internal/chacha8rand: use internal/byteorder 2024-05-13 21:47:29 +00:00
concurrent internal/concurrent: make HashTrieMap iteration more idiomatic 2024-05-22 16:01:55 +00:00
coverage std: fix calls to Printf(s) with non-constant s 2024-05-23 18:42:28 +00:00
cpu all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
dag all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
diff
filepathlite path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
fmtsort all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
fuzz internal/fuzz: fix names of noCopy methods 2024-05-08 19:28:14 +00:00
goarch
godebug all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
godebugs crypto/tls: populate Leaf in X509KeyPair 2024-05-22 22:58:43 +00:00
goexperiment internal/goexperiment: add aliastypeparams GOEXPERIMENT flag 2024-05-21 16:19:47 +00:00
goos
goroot
gover
goversion
itoa
lazyregexp
lazytemplate
msan
nettrace
obscuretestdata
oserror
pkgbits
platform cmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64 2024-05-04 07:50:22 +00:00
poll all: document legacy //go:linkname for modules with ≥10,000 dependents 2024-05-23 00:18:59 +00:00
profile
profilerecord runtime: increase profiling stack depth to 128 2024-05-21 14:38:45 +00:00
race
reflectlite internal/reflectlite: remove redundent ifaceIndir 2024-05-07 17:01:54 +00:00
runtime internal/runtime/exithook: make safe for concurrent os.Exit 2024-05-24 16:41:13 +00:00
saferio
singleflight
stringslite strings: move Clone to stringslite 2024-05-04 01:23:42 +00:00
syscall os: make use of pidfd on linux 2024-05-17 01:23:00 +00:00
sysinfo internal/sysinfo: rename osCpuInfoName to osCPUInfoName 2024-05-07 18:42:42 +00:00
testenv hash/maphash: parallel run test 2024-05-03 16:41:38 +00:00
testlog all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
testpty
trace internal/trace: remove last references to internal/trace/v2 2024-05-24 21:15:28 +00:00
txtar
types go/types, types2: report error when using uninstantiated signature alias 2024-05-29 02:09:54 +00:00
unsafeheader
weak internal/weak: remove unnecessary conversion, fix typo 2024-04-26 22:13:25 +00:00
xcoff
zstd