Commit Graph

  • 29842d6b23 [dev.simd] simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN Cherry Mui 2025-12-10 13:45:54 -05:00
  • 63d1eec2bb [dev.simd] simd/archsimd: define ToMask only on integer vectors Cherry Mui 2025-12-10 12:05:45 -05:00
  • 0d71bd57c9 runtime: VZEROUPPER at the end of FilterNilAVX512 Cherry Mui 2025-12-09 11:48:41 -05:00
  • 636119f3d0 [dev.simd] simd/archsimd: add package doc Cherry Mui 2025-12-08 19:54:11 -05:00
  • c87e344f7a [dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back on Cherry Mui 2025-12-08 17:57:34 -05:00
  • 36bca3166e cmd: fix some issues in the comments cuishuang 2025-12-08 12:18:59 +08:00
  • b9693a2d9a runtime: on AIX check isarchive before calling libpreinit Ian Lance Taylor 2025-12-06 22:00:20 -08:00
  • 1274d58dac go/types, types2: add check for finite size at value observance Mark Freeman 2025-12-03 15:14:22 -05:00
  • 9e09812308 all: REVERSE MERGE dev.simd (c456ab7) into master Cherry Mui 2025-12-08 17:53:31 -05:00
  • c456ab7a30 [dev.simd] all: merge master (a33bbf1) into dev.simd Cherry Mui 2025-12-08 17:41:04 -05:00
  • 1d8711e126 [dev.simd] internal/buildcfg: don't enable SIMD experiment by default Cherry Mui 2025-12-08 17:12:35 -05:00
  • a33bbf1988 weak: fix weak pointer test to correctly iterate over weak pointers after GC cuishuang 2025-11-24 14:38:30 +08:00
  • a88a96330f cmd/cgo: use doc link for cgo.Handle Ariel Otilibili 2025-12-07 00:39:34 +00:00
  • 276cc4d3db cmd/link: fix AIX builds after recent linker changes Ian Lance Taylor 2025-12-01 16:25:56 -08:00
  • f38e968aba [dev.simd] cmd/compile: zero only low 128-bit of X15 Cherry Mui 2025-12-08 12:14:24 -05:00
  • 144cf17d2c [dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd" David Chase 2025-12-08 13:24:12 -05:00
  • f2d96272cb runtime/trace: update TestSubscribers to dump traces Michael Anthony Knyszek 2025-12-08 17:56:26 +00:00
  • 4837bcc92c internal/trace: skip tests for alloc/free experiment by default Michael Anthony Knyszek 2025-12-08 17:48:53 +00:00
  • b5f6816cea cmd/link: generate DWARF for moduledata Ian Lance Taylor 2025-12-06 15:06:11 -08:00
  • 44a39c9dac runtime: only run TestNotInGoMetricCallback when building with cgo Michael Anthony Knyszek 2025-12-08 16:17:15 +00:00
  • 3a6a034cd6 runtime: disable TestNotInGoMetricCallback on FreeBSD + race Michael Anthony Knyszek 2025-12-08 16:05:53 +00:00
  • 4122d3e9ea runtime: use atomic C types with atomic C functions Joel Sing 2025-12-09 00:11:55 +11:00
  • 34397865b1 runtime: deflake TestProfBufWakeup Nick Ripley 2025-12-06 10:09:38 -05:00
  • 3417b48b17 [dev.simd] simd: add carryless multiply David Chase 2025-12-04 17:51:04 -05:00
  • d4972f6295 runtime: mark getfp as nosplit khr@golang.org 2025-12-08 09:21:39 -05:00
  • 0d0d5c9a82 test/codegen: test negation with add/sub on riscv64 Meng Zhuo 2025-11-13 16:13:31 +08:00
  • 2e509e61ef cmd/go: convert some more tests to script tests matloob 2025-12-05 15:25:42 -05:00
  • c270e71835 cmd/go/internal/vet: skip -fix on pkgs from vendor or non-main mod Alan Donovan 2025-12-05 12:41:21 -05:00
  • 6b694d0191 [release-branch.go1.26] all: merge master (7453497) into release-branch.go1.26 Dmitri Shuralyov 2025-12-05 16:51:39 -05:00
  • 745349712e runtime: don't count nGsyscallNoP for extra Ms in C Michael Anthony Knyszek 2025-12-04 23:27:03 +00:00
  • f3d572d96a cmd/go: fix race applying fixes in fix and vet -fix modes Alan Donovan 2025-12-04 15:29:49 -05:00
  • 76345533f7 runtime: expand Pinner documentation Michael Anthony Knyszek 2025-12-03 23:07:26 +00:00
  • b133524c0f cmd/go/testdata/script: skip vet_cache in short mode Michael Matloob 2025-12-04 15:32:53 -05:00
  • 96e142ba2b runtime: skip TestArenaCollision if we run out of hints Michael Anthony Knyszek 2025-12-03 23:22:18 +00:00
  • fe4952f116 runtime: relax threadsSlack in TestReadMetricsSched Michael Anthony Knyszek 2025-12-03 23:13:36 +00:00
  • 8947f092a8 runtime: skip mayMoreStackMove in goroutine leak tests Michael Anthony Knyszek 2025-12-03 22:52:45 +00:00
  • 44cb82449e runtime/race: set missing argument frame for ppc64x atomic And/Or wrappers Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com 2025-11-06 13:43:45 -06:00
  • 435e61c801 runtime: reject any goroutine leak test failure that failed to execute Michael Anthony Knyszek 2025-12-03 22:29:19 +00:00
  • 54e5540014 runtime: print output in case of segfault in goroutine leak tests Michael Anthony Knyszek 2025-12-03 22:21:07 +00:00
  • 9616c33295 runtime: don't specify GOEXPERIMENT=greenteagc in goroutine leak tests Michael Anthony Knyszek 2025-12-03 22:18:27 +00:00
  • 2244bd7eeb crypto/subtle: add speculation barrier after DIT Roland Shoemaker 2025-12-04 13:26:52 -08:00
  • f51ee08905 [dev.simd] simd: replace checking loops with call to slice-checker David Chase 2025-12-05 10:17:27 -05:00
  • f84f8d86be cmd/compile: fix mis-infer bounds in slice len/cap calculations Cuong Manh Le 2025-12-05 21:49:53 +07:00
  • a70addd3b3 all: fix some comment issues cuishuang 2025-12-04 11:39:53 +08:00
  • 93b49f773d internal/runtime/maps: clarify probeSeq doc comment Nick Ripley 2025-12-04 10:01:21 -05:00
  • 91267f0a70 all: update vendored x/tools Dmitri Shuralyov 2025-12-04 17:57:40 -05:00
  • a753a9ed54 cmd/internal/fuzztest: move fuzz tests out of cmd/go test suite Michael Matloob 2025-12-04 14:21:44 -05:00
  • c43c155920 [release-branch.go1.26] update codereview.cfg for release-branch.go1.26 Dmitri Shuralyov 2025-12-04 09:27:26 -08:00
  • 1681c3b67f crypto: use rand.IsDefaultReader instead of comparing to boring.RandReader qmuntal 2025-12-03 11:20:41 +01:00
  • 7b67b68a0d cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsigneds Jorropo 2025-12-04 04:17:58 +01:00
  • 2b91d96941 [dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back on David Chase 2025-12-03 17:11:00 -05:00
  • 2b62144069 all: REVERSE MERGE dev.simd (9ac524a) into master David Chase 2025-12-03 16:24:03 -05:00
  • 9ac524ab70 [dev.simd] all: merge master (5945fc0) into dev.simd David Chase 2025-12-03 15:43:09 -05:00
  • 8b41e841be [dev.simd] internal/buildcfg: default-disable simd experiment, for merge w/ master David Chase 2025-12-03 14:20:55 -05:00
  • 608dba4308 [dev.simd] simd: make "best" instruction choice also depend on commutativity David Chase 2025-12-03 12:49:30 -05:00
  • f79c33763e [release-branch.go1.24] crypto/tls: use inner hello for earlyData when using QUIC and ECH Roland Shoemaker 2025-11-16 16:09:16 -08:00
  • d5bfdcbc47 [release-branch.go1.25] crypto/tls: use inner hello for earlyData when using QUIC and ECH Roland Shoemaker 2025-11-16 16:09:16 -08:00
  • 5945fc02fc doc/next: delete Gopher Robot 2025-12-03 08:44:34 -08:00
  • dcc5fe0c62 api: promote next to go1.26 Gopher Robot 2025-12-03 08:14:27 -08:00
  • 7991da1161 crypto/hpke: remove unused hybridKEM field qmuntal 2025-12-03 12:32:15 +01:00
  • 2729e87aa5 doc/next: pluralize 'result' Will Faught 2025-12-02 22:34:44 +00:00
  • 6e72f526cd doc/next/6-stdlib/99-minor/go/ast/76031.md: add BasicLit caveat Alan Donovan 2025-11-21 09:32:26 -05:00
  • fa30b68767 go/{ast,doc}: update BasicLit.ValueEnd as well as ValuePos Alan Donovan 2025-11-21 11:05:05 -05:00
  • 32a9804c7b cmd/link: don't update offset of existing ELF section name Ian Lance Taylor 2025-12-02 17:01:57 -08:00
  • 509ddf3868 cmd/compile: ensure bloop only kept alive addressable nodes Cuong Manh Le 2025-12-01 16:54:54 +07:00
  • 7cab1b1b26 doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flags Robert Griesemer 2025-12-02 11:58:29 -08:00
  • 1a64db3a4b spec: remove restriction on channel element types for close built-in (bug fix) Robert Griesemer 2025-12-02 14:32:13 -08:00
  • 2e06fa6b68 doc/next: release note for scheduler metrics Michael Anthony Knyszek 2025-12-01 18:22:04 +00:00
  • 77c795011b doc/next: document cgo call overhead improvement Michael Anthony Knyszek 2025-12-01 18:29:34 +00:00
  • 6e4abe8cef doc: mention stack allocation of slices Keith Randall 2025-12-02 14:22:34 -08:00
  • 88c24de8b5 doc/next: add section for Green Tea Michael Anthony Knyszek 2025-12-01 18:07:50 +00:00
  • 043b9de658 net: parse addresses without separators in ParseMac Devon Mar 2025-11-25 07:38:09 +00:00
  • e432b4f3a1 cmd/compile: more generated equality function tests khr@golang.org 2025-12-01 10:32:23 -08:00
  • c1acdcb345 crypto/x509: prevent HostnameError.Error() from consuming excessive resource Nicholas S. Husin 2025-11-24 14:56:23 -05:00
  • 8ae5d408ed spec: more precise prose for built-in function new Robert Griesemer 2025-11-20 14:05:27 -08:00
  • fefb02adf4 [release-branch.go1.25] go1.25.5 go1.25.5 Gopher Robot 2025-12-02 08:00:45 -08:00
  • 1296453960 [release-branch.go1.24] go1.24.11 go1.24.11 Gopher Robot 2025-12-02 07:59:53 -08:00
  • 3a842bd5c6 [release-branch.go1.24] crypto/x509: prevent HostnameError.Error() from consuming excessive resource Nicholas S. Husin 2025-11-24 14:56:23 -05:00
  • f7bce4bd6f [release-branch.go1.25] crypto/x509: prevent HostnameError.Error() from consuming excessive resource Nicholas S. Husin 2025-11-24 14:56:23 -05:00
  • c5c05a0e43 cmd/go: add test checking version with experiment is valid matloob@golang.org 2025-11-14 13:10:00 -05:00
  • f22d37d574 runtime/internal/testprog: log initial SchedMetrics GOMAXPROCS Michael Pratt 2025-12-01 15:47:33 -05:00
  • 8b5db48db1 net/http: deflake TestClientConnReserveAndConsume Damien Neil 2025-12-01 12:28:19 -08:00
  • 94616dad42 internal/runtime/cgroup: remove duplicate readString definition Michael Pratt 2025-12-01 16:00:01 -05:00
  • 67851547d8 internal/runtime/cgroup: lineReader fuzz test 胡玮文 2025-11-24 02:29:24 +08:00
  • ac3e0ae51a doc: document go tool pprof -http default change Michael Pratt 2025-12-01 13:15:52 -05:00
  • 42e03bbd27 debug/elf: correct case of DWARF in comment Ian Lance Taylor 2025-11-28 14:34:06 -08:00
  • 18015e8c36 doc/next: clean up some Go 1.26 release notes Brad Fitzpatrick 2025-11-26 10:11:41 -08:00
  • 4be545115c cmd/pprof: update vendored github.com/google/pprof Dmitri Shuralyov 2025-12-01 11:29:26 -05:00
  • 16c0f7e152 cmd/compile: run go generate for internal/ir Lin Lin 2025-12-01 13:08:38 +00:00
  • dc913c316a all: update vendored dependencies Dmitri Shuralyov 2025-12-01 10:32:57 -05:00
  • 1555fad47d vendor/golang.org/x/tools: update to 1ad6f3d Alan Donovan 2025-12-01 10:26:29 -05:00
  • eec1afeb28 debug/elf: make check for empty symbol section consistent for 64-bit and 32-bit binaries Aditya Sirish A Yelgundhalli 2025-09-10 02:34:03 +00:00
  • 3f94f3d4b2 test/codegen: fix shift tests on riscv64 Joel Sing 2025-11-23 01:10:41 +11:00
  • 2ac1f9cbc3 cmd/compile: avoid unnecessary interface conversion in bloop Cuong Manh Le 2025-11-28 17:19:42 +07:00
  • de456450e7 runtime/secret: disable tests under memory validating modes Daniel Morsing 2025-11-28 09:40:00 +00:00
  • 67d4a28707 fmt: document space behavior of Append Alan Donovan 2025-07-18 14:57:38 -04:00
  • c079dd13c0 runtime/secret: reorganize tests to fix -buildmode=shared Daniel Morsing 2025-11-27 06:45:20 +00:00
  • 2947cb0469 runtime/_mkmalloc: fix log.Fatal formatting directive Filippo Valsorda 2025-11-27 11:42:27 +01:00
  • cead111a77 internal/runtime/cgroup: stricter unescapePath 胡玮文 2025-11-22 11:00:47 +08:00
  • c2af9f14b4 internal/runtime/cgroup: fix path on non-root mount point 胡玮文 2025-11-22 01:44:14 +08:00