]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.simd] all: merge master (d70ad4e) into dev.simd
authorCherry Mui <cherryyz@google.com>
Thu, 25 Sep 2025 17:33:58 +0000 (13:33 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 25 Sep 2025 17:33:59 +0000 (13:33 -0400)
Conflicts:

- src/cmd/compile/internal/types2/stdlib_test.go
- src/go/types/stdlib_test.go

Merge List:

+ 2025-09-25 d70ad4e740 sync/atomic: correct Uintptr.Or return doc
+ 2025-09-25 d7abfe4f0d runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
+ 2025-09-25 393d91aea0 cmd/fix: remove all functionality
+ 2025-09-25 6dceff8bad cmd/link: handle -w flag in external linking mode
+ 2025-09-25 76d088eb74 cmd/internal/obj/riscv: remove ACFLWSP/ACFSWSP and ACFLW/ACFSW
+ 2025-09-25 5225e9dc49 doc/next: document new image/jpeg DCT in release notes
+ 2025-09-25 81a83bba21 cmd: update x/tools@4df13e3
+ 2025-09-25 6b32c613ca go/types: make typeset return an iterator
+ 2025-09-25 fbba930271 image/jpeg: replace fdct.go and idct.go with new implementation in dct.go
+ 2025-09-25 92e093467f image/jpeg: correct and test reference slowFDCT and slowIDCT
+ 2025-09-25 27c7bbc51c image/jpeg: prepare for new FDCT/IDCT implementations
+ 2025-09-24 f15cd63ec4 cmd/compile: don't rely on loop info when there are irreducible loops
+ 2025-09-24 371c1d2fcb cmd/internal/obj/riscv: add support for vector unit-stride fault-only-first load instructions
+ 2025-09-23 411c250d64 runtime: add specialized malloc functions for sizes up to 512 bytes
+ 2025-09-23 d7a38adf4c runtime: eliminate global span queue [green tea]
+ 2025-09-23 7bc1935db5 cmd/compile/internal: support new(expr)
+ 2025-09-23 eb78f13c9f doc/go_spec.html: document new(expr)
+ 2025-09-23 74cc463f9e go/token: add TestRemovedFileFileReturnsNil test
+ 2025-09-23 902dc27ae9 go/token: clear cache after grabbing the mutex in RemoveFile
+ 2025-09-23 a13d085a5b cmd/cgo: don't hardcode section name in TestNumberOfExportedFunctions
+ 2025-09-23 61bf26a9ee cmd/link: fix Macho-O X86_64_RELOC_SUBTRACTOR in internal linking
+ 2025-09-23 4b787c8c2b reflect: remove stale comment in unpackEface
+ 2025-09-23 3df27cd21a cmd/compile: fix typo in comment
+ 2025-09-23 684e8d3363 reflect: allocate memory in TypeAssert[I] only when the assertion succeeds
+ 2025-09-23 a5866ebe40 cmd/compile: prevent shapifying of pointer shape type
+ 2025-09-23 a27261c42f go/types,types2: allow new(expr)
+ 2025-09-23 e93f439ac4 runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIED
+ 2025-09-23 69e74b0aac runtime: deduplicate pMask resize code
+ 2025-09-23 fde10c4ce7 runtime: split gcMarkWorkAvailable into two separate conditions
+ 2025-09-23 5d040df092 runtime: use scan kernels in scanSpan [green tea]
+ 2025-09-23 7e0251bf58 runtime: don't report non-blocked goroutines as "(durable)" in stacks
+ 2025-09-23 22ac328856 cmd/link: make -w behavior consistent on Windows

Change-Id: Id76b5a30a3b6f6669437f97e3320c9bca65a1e96

1  2 
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go
src/runtime/export_test.go
src/runtime/proc.go

index fc67397503543566883492c4701d9e3f04059dca,a579c8184e3e14c8495a66dd9e13bc2a19acce51..26d2eb23abe238089e831a8ba9870b5027ace9d5
@@@ -360,8 -360,7 +360,9 @@@ func TestStdKen(t *testing.T) 
  var excluded = map[string]bool{
        "builtin":                       true,
        "cmd/compile/internal/ssa/_gen": true,
+       "runtime/_mkmalloc":             true,
 +      "simd/_gen/simdgen":             true,
 +      "simd/_gen/unify":               true,
  }
  
  // printPackageMu synchronizes the printing of type-checked package files in
index 9e0c564ab87069c60c90b36bc0aa2d6d44654e8f,eb838b2c88e47044e2cff209601492a1e8775055..8b4490084efc4de0f2555b2e7158dc53fe5be4af
@@@ -362,8 -362,7 +362,9 @@@ func TestStdKen(t *testing.T) 
  var excluded = map[string]bool{
        "builtin":                       true,
        "cmd/compile/internal/ssa/_gen": true,
+       "runtime/_mkmalloc":             true,
 +      "simd/_gen/simdgen":             true,
 +      "simd/_gen/unify":               true,
  }
  
  // printPackageMu synchronizes the printing of type-checked package files in
Simple merge
Simple merge