Commit 220d73c
committed
[dev.simd] all: merge master (8dd5b13) into dev.simd
Merge List:
+ 2025-11-24 8dd5b13 cmd/compile: relax stmtline_test on amd64
+ 2025-11-23 feae743 cmd/compile: use 32x32->64 multiplies on loong64
+ 2025-11-23 e88be8a runtime: fix stale comment for mheap/malloc
+ 2025-11-23 a318843 cmd/internal/obj/loong64: optimize duplicate optab entries
+ 2025-11-23 a18294b cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate log2
+ 2025-11-23 437323e slices: fix incorrect comment in slices.Insert function documentation
+ 2025-11-23 1993dca doc/next: pre-announce end of support for macOS 12 in Go 1.27
+ 2025-11-22 337f7b1 cmd/go: update default go directive in mod or work init
+ 2025-11-21 3c26aef cmd/internal/obj/riscv: improve large branch/call/jump tests
+ 2025-11-21 31aa9f8 crypto/tls: use inner hello for earlyData when using QUIC and ECH
+ 2025-11-21 d68aec8 runtime: replace trace seqlock with write flag
+ 2025-11-21 8d9906c runtime/trace: add Log benchmark
+ 2025-11-21 6aeacdf cmd/go: support sha1 repos when git default is sha256
+ 2025-11-21 9570036 crypto/sha3: make the zero value of SHAKE useable
+ 2025-11-21 155efbb crypto/sha3: make the zero value of SHA3 useable
+ 2025-11-21 6f16669 database/sql: don't ignore ColumnConverter for unknown input count
+ 2025-11-21 121bc3e runtime/pprof: remove hard-coded sleep in CPU profile reader
+ 2025-11-21 b604148 runtime: fix double wakeup in CPU profile buffer
+ 2025-11-21 22f24f9 cmd/compile: change testing.B.Loop keep alive semantic
+ 2025-11-21 cfb9d2e net: remove unused linknames
+ 2025-11-21 65ef314 net/http: remove unused linknames
+ 2025-11-21 0f32fbc net/http: populate Response.Request when using NewFileTransport
+ 2025-11-21 3e0a8e7 net/http: preserve original path encoding in redirects
+ 2025-11-21 831af61 net/http: use HTTP 307 redirects in ServeMux
+ 2025-11-21 8726922 net/http: update Response.Request.URL after redirects on GOOS=js
+ 2025-11-21 7aa9ca7 net/http/cookiejar: treat localhost as secure origin
+ 2025-11-21 f870a1d net/url: warn that JoinPath arguments should be escaped
+ 2025-11-21 9962d95 crypto/internal/fips140/mldsa: unroll NTT and inverseNTT
+ 2025-11-21 f821fc4 crypto/internal/fisp140test: update acvptool, test data
+ 2025-11-21 b59efc3 crypto/internal/fips140/mldsa: new package
+ 2025-11-21 6274148 runtime: remove linkname for gopanic
+ 2025-11-21 7db2f0b crypto/internal/hpke: separate KEM and PublicKey/PrivateKey interfaces
+ 2025-11-21 e15800c crypto/internal/hpke: add ML-KEM and hybrid KEMs, and SHAKE KDFs
+ 2025-11-21 7c985a2 crypto/internal/hpke: modularize API and support more ciphersuites
+ 2025-11-21 e7d47ac cmd/compile: simplify negative on multiplication
+ 2025-11-21 35d2712 net/http: fix typo in Transport docs
+ 2025-11-21 90c970c net: remove unnecessary loop variable copies in tests
+ 2025-11-21 9772d3a cmd/cgo: strip top-level const qualifier from argument frame struct
+ 2025-11-21 1903782 errors: add examples for custom Is/As matching
+ 2025-11-21 ec92bc6 cmd/compile: rewrite Rsh to RshU if arguments are proved positive
+ 2025-11-21 3820f94 cmd/compile: propagate unsigned relations for Rsh if arguments are positive
+ 2025-11-21 d474f1f cmd/compile: make dse track multiple shadowed ranges
+ 2025-11-21 d0d0a72 cmd/compile/internal/ssa: correct type of ARM64 conditional instructions
+ 2025-11-21 a9704f8 internal/runtime/gc/scan: add AVX512 impl of filterNil.
+ 2025-11-21 ccd3890 cmd/internal/objabi: remove -V=goexperiment internal special case
+ 2025-11-21 e7787b9 runtime: go fmt
+ 2025-11-21 17b3b98 internal/strconv: go fmt
+ 2025-11-21 c851827 internal/trace: go fmt
+ 2025-11-21 f87aaec cmd/compile: fix integer overflow in prove pass
+ 2025-11-21 dbd2ab9 cmd/compile/internal: fix typos
+ 2025-11-21 b9d86ba cmd/compile/internal/devirtualize: fix typos
+ 2025-11-20 4b0e3cc cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocs
+ 2025-11-20 cdba82c cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions support
+ 2025-11-20 bd2b117 crypto/tls: add QUICErrorEvent
+ 2025-11-20 3ad2e11 net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noop
+ 2025-11-20 d58b733 runtime: track goroutine location until actual STW
+ 2025-11-20 1bc5486 cmd/vendor: update to x/tools@68724af
+ 2025-11-20 8c31959 runtime: disable stack allocation tests on sanitizers
+ 2025-11-20 ff654ea net/url: permit colons in the host of postgresql:// URLs
+ 2025-11-20 a662bad encoding/json: remove linknames
+ 2025-11-20 5afe237 mime: add missing path for mime types in godoc
+ 2025-11-20 c1b7112 os/signal: make NotifyContext cancel the context with a cause
Change-Id: Ib93ef643be610dfbdd83ff45095a7b1ca2537b8bFile tree
161 files changed
+11124
-1333
lines changed- api/next
- doc/next
- 6-stdlib/99-minor
- crypto/tls
- os/signal
- src
- cmd
- asm/internal/asm/testdata
- cgo
- internal/test
- compile/internal
- bloop
- devirtualize
- escape
- gc
- inline/interleaved
- ir
- loong64
- ssagen
- ssa
- _gen
- test
- typecheck
- _builtin
- go
- internal
- modfetch/codehost
- modload
- vcweb
- workcmd
- testdata/script
- internal
- objabi
- obj
- arm64
- loong64
- riscv
- link/internal
- loadelf
- loong64
- vendor
- golang.org/x/tools
- go/analysis/passes
- inline
- modernize
- printf
- internal
- astutil
- moreiters
- refactor/inline
- refactor/satisfy
- crypto
- internal
- fips140deps/byteorder
- fips140test
- fips140/mldsa
- hpke
- testdata
- sha3
- tls
- database/sql
- encoding/json
- errors
- go/build
- image/gif
- internal
- runtime/gc/scan
- strconv
- trace/testtrace
- mime
- net
- http
- cookiejar
- httputil
- url
- os/signal
- runtime
- pprof
- trace
- slices
- sort
- testing
- test
- codegen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
161 files changed
+11124
-1333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| 12 | + | |
6 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
600 | 636 | | |
601 | 637 | | |
602 | 638 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
956 | 962 | | |
957 | 963 | | |
958 | 964 | | |
| |||
2396 | 2402 | | |
2397 | 2403 | | |
2398 | 2404 | | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
460 | 490 | | |
461 | 491 | | |
462 | 492 | | |
| |||
468 | 498 | | |
469 | 499 | | |
470 | 500 | | |
471 | | - | |
| 501 | + | |
472 | 502 | | |
473 | 503 | | |
474 | 504 | | |
| |||
484 | 514 | | |
485 | 515 | | |
486 | 516 | | |
487 | | - | |
| 517 | + | |
488 | 518 | | |
489 | 519 | | |
490 | 520 | | |
| |||
0 commit comments