Commit Graph

  • 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
  • 6be5de4bc4 internal/runtime/cgroup: simplify escapePath in test 胡玮文 2025-11-22 17:15:04 +08:00
  • 481c6df7b9 io: reduce intermediate allocations in ReadAll and have a smaller final result thepudds 2025-11-20 14:43:50 -05:00
  • cec4d4303f os: allow direntries to have zero inodes on Linux Dave Vasilevsky 2025-11-25 03:55:45 +00:00
  • f1bbc66a10 cmd/link: test that moduledata is in its own section Ian Lance Taylor 2025-11-17 20:20:26 -08:00
  • 003f52407a cmd/link: test that findfunctab is in gopclntab section Ian Lance Taylor 2025-11-17 18:35:50 -08:00
  • 21b6ab57d5 cmd/link: test that funcdata values are in gopclntab section Ian Lance Taylor 2025-11-17 18:29:42 -08:00
  • c03e25a263 cmd/link: always run current linker in tests Ian Lance Taylor 2025-11-17 11:54:48 -08:00
  • 9f5cd43fe6 cmd/link: put moduledata in its own .go.module section Ian Lance Taylor 2025-11-14 11:48:55 -08:00
  • 43cfd785e7 cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi Ian Lance Taylor 2025-11-13 13:01:14 -08:00
  • 312b2034a4 cmd/link: put runtime.findfunctab in the .gopclntab section Ian Lance Taylor 2025-11-11 15:53:24 -08:00
  • b437d5bf36 cmd/link: put funcdata symbols in .gopclntab section Ian Lance Taylor 2025-11-10 16:08:48 -08:00
  • 4bc3410b6c cmd/link: build shstrtab from ELF sections Ian Lance Taylor 2025-11-07 12:25:03 -08:00
  • b0c278be40 cmd/link: use shdr as a slice rather than counting in elfhdr.Shnum Ian Lance Taylor 2025-11-07 11:20:15 -08:00
  • 0ff323143d cmd/link: sort allocated ELF section headers by address Ian Lance Taylor 2025-11-06 19:52:54 -08:00
  • 4879151d1d cmd/compile: introduce alias analysis and automatically free non-aliased memory after growslice thepudds 2025-11-25 09:57:50 -05:00
  • d8269ab0d5 cmd/link, cmd/internal/obj: fix a remote call failure issue limeidan 2025-11-24 17:28:42 +08:00
  • c6d64f8556 cmd/internal/obj/loong64: remove the incorrect unsigned instructions Xiaolin Zhao 2025-11-21 17:22:05 +08:00
  • c048a9a11f go/types, types2: remove InvalidTypeCycle from literals.go Mark Freeman 2025-11-25 13:56:18 -05:00
  • ff2fd6327e go/types, types2: remove setDefType and most def plumbing Mark Freeman 2025-11-24 14:34:39 -05:00
  • 3531ac23d4 go/types, types2: replace setDefType with pending type check Mark Freeman 2025-11-24 17:04:49 -05:00
  • 2b8dbb35b0 crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom Filippo Valsorda 2025-09-15 18:58:04 +02:00
  • 21ebed0ac0 runtime: update mkmalloc to make generated code look nicer matloob 2025-11-26 18:04:22 -05:00
  • a3fb92a710 runtime/secret: implement new secret package Daniel Morsing 2025-09-25 17:26:03 +01:00
  • 0c747b7aa7 go/build/constraint: use strings.Builder instead of for { str+=str } Alan Donovan 2025-11-26 17:53:04 -05:00
  • 0f6397384b go/types: relax NewSignatureType for append(slice, str...) Alan Donovan 2025-07-21 14:35:08 -04:00
  • 992ad55e3d crypto/tls: support crypto.MessageSigner private keys Filippo Valsorda 2025-11-26 21:11:35 +01:00
  • 3fd9cb1895 cmd/compile: fix bloop get name logic Junyang Shao 2025-11-25 01:37:13 +00:00
  • 3353c100bb cmd/go: remove experiment checks for compile -c matloob 2025-11-26 10:30:34 -05:00
  • 301d9f9b52 doc/next: document broken freebsd/riscv64 port Dmitri Shuralyov 2025-11-26 16:12:53 -05:00
  • de39282332 cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd Cherry Mui 2025-11-26 10:56:15 -05:00
  • 86bbea0cfa crypto/fips140: add WithoutEnforcement Daniel Morsing 2025-11-24 13:08:10 +00:00
  • e2cae9ecdf crypto/x509: add ExtKeyUsage.OID method Roland Shoemaker 2025-11-26 09:21:13 -08:00
  • 623ef28135 cmd/go: limit total compile -c backend concurrency using a pool Michael Matloob 2025-11-24 18:33:30 -05:00