golang/src/math/big
Cherry Mui 41aab30bd2 all: add push linknames to allow legacy pull linknames
CL 585358 adds restrictions to disallow pull-only linknames
(currently off by default). Currently, there are quite some pull-
only linknames in user code in the wild. In order not to break
those, we add push linknames to allow them to be pulled. This CL
includes linknames found in a large code corpus (thanks Matthew
Dempsky and Michael Pratt for the analysis!), that are not
currently linknamed.

Updates #67401.

Change-Id: I32f5fc0c7a6abbd7a11359a025cfa2bf458fe767
Reviewed-on: https://go-review.googlesource.com/c/go/+/586137
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-17 16:48:00 +00:00
..
accuracy_string.go all: re-run stringer 2023-04-11 20:24:07 +00:00
alias_test.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
arith.go math/big: delete all mulWW assembly code 2022-04-28 20:09:27 +00:00
arith_386.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_amd64.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_amd64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_arm.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_arm64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_decl.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_decl_pure.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_decl_s390x.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_loong64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_mips64x.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_mipsx.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_ppc64x.s math/big: improve use of addze in mulAddVWW on ppc64x 2024-04-16 17:59:58 +00:00
arith_riscv64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_s390x.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_s390x_test.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_test.go math/big: use Montgomery for z.Exp(x, y, m) even for even m 2022-11-02 14:43:52 +00:00
arith_wasm.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
badlinkname.go all: add push linknames to allow legacy pull linknames 2024-05-17 16:48:00 +00:00
bits_test.go
calibrate_test.go all: use ^TestName$ regular pattern for invoking a single test 2023-09-05 23:35:29 +00:00
decimal.go math/big: reduce allocations for building decimal strings 2020-10-29 22:45:29 +00:00
decimal_test.go
doc.go math: add available godoc link 2023-10-19 11:59:09 +00:00
example_rat_test.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
example_test.go math/big: add function example 2020-08-26 16:15:32 +00:00
float.go all: consistently use "IEEE 754" over "IEEE-754" 2024-04-11 20:22:45 +00:00
float_test.go all: consistently use "IEEE 754" over "IEEE-754" 2024-04-11 20:22:45 +00:00
floatconv.go math: add available godoc link 2023-10-19 11:59:09 +00:00
floatconv_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
floatexample_test.go
floatmarsh.go math/rand/v2, math/big: use internal/byteorder 2024-05-13 21:31:58 +00:00
floatmarsh_test.go math/big: validate result of Float.GobDecode 2023-01-23 18:18:05 +00:00
ftoa.go math: add available godoc link 2023-10-19 11:59:09 +00:00
gcd_test.go
hilbert_test.go
int.go math/big: use built-in clear to simplify code 2024-03-14 17:02:38 +00:00
int_test.go math/big: fix uint64 overflow in nat.mulRange 2024-01-09 15:29:36 +00:00
intconv.go math: add available godoc link 2023-10-19 11:59:09 +00:00
intconv_test.go math/big: add support for underscores '_' in numbers 2019-03-12 22:58:58 +00:00
intmarsh.go math: add available godoc link 2023-10-19 11:59:09 +00:00
intmarsh_test.go [dev.boringcrypto] all: merge master into dev.boringcrypto 2022-03-07 18:27:14 -05:00
link_test.go math/big: don't require runtime.(*Frame).Next symbol present 2021-03-24 15:51:26 +00:00
nat.go math/rand/v2, math/big: use internal/byteorder 2024-05-13 21:31:58 +00:00
nat_test.go math/big: fix uint64 overflow in nat.mulRange 2024-01-09 15:29:36 +00:00
natconv.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
natconv_test.go all: shorten some tests 2019-05-22 12:54:00 +00:00
natdiv.go math/big: use built-in clear to simplify code 2024-03-14 17:02:38 +00:00
prime.go math/big: use Montgomery for z.Exp(x, y, m) even for even m 2022-11-02 14:43:52 +00:00
prime_test.go all: shorten some tests 2019-05-22 12:54:00 +00:00
rat.go math: add available godoc link 2023-10-19 11:59:09 +00:00
rat_test.go math/big: fix spurious race in Rat.Denom, Float.SetRat 2022-01-07 00:15:59 +00:00
ratconv.go math/big: faster FloatPrec implementation 2023-11-15 22:16:34 +00:00
ratconv_test.go math/big: faster FloatPrec implementation 2023-11-15 22:16:34 +00:00
ratmarsh.go math/rand/v2, math/big: use internal/byteorder 2024-05-13 21:31:58 +00:00
ratmarsh_test.go math/big: error on buffer length overflow in Rat.GobDecode 2022-10-11 20:20:16 +00:00
roundingmode_string.go all: re-run stringer 2023-04-11 20:24:07 +00:00
sqrt.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
sqrt_test.go all: shorten some tests 2019-05-22 12:54:00 +00:00