Commit 9ac524a
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: I4273ac3987ae2d0bc1df0051d752d8ef6c5e9af5File tree
488 files changed
+21291
-5650
lines changed- api
- next
- doc
- initial/6-stdlib/99-minor
- next
- 6-stdlib
- 99-minor
- bytes
- crypto
- ecdh
- ecdsa
- mlkem
- mlkemtest
- rsa
- tls
- database/sql/driver
- debug/elf
- errors
- go
- ast
- token
- image/jpeg
- log/slog
- net
- http
- httptest
- httputil
- netip
- url
- os
- signal
- testing
- src
- cmd
- asm/internal/asm/testdata
- compile/internal
- amd64
- arm64
- base
- bloop
- escape
- gc
- inline/interleaved
- ir
- slice
- ssagen
- ssa
- _gen
- test
- typecheck
- _builtin
- types2
- walk
- dist
- go
- internal
- auth
- fips140
- load
- modcmd
- modfetch
- zip_sum_test
- modget
- modload
- toolchain
- work
- testdata/script
- internal
- goobj
- obj
- loong64
- riscv
- link
- internal
- ld
- loong64
- sym
- wasm
- vendor
- github.com/google/pprof
- internal
- binutils
- driver
- html
- graph
- plugin
- profile
- golang.org/x
- mod/sumdb/note
- sys/unix
- term
- tools
- go/analysis/passes
- inline
- modernize
- printf
- internal
- analysis/driverutil
- refactor
- inline
- stdlib
- compress/flate
- context
- crypto
- cipher
- des
- dsa
- ecdh
- ecdsa
- ed25519
- fips140
- testdata
- hkdf
- hmac
- hpke
- testdata
- internal
- fips140only
- fips140test
- fips140
- aes
- _asm/ctr
- gcm
- bigmod
- drbg
- ecdsa
- rsa
- sha256
- _asm
- sha3
- sha512
- _asm
- rand
- sysrand
- md5
- mlkem
- pbkdf2
- rand
- rc4
- rsa
- sha1
- _asm
- tls
- x509
- debug
- elf
- gosym
- fmt
- go
- ast
- build
- constraint
- doc
- types
- internal
- abi
- cgrouptest
- godebugs
- goexperiment
- poll
- runtime
- cgroup
- pprof/label
- strconv
- testdata
- syscall/windows
- trace
- types
- errors
- testdata
- check
- fixedbugs
- io
- maps
- net
- http
- url
- os
- path
- reflect
- runtime
- _mkmalloc
- metrics
- pprof
- secret
- testdata
- testdata/testprog
- syscall
- testing
- cryptotest
- vendor
- golang.org/x
- crypto
- chacha20poly1305
- chacha20
- net/dns/dnsmessage
- sys/cpu
- test
- codegen
- fixedbugs
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments