Skip to content

Commit 9ac524a

Browse files
committed
[dev.simd] all: merge master (5945fc0) into dev.simd
Merge List: + 2025-12-03 5945fc0 doc/next: delete + 2025-12-03 dcc5fe0 api: promote next to go1.26 + 2025-12-03 7991da1 crypto/hpke: remove unused hybridKEM field + 2025-12-03 2729e87 doc/next: pluralize 'result' + 2025-12-03 6e72f52 doc/next/6-stdlib/99-minor/go/ast/76031.md: add BasicLit caveat + 2025-12-03 fa30b68 go/{ast,doc}: update BasicLit.ValueEnd as well as ValuePos + 2025-12-03 32a9804 cmd/link: don't update offset of existing ELF section name + 2025-12-02 509ddf3 cmd/compile: ensure bloop only kept alive addressable nodes + 2025-12-02 7cab1b1 doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flags + 2025-12-02 1a64db3 spec: remove restriction on channel element types for close built-in (bug fix) + 2025-12-02 2e06fa6 doc/next: release note for scheduler metrics + 2025-12-02 77c7950 doc/next: document cgo call overhead improvement + 2025-12-02 6e4abe8 doc: mention stack allocation of slices + 2025-12-02 88c24de doc/next: add section for Green Tea + 2025-12-02 043b9de net: parse addresses without separators in ParseMac + 2025-12-02 e432b4f cmd/compile: more generated equality function tests + 2025-12-02 c1acdcb crypto/x509: prevent HostnameError.Error() from consuming excessive resource + 2025-12-02 8ae5d40 spec: more precise prose for built-in function new + 2025-12-02 c5c05a0 cmd/go: add test checking version with experiment is valid + 2025-12-01 f22d37d runtime/internal/testprog: log initial SchedMetrics GOMAXPROCS + 2025-12-01 8b5db48 net/http: deflake TestClientConnReserveAndConsume + 2025-12-01 94616da internal/runtime/cgroup: remove duplicate readString definition + 2025-12-01 6785154 internal/runtime/cgroup: lineReader fuzz test + 2025-12-01 ac3e0ae doc: document go tool pprof -http default change + 2025-12-01 42e03bb debug/elf: correct case of DWARF in comment + 2025-12-01 18015e8 doc/next: clean up some Go 1.26 release notes + 2025-12-01 4be5451 cmd/pprof: update vendored github.com/google/pprof + 2025-12-01 16c0f7e cmd/compile: run go generate for internal/ir + 2025-12-01 dc913c3 all: update vendored dependencies + 2025-12-01 1555fad vendor/golang.org/x/tools: update to 1ad6f3d + 2025-12-01 eec1afe debug/elf: make check for empty symbol section consistent for 64-bit and 32-bit binaries + 2025-11-28 3f94f3d test/codegen: fix shift tests on riscv64 + 2025-11-28 2ac1f9c cmd/compile: avoid unnecessary interface conversion in bloop + 2025-11-28 de45645 runtime/secret: disable tests under memory validating modes + 2025-11-27 67d4a28 fmt: document space behavior of Append + 2025-11-27 c079dd1 runtime/secret: reorganize tests to fix -buildmode=shared + 2025-11-27 2947cb0 runtime/_mkmalloc: fix log.Fatal formatting directive + 2025-11-26 cead111 internal/runtime/cgroup: stricter unescapePath + 2025-11-26 c2af9f1 internal/runtime/cgroup: fix path on non-root mount point + 2025-11-26 6be5de4 internal/runtime/cgroup: simplify escapePath in test + 2025-11-26 481c6df io: reduce intermediate allocations in ReadAll and have a smaller final result + 2025-11-26 cec4d43 os: allow direntries to have zero inodes on Linux + 2025-11-26 f1bbc66 cmd/link: test that moduledata is in its own section + 2025-11-26 003f524 cmd/link: test that findfunctab is in gopclntab section + 2025-11-26 21b6ab5 cmd/link: test that funcdata values are in gopclntab section + 2025-11-26 c03e25a cmd/link: always run current linker in tests + 2025-11-26 9f5cd43 cmd/link: put moduledata in its own .go.module section + 2025-11-26 43cfd78 cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi + 2025-11-26 312b203 cmd/link: put runtime.findfunctab in the .gopclntab section + 2025-11-26 b437d5b cmd/link: put funcdata symbols in .gopclntab section + 2025-11-26 4bc3410 cmd/link: build shstrtab from ELF sections + 2025-11-26 b0c278b cmd/link: use shdr as a slice rather than counting in elfhdr.Shnum + 2025-11-26 0ff3231 cmd/link: sort allocated ELF section headers by address + 2025-11-26 4879151 cmd/compile: introduce alias analysis and automatically free non-aliased memory after growslice + 2025-11-26 d8269ab cmd/link, cmd/internal/obj: fix a remote call failure issue + 2025-11-26 c6d64f8 cmd/internal/obj/loong64: remove the incorrect unsigned instructions + 2025-11-26 c048a9a go/types, types2: remove InvalidTypeCycle from literals.go + 2025-11-26 ff2fd63 go/types, types2: remove setDefType and most def plumbing + 2025-11-26 3531ac2 go/types, types2: replace setDefType with pending type check + 2025-11-26 2b8dbb3 crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom + 2025-11-26 21ebed0 runtime: update mkmalloc to make generated code look nicer + 2025-11-26 a3fb92a runtime/secret: implement new secret package + 2025-11-26 0c747b7 go/build/constraint: use strings.Builder instead of for { str+=str } + 2025-11-26 0f63973 go/types: relax NewSignatureType for append(slice, str...) + 2025-11-26 992ad55 crypto/tls: support crypto.MessageSigner private keys + 2025-11-26 3fd9cb1 cmd/compile: fix bloop get name logic + 2025-11-26 3353c10 cmd/go: remove experiment checks for compile -c + 2025-11-26 301d9f9 doc/next: document broken freebsd/riscv64 port + 2025-11-26 de39282 cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd + 2025-11-26 86bbea0 crypto/fips140: add WithoutEnforcement + 2025-11-26 e2cae9e crypto/x509: add ExtKeyUsage.OID method + 2025-11-26 623ef28 cmd/go: limit total compile -c backend concurrency using a pool + 2025-11-26 3c6bf6f cmd/compile: handle loops better during stack allocation of slices + 2025-11-26 efe9ad5 go/types, types2: improve printing of []*operand lists (debugging support) + 2025-11-26 ac33692 runtime: merge all the linux 32 and 64 bits files into one for each + 2025-11-26 fb5156a testing: fix bloop doc + 2025-11-26 b194f5d os,internal/syscall/windows: support O_* flags in Root.OpenFile + 2025-11-26 e0a4dff cmd/internal/obj/loong64: add {,x}vmadd series instructions support + 2025-11-26 c0f02c1 cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructions + 2025-11-26 37ce4ad cmd/compile: add tests bruteforcing limit complement + 2025-11-26 437d236 os,internal/poll: don't call IsNonblock for consoles and Stdin + 2025-11-26 71f8f03 crypto/internal/fips140/aes: optimize ctrBlocks8Asm on amd64 + 2025-11-26 03fcb33 cmd/compile: add tests bruteforcing limit negation and improve limit addition + 2025-11-26 dda7c82 cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal + 2025-11-26 4976606 cmd/go: remove final references to modfetch.Fetcher_ + 2025-11-26 08bf23c cmd/go/internal/toolchain: remove references to modfetch.Fetcher_ + 2025-11-26 46d5e3e cmd/go/internal/modget: remove references to modfetch.Fetcher_ + 2025-11-26 a3a6c9f cmd/go/internal/load: remove references to modfetch.Fetcher_ + 2025-11-26 c1ef3d5 cmd/go/internal/modcmd: remove references to modfetch.Fetcher_ + 2025-11-26 ab2829e cmd/compile: adjust start heap size + 2025-11-26 54b82e9 internal/trace: support event constructor for testing + 2025-11-25 eb63ef9 runtime: panic if cleanup function closes over cleanup pointer + 2025-11-25 0641228 runtime: panic on AddCleanup with self pointer + 2025-11-25 03f499e cmd/go/internal/modfetch: remove references to Fetcher_ in test file + 2025-11-25 da31fd4 cmd/go/internal/modload: replace references to modfetch.Fetcher_ + 2025-11-25 07b10e9 cmd/go/internal/modcmd: inject modfetch.Fetcher_ into DownloadModule + 2025-11-25 e960944 cmd/go/internal/modload: inject modfetch.Fetcher_ into commitRequirements + 2025-11-25 47baf48 cmd/go/internal/modfetch: inject Fetcher_ into TidyGoSum + 2025-11-25 272df5f crypto/internal/fips140/aes/gcm: add more GCM nonce modes + 2025-11-25 1768cb4 crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchanges + 2025-11-25 a909306 cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} instructions support + 2025-11-25 7b904c2 cmd/go/internal/modfetch: move global goSum to Fetcher_ + 2025-11-25 e7358c6 cmd/go: remove fips140 dependency on global Fetcher_ + 2025-11-25 89f6dba internal/strconv: add testbase tests + 2025-11-25 6954be0 internal/strconv: delete ftoaryu + 2025-11-25 8d6d14f compress/flate: move big non-pointer arrays to end of compressor + 2025-11-25 4ca048c cmd/internal/obj/riscv: document compressed instructions + 2025-11-25 a572d57 path: add more examples for path.Clean + 2025-11-25 eec40aa maps: use strings.EqualFold in example + 2025-11-25 113eb42 strconv: replace Ryu ftoa with Dragonbox + 2025-11-25 6e5cfe9 crypto: fix dead links and correct SHA-512 algorithm comment + 2025-11-25 2c7c62b crypto/internal/fips140/sha512: interleave scheduling with rounds for 10.3% speed-up + 2025-11-25 5b34354 crypto/internal/fips140/sha256: interleave scheduling and rounds for 11.2% speed-up + 2025-11-25 1cc1337 internal/runtime/cgroup: allow more tests to run on all OSes + 2025-11-25 6e4a0d8 crypto/internal/fips140/bigmod: vector implementation of addMulVVWx on s390x + 2025-11-25 657b331 net/url: fix example of Values.Encode + 2025-11-25 bd9222b crypto/sha3: reduce cSHAKE allocations + 2025-11-25 e3088d6 crypto/hpke: expose crypto/internal/hpke + 2025-11-25 a5ebc6b crypto/ecdsa: clean up ECDSA parsing and serialization paths + 2025-11-25 e8fdfeb reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod + 2025-11-25 12d437c crypto/x509: sub-quadratic name constraint checking + 2025-11-25 ed4deb1 crypto/x509: cleanup name constraint tests + 2025-11-25 0d2baa8 crypto/rsa: add EncryptOAEPWithOptions + 2025-11-25 09e377b internal/poll: replace t.Sub(time.Now()) with time.Until in test + 2025-11-25 4fb7e08 crypto/tls: expose HelloRetryRequest state + 2025-11-24 31d3735 doc: pre-announce removal of 1.23 and earlier crypto GODEBUGs + 2025-11-24 aa093ee crypto/fips140: add Version + 2025-11-24 1dc1505 cmd/go/internal/modfetch: rename State to Fetcher + 2025-11-24 d3e11b3 cmd/go/internal/modload: make State.modfetchState a pointer + 2025-11-24 2f7fd57 cmd/go: add setters for critical State fields + 2025-11-24 6851795 runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks + 2025-11-24 0921e1d net/http: add Transport.NewClientConn + 2025-11-24 6465818 all: update to x/net@bff14c52567061031b9761881907c39e24792736 + 2025-11-24 1a53ce9 context: don't return the wrong error when Cause races cancellation + 2025-11-24 c6f882f crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods + 2025-11-24 97d5295 crypto/internal/fips140test: add ML-DSA coverage + 2025-11-24 62cd044 cmd/compile: add cases for StringLen to prove + 2025-11-24 f1e376f cmd/go/internal/auth: fix typo + 2025-11-24 7fbd141 runtime: use m.profStack in traceStack + 2025-11-24 0bc1923 runtime: don't write unique string to trace if it's length zero + 2025-11-24 d4f5650 all: REVERSE MERGE dev.simd (7d65463) into master Change-Id: I4273ac3987ae2d0bc1df0051d752d8ef6c5e9af5
2 parents 8b41e84 + 5945fc0 commit 9ac524a

File tree

488 files changed

+21291
-5650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

488 files changed

+21291
-5650
lines changed

api/go1.26.txt

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
pkg bytes, method (*Buffer) Peek(int) ([]uint8, error) #73794
2+
pkg crypto, type Decapsulator interface { Decapsulate, Encapsulator } #75300
3+
pkg crypto, type Decapsulator interface, Decapsulate([]uint8) ([]uint8, error) #75300
4+
pkg crypto, type Decapsulator interface, Encapsulator() Encapsulator #75300
5+
pkg crypto, type Encapsulator interface { Bytes, Encapsulate } #75300
6+
pkg crypto, type Encapsulator interface, Bytes() []uint8 #75300
7+
pkg crypto, type Encapsulator interface, Encapsulate() ([]uint8, []uint8) #75300
8+
pkg crypto/ecdh, type KeyExchanger interface { Curve, ECDH, PublicKey } #75300
9+
pkg crypto/ecdh, type KeyExchanger interface, Curve() Curve #75300
10+
pkg crypto/ecdh, type KeyExchanger interface, ECDH(*PublicKey) ([]uint8, error) #75300
11+
pkg crypto/ecdh, type KeyExchanger interface, PublicKey() *PublicKey #75300
12+
pkg crypto/ecdsa, type PrivateKey struct, D //deprecated #63963
13+
pkg crypto/ecdsa, type PublicKey struct, X //deprecated #63963
14+
pkg crypto/ecdsa, type PublicKey struct, Y //deprecated #63963
15+
pkg crypto/fips140, func Enforced() bool #74630
16+
pkg crypto/fips140, func Version() string #75301
17+
pkg crypto/fips140, func WithoutEnforcement(func()) #74630
18+
pkg crypto/hpke, func AES128GCM() AEAD #75300
19+
pkg crypto/hpke, func AES256GCM() AEAD #75300
20+
pkg crypto/hpke, func ChaCha20Poly1305() AEAD #75300
21+
pkg crypto/hpke, func DHKEM(ecdh.Curve) KEM #75300
22+
pkg crypto/hpke, func ExportOnly() AEAD #75300
23+
pkg crypto/hpke, func HKDFSHA256() KDF #75300
24+
pkg crypto/hpke, func HKDFSHA384() KDF #75300
25+
pkg crypto/hpke, func HKDFSHA512() KDF #75300
26+
pkg crypto/hpke, func MLKEM1024() KEM #75300
27+
pkg crypto/hpke, func MLKEM1024P384() KEM #75300
28+
pkg crypto/hpke, func MLKEM768() KEM #75300
29+
pkg crypto/hpke, func MLKEM768P256() KEM #75300
30+
pkg crypto/hpke, func MLKEM768X25519() KEM #75300
31+
pkg crypto/hpke, func NewAEAD(uint16) (AEAD, error) #75300
32+
pkg crypto/hpke, func NewDHKEMPrivateKey(ecdh.KeyExchanger) (PrivateKey, error) #75300
33+
pkg crypto/hpke, func NewDHKEMPublicKey(*ecdh.PublicKey) (PublicKey, error) #75300
34+
pkg crypto/hpke, func NewHybridPrivateKey(crypto.Decapsulator, ecdh.KeyExchanger) (PrivateKey, error) #75300
35+
pkg crypto/hpke, func NewHybridPublicKey(crypto.Encapsulator, *ecdh.PublicKey) (PublicKey, error) #75300
36+
pkg crypto/hpke, func NewKDF(uint16) (KDF, error) #75300
37+
pkg crypto/hpke, func NewKEM(uint16) (KEM, error) #75300
38+
pkg crypto/hpke, func NewMLKEMPrivateKey(crypto.Decapsulator) (PrivateKey, error) #75300
39+
pkg crypto/hpke, func NewMLKEMPublicKey(crypto.Encapsulator) (PublicKey, error) #75300
40+
pkg crypto/hpke, func NewRecipient([]uint8, PrivateKey, KDF, AEAD, []uint8) (*Recipient, error) #75300
41+
pkg crypto/hpke, func NewSender(PublicKey, KDF, AEAD, []uint8) ([]uint8, *Sender, error) #75300
42+
pkg crypto/hpke, func Open(PrivateKey, KDF, AEAD, []uint8, []uint8) ([]uint8, error) #75300
43+
pkg crypto/hpke, func SHAKE128() KDF #75300
44+
pkg crypto/hpke, func SHAKE256() KDF #75300
45+
pkg crypto/hpke, func Seal(PublicKey, KDF, AEAD, []uint8, []uint8) ([]uint8, error) #75300
46+
pkg crypto/hpke, method (*Recipient) Export(string, int) ([]uint8, error) #75300
47+
pkg crypto/hpke, method (*Recipient) Open([]uint8, []uint8) ([]uint8, error) #75300
48+
pkg crypto/hpke, method (*Sender) Export(string, int) ([]uint8, error) #75300
49+
pkg crypto/hpke, method (*Sender) Seal([]uint8, []uint8) ([]uint8, error) #75300
50+
pkg crypto/hpke, type AEAD interface, ID() uint16 #75300
51+
pkg crypto/hpke, type AEAD interface, unexported methods #75300
52+
pkg crypto/hpke, type KDF interface, ID() uint16 #75300
53+
pkg crypto/hpke, type KDF interface, unexported methods #75300
54+
pkg crypto/hpke, type KEM interface, DeriveKeyPair([]uint8) (PrivateKey, error) #75300
55+
pkg crypto/hpke, type KEM interface, GenerateKey() (PrivateKey, error) #75300
56+
pkg crypto/hpke, type KEM interface, ID() uint16 #75300
57+
pkg crypto/hpke, type KEM interface, NewPrivateKey([]uint8) (PrivateKey, error) #75300
58+
pkg crypto/hpke, type KEM interface, NewPublicKey([]uint8) (PublicKey, error) #75300
59+
pkg crypto/hpke, type KEM interface, unexported methods #75300
60+
pkg crypto/hpke, type PrivateKey interface, Bytes() ([]uint8, error) #75300
61+
pkg crypto/hpke, type PrivateKey interface, KEM() KEM #75300
62+
pkg crypto/hpke, type PrivateKey interface, PublicKey() PublicKey #75300
63+
pkg crypto/hpke, type PrivateKey interface, unexported methods #75300
64+
pkg crypto/hpke, type PublicKey interface, Bytes() []uint8 #75300
65+
pkg crypto/hpke, type PublicKey interface, KEM() KEM #75300
66+
pkg crypto/hpke, type PublicKey interface, unexported methods #75300
67+
pkg crypto/hpke, type Recipient struct #75300
68+
pkg crypto/hpke, type Sender struct #75300
69+
pkg crypto/mlkem, method (*DecapsulationKey1024) Encapsulator() crypto.Encapsulator #75300
70+
pkg crypto/mlkem, method (*DecapsulationKey768) Encapsulator() crypto.Encapsulator #75300
71+
pkg crypto/mlkem/mlkemtest, func Encapsulate1024(*mlkem.EncapsulationKey1024, []uint8) ([]uint8, []uint8, error) #73627
72+
pkg crypto/mlkem/mlkemtest, func Encapsulate768(*mlkem.EncapsulationKey768, []uint8) ([]uint8, []uint8, error) #73627
73+
pkg crypto/rsa, func DecryptPKCS1v15 //deprecated #75302
74+
pkg crypto/rsa, func DecryptPKCS1v15SessionKey //deprecated #75302
75+
pkg crypto/rsa, func EncryptOAEPWithOptions(io.Reader, *PublicKey, []uint8, *OAEPOptions) ([]uint8, error) #65716
76+
pkg crypto/rsa, func EncryptPKCS1v15 //deprecated #75302
77+
pkg crypto/rsa, type PKCS1v15DecryptOptions //deprecated #75302
78+
pkg crypto/tls, const QUICErrorEvent = 10 #75108
79+
pkg crypto/tls, const QUICErrorEvent QUICEventKind #75108
80+
pkg crypto/tls, const SecP256r1MLKEM768 = 4587 #71206
81+
pkg crypto/tls, const SecP256r1MLKEM768 CurveID #71206
82+
pkg crypto/tls, const SecP384r1MLKEM1024 = 4589 #71206
83+
pkg crypto/tls, const SecP384r1MLKEM1024 CurveID #71206
84+
pkg crypto/tls, type ClientHelloInfo struct, HelloRetryRequest bool #74425
85+
pkg crypto/tls, type ConnectionState struct, HelloRetryRequest bool #74425
86+
pkg crypto/tls, type QUICEvent struct, Err error #75108
87+
pkg crypto/x509, func OIDFromASN1OID(asn1.ObjectIdentifier) (OID, error) #75325
88+
pkg crypto/x509, method (ExtKeyUsage) OID() OID #75325
89+
pkg crypto/x509, method (ExtKeyUsage) String() string #56866
90+
pkg crypto/x509, method (KeyUsage) String() string #56866
91+
pkg database/sql/driver, type RowsColumnScanner interface { Close, Columns, Next, ScanColumn } #67546
92+
pkg database/sql/driver, type RowsColumnScanner interface, Close() error #67546
93+
pkg database/sql/driver, type RowsColumnScanner interface, Columns() []string #67546
94+
pkg database/sql/driver, type RowsColumnScanner interface, Next([]Value) error #67546
95+
pkg database/sql/driver, type RowsColumnScanner interface, ScanColumn(interface{}, int) error #67546
96+
pkg debug/elf, const R_LARCH_CALL36 = 110 #75562
97+
pkg debug/elf, const R_LARCH_CALL36 R_LARCH #75562
98+
pkg debug/elf, const R_LARCH_TLS_DESC32 = 13 #75562
99+
pkg debug/elf, const R_LARCH_TLS_DESC32 R_LARCH #75562
100+
pkg debug/elf, const R_LARCH_TLS_DESC64 = 14 #75562
101+
pkg debug/elf, const R_LARCH_TLS_DESC64 R_LARCH #75562
102+
pkg debug/elf, const R_LARCH_TLS_DESC64_HI12 = 118 #75562
103+
pkg debug/elf, const R_LARCH_TLS_DESC64_HI12 R_LARCH #75562
104+
pkg debug/elf, const R_LARCH_TLS_DESC64_LO20 = 117 #75562
105+
pkg debug/elf, const R_LARCH_TLS_DESC64_LO20 R_LARCH #75562
106+
pkg debug/elf, const R_LARCH_TLS_DESC64_PC_HI12 = 114 #75562
107+
pkg debug/elf, const R_LARCH_TLS_DESC64_PC_HI12 R_LARCH #75562
108+
pkg debug/elf, const R_LARCH_TLS_DESC64_PC_LO20 = 113 #75562
109+
pkg debug/elf, const R_LARCH_TLS_DESC64_PC_LO20 R_LARCH #75562
110+
pkg debug/elf, const R_LARCH_TLS_DESC_CALL = 120 #75562
111+
pkg debug/elf, const R_LARCH_TLS_DESC_CALL R_LARCH #75562
112+
pkg debug/elf, const R_LARCH_TLS_DESC_HI20 = 115 #75562
113+
pkg debug/elf, const R_LARCH_TLS_DESC_HI20 R_LARCH #75562
114+
pkg debug/elf, const R_LARCH_TLS_DESC_LD = 119 #75562
115+
pkg debug/elf, const R_LARCH_TLS_DESC_LD R_LARCH #75562
116+
pkg debug/elf, const R_LARCH_TLS_DESC_LO12 = 116 #75562
117+
pkg debug/elf, const R_LARCH_TLS_DESC_LO12 R_LARCH #75562
118+
pkg debug/elf, const R_LARCH_TLS_DESC_PCREL20_S2 = 126 #75562
119+
pkg debug/elf, const R_LARCH_TLS_DESC_PCREL20_S2 R_LARCH #75562
120+
pkg debug/elf, const R_LARCH_TLS_DESC_PC_HI20 = 111 #75562
121+
pkg debug/elf, const R_LARCH_TLS_DESC_PC_HI20 R_LARCH #75562
122+
pkg debug/elf, const R_LARCH_TLS_DESC_PC_LO12 = 112 #75562
123+
pkg debug/elf, const R_LARCH_TLS_DESC_PC_LO12 R_LARCH #75562
124+
pkg debug/elf, const R_LARCH_TLS_GD_PCREL20_S2 = 125 #75562
125+
pkg debug/elf, const R_LARCH_TLS_GD_PCREL20_S2 R_LARCH #75562
126+
pkg debug/elf, const R_LARCH_TLS_LD_PCREL20_S2 = 124 #75562
127+
pkg debug/elf, const R_LARCH_TLS_LD_PCREL20_S2 R_LARCH #75562
128+
pkg debug/elf, const R_LARCH_TLS_LE_ADD_R = 122 #75562
129+
pkg debug/elf, const R_LARCH_TLS_LE_ADD_R R_LARCH #75562
130+
pkg debug/elf, const R_LARCH_TLS_LE_HI20_R = 121 #75562
131+
pkg debug/elf, const R_LARCH_TLS_LE_HI20_R R_LARCH #75562
132+
pkg debug/elf, const R_LARCH_TLS_LE_LO12_R = 123 #75562
133+
pkg debug/elf, const R_LARCH_TLS_LE_LO12_R R_LARCH #75562
134+
pkg errors, func AsType[$0 error](error) ($0, bool) #51945
135+
pkg go/ast, func ParseDirective(token.Pos, string) (Directive, bool) #68021
136+
pkg go/ast, method (*Directive) End() token.Pos #68021
137+
pkg go/ast, method (*Directive) ParseArgs() ([]DirectiveArg, error) #68021
138+
pkg go/ast, method (*Directive) Pos() token.Pos #68021
139+
pkg go/ast, type BasicLit struct, ValueEnd token.Pos #76031
140+
pkg go/ast, type Directive struct #68021
141+
pkg go/ast, type Directive struct, Args string #68021
142+
pkg go/ast, type Directive struct, ArgsPos token.Pos #68021
143+
pkg go/ast, type Directive struct, Name string #68021
144+
pkg go/ast, type Directive struct, Slash token.Pos #68021
145+
pkg go/ast, type Directive struct, Tool string #68021
146+
pkg go/ast, type DirectiveArg struct #68021
147+
pkg go/ast, type DirectiveArg struct, Arg string #68021
148+
pkg go/ast, type DirectiveArg struct, Pos token.Pos #68021
149+
pkg go/token, method (*File) End() Pos #75849
150+
pkg log/slog, func NewMultiHandler(...Handler) *MultiHandler #65954
151+
pkg log/slog, method (*MultiHandler) Enabled(context.Context, Level) bool #65954
152+
pkg log/slog, method (*MultiHandler) Handle(context.Context, Record) error #65954
153+
pkg log/slog, method (*MultiHandler) WithAttrs([]Attr) Handler #65954
154+
pkg log/slog, method (*MultiHandler) WithGroup(string) Handler #65954
155+
pkg log/slog, type MultiHandler struct #65954
156+
pkg net, method (*Dialer) DialIP(context.Context, string, netip.Addr, netip.Addr) (*IPConn, error) #49097
157+
pkg net, method (*Dialer) DialTCP(context.Context, string, netip.AddrPort, netip.AddrPort) (*TCPConn, error) #49097
158+
pkg net, method (*Dialer) DialUDP(context.Context, string, netip.AddrPort, netip.AddrPort) (*UDPConn, error) #49097
159+
pkg net, method (*Dialer) DialUnix(context.Context, string, *UnixAddr, *UnixAddr) (*UnixConn, error) #49097
160+
pkg net/http, method (*ClientConn) Available() int #75772
161+
pkg net/http, method (*ClientConn) Close() error #75772
162+
pkg net/http, method (*ClientConn) Err() error #75772
163+
pkg net/http, method (*ClientConn) InFlight() int #75772
164+
pkg net/http, method (*ClientConn) Release() #75772
165+
pkg net/http, method (*ClientConn) Reserve() error #75772
166+
pkg net/http, method (*ClientConn) RoundTrip(*Request) (*Response, error) #75772
167+
pkg net/http, method (*ClientConn) SetStateHook(func(*ClientConn)) #75772
168+
pkg net/http, method (*Transport) NewClientConn(context.Context, string, string) (*ClientConn, error) #75772
169+
pkg net/http, type ClientConn struct #75772
170+
pkg net/http, type HTTP2Config struct, StrictMaxConcurrentRequests bool #67813
171+
pkg net/http/httputil, type ReverseProxy struct, Director //deprecated #73161
172+
pkg net/netip, method (Prefix) Compare(Prefix) int #61642
173+
pkg os, method (*Process) WithHandle(func(uintptr)) error #70352
174+
pkg os, var ErrNoHandle error #70352
175+
pkg reflect, method (Value) Fields() iter.Seq2[StructField, Value] #66631
176+
pkg reflect, method (Value) Methods() iter.Seq2[Method, Value] #66631
177+
pkg reflect, type Type interface, Fields() iter.Seq[StructField] #66631
178+
pkg reflect, type Type interface, Ins() iter.Seq[Type] #66631
179+
pkg reflect, type Type interface, Methods() iter.Seq[Method] #66631
180+
pkg reflect, type Type interface, Outs() iter.Seq[Type] #66631
181+
pkg testing, method (*B) ArtifactDir() string #71287
182+
pkg testing, method (*F) ArtifactDir() string #71287
183+
pkg testing, method (*T) ArtifactDir() string #71287
184+
pkg testing, type TB interface, ArtifactDir() string #71287
185+
pkg testing/cryptotest, func SetGlobalRandom(*testing.T, uint64) #70942

api/next/49097.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

api/next/51945.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/next/61642.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/next/63963.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

api/next/65954.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

api/next/67546.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

api/next/67813.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/next/68021.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

api/next/70352.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)