Commit Graph

  • 5405b5ce26 [release-branch.go1.26] net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters Damien Neil 2025-11-03 14:28:47 -08:00
  • 6ed1ff80d6 [release-branch.go1.26] cmd/go/internal/work: sanitize flags before invoking 'pkg-config' Neal Patel 2025-12-04 12:30:39 -05:00
  • 29f3f72dbd [release-branch.go1.26] cmd/go: update VCS commands to use safer flag/argument syntax Roland Shoemaker 2025-12-10 08:13:07 -05:00
  • d4c273e4fc [release-branch.go1.26] crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone Roland Shoemaker 2026-01-06 14:36:01 -08:00
  • 3235ef3db8 [release-branch.go1.24] archive/zip: reduce CPU usage in index construction Damien Neil 2025-11-04 17:00:33 -08:00
  • 85c794ddce [release-branch.go1.24] net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters Damien Neil 2025-11-03 14:28:47 -08:00
  • 00b7309387 [release-branch.go1.24] cmd/go/internal/work: sanitize flags before invoking 'pkg-config' Neal Patel 2025-12-04 12:30:39 -05:00
  • d0754e6242 [release-branch.go1.24] crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone Roland Shoemaker 2026-01-06 14:36:01 -08:00
  • 9ef26e96e3 sort: improve comment readability for Stable function Prateik Lohani 2026-01-15 08:05:23 +00:00
  • 2bc4315d92 crypto/internal/fips140test: add ML-DSA to FIPS 140-3 functional tests Filippo Valsorda 2025-12-19 23:14:05 +01:00
  • e242961960 simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 Austin Clements 2026-01-13 14:18:14 -05:00
  • 9ef1692c93 simd/archsimd/_gen/simdgen: feature implications Austin Clements 2026-01-13 09:34:53 -05:00
  • 096a80ff51 [dev.simd] simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 Austin Clements 2026-01-13 14:18:14 -05:00
  • e2fef50def runtime: rename mallocTiny* to mallocgcTinySize* Michael Matloob 2026-01-12 14:37:39 -05:00
  • d8720e1c29 [dev.simd] simd/archsimd/_gen/simdgen: feature implications Austin Clements 2026-01-13 09:34:53 -05:00
  • 7f6418bb4e all: fix misspellings in comments cuishuang 2026-01-07 13:46:43 +08:00
  • c16402d15b os/exec: move platform-specific LookPath docs to a common comment Damien Neil 2026-01-06 15:57:00 -08:00
  • b7e6d8b923 os/exec_test: fix test on Plan 9 Ori Bernstein 2025-12-27 19:08:26 -05:00
  • cbe153806e net: fix socket duplication error handling on Windows qmuntal 2026-01-08 15:50:15 +01:00
  • 30d0b40264 net: don't ignore getsockname errors in newFileFD qmuntal 2026-01-08 15:44:51 +01:00
  • 5741608de2 net: don't ignore errors in TestUnixUnlink qmuntal 2026-01-08 10:25:44 +01:00
  • df6c351aa4 crypto: use testenv.Executable(t) instead of os.Args[0] in tests Filippo Valsorda 2026-01-09 19:01:50 +01:00
  • cc1d7afb24 spec: slightly re-arrange composite literal section for readability Robert Griesemer 2026-01-06 17:43:56 -08:00
  • fed3b0a298 cmd/dist: fix goroot typo in panic message jjpinto 2026-01-05 22:59:29 +00:00
  • 55ab5bba17 path/filepath: Match: improve doc comment Alan Donovan 2026-01-09 11:01:00 -05:00
  • 088ba94439 crypto/rsa: log key on test failure Filippo Valsorda 2026-01-08 02:23:02 +01:00
  • 108b333d51 cmd/go: only use check cache action's dependencies to build vet config Michael Matloob 2026-01-08 12:45:34 -05:00
  • 2bbb2ace34 runtime/trace: fix documentation comment jjpinto 2026-01-05 23:08:44 +00:00
  • 216d147a6d [release-branch.go1.26] all: merge master (6b2505c) into release-branch.go1.26 Junyang Shao 2026-01-08 18:14:02 +00:00
  • 6b2505c79c cmd/go: remove user-content from doc strings in cgo ASTs. Neal Patel 2026-01-06 16:09:19 -05:00
  • 4b89bcb8b7 lib/fips140: freeze v1.26.0 FIPS 140-3 module Filippo Valsorda 2025-12-19 23:14:36 +01:00
  • 8ac4477d83 simd/archsimd: rename Broadcast methods Cherry Mui 2026-01-08 11:57:28 -05:00
  • 5facb3b24b internal/types: add test for cycles in value context Mark Freeman 2026-01-07 16:40:53 -05:00
  • ad2cd043db [release-branch.go1.24] crypto/tls: reject trailing messages after client/server hello Roland Shoemaker 2025-11-24 14:03:10 -08:00
  • 525dd85363 [release-branch.go1.25] crypto/tls: reject trailing messages after client/server hello Roland Shoemaker 2025-11-24 14:03:10 -08:00
  • 28147b5283 cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -c Michael Matloob 2026-01-05 12:23:14 -05:00
  • 874d8b98eb cmd/go/internal/work: decrement concurrentProcesses when action finishes Michael Matloob 2026-01-06 17:18:48 -05:00
  • d1e7f49e3d internal/trace: fix recorder.Write return value for header-only buffers jjpinto 2026-01-06 22:47:07 +00:00
  • b8191a2f98 [release-branch.go1.26] all: merge master (f6ebd91) into release-branch.go1.26 Junyang Shao 2026-01-07 20:06:48 +00:00
  • f6ebd91129 all: update vendored x/tools Dmitri Shuralyov 2026-01-02 11:36:00 -05:00
  • ddcf27fc8c [release-branch.go1.25] Revert "errors: optimize errors.Join for single unwrappable errors" Damien Neil 2025-12-22 16:35:42 -08:00
  • 27dc6f01ff [release-branch.go1.24] cmd/compile: handle propagating an out-of-range jump table index Cuong Manh Le 2025-12-22 18:49:17 +07:00
  • 14f50f6e3e [release-branch.go1.25] cmd/compile: handle propagating an out-of-range jump table index Cuong Manh Le 2025-12-22 18:49:17 +07:00
  • d1d0fc7a97 os/exec: avoid atomic.Bool for Cmd.startCalled Alan Donovan 2026-01-06 14:48:31 -05:00
  • 9b2e3b9a02 simd/archsimd: use V(P)MOVMSK for mask ToBits if possible Cherry Mui 2026-01-05 12:56:08 -05:00
  • f8ee0f8475 cmd/go/testdata/vcstest/git: use git commands that work on older git versions Joel Sing 2025-12-12 19:03:05 +11:00
  • b094749bad test/codegen: codify bit related code generation for arm64 Joel Sing 2025-12-24 19:11:52 +11:00
  • 4a702376b7 [dev.simd] all: merge master (e84983f) into dev.simd Cherry Mui 2026-01-02 19:42:52 -05:00
  • e84983fa40 cmd/compile: optimize SIMD IsNaN.Or(IsNaN) Cherry Mui 2026-01-02 14:02:07 -05:00
  • 8244b85677 simd/archsimd: add tests for IsNaN Cherry Mui 2025-12-31 03:00:16 -05:00
  • 13440fb518 simd/archsimd: make IsNaN unary Cherry Mui 2025-12-31 02:42:30 -05:00
  • c3550b3352 simd/archsimd: correct documentation of Mask types Cherry Mui 2025-12-30 17:08:25 -05:00
  • 34ad26341d net/rpc: correct comment for isExportedOrBuiltinType function jjpinto 2025-12-27 15:18:07 +00:00
  • b28808d838 cmd/go/internal/modindex: fix obvious bug using failed type assertion Michael Matloob 2025-12-30 15:41:41 -05:00
  • d64add4d60 simd/archsimd: adjust documentations slightly Cherry Mui 2025-12-19 17:37:37 -05:00
  • 1843cfbcd6 runtime/secret: make tests more sturdy Daniel Morsing 2025-12-28 09:29:47 +00:00
  • fd45d70799 all: fix some minor grammatical issues in the comments cuishuang 2025-12-18 10:36:50 +08:00
  • df4e08ac65 test/codegen: fix a tab in comparisons.go to ensure pattern works Alexander Musman 2025-12-06 21:43:55 +08:00
  • cd668d744f cmd/compile: disable inlining for functions using runtime.deferrangefunc zuojunwei.1024 2025-12-23 16:12:04 +08:00
  • 6cdf9962bd [release-branch.go1.24] runtime: mark getfp as nosplit khr@golang.org 2025-12-08 09:21:39 -05:00
  • 4e531b2f14 [release-branch.go1.25] runtime: mark getfp as nosplit khr@golang.org 2025-12-08 09:21:39 -05:00
  • 06eff0f7c3 simd/archsimd: add tests for Saturate-Concat operations Cherry Mui 2025-12-29 15:42:10 -05:00
  • 110aaf7137 simd/archsimd: add tests for Saturate operations Cherry Mui 2025-12-29 14:56:53 -05:00
  • 22e7b94e7f simd/archsimd: add tests for ExtendLo operations Cherry Mui 2025-12-29 12:41:57 -05:00
  • 76dddce293 simd/archsimd: remove redundant suffix of ExtendLo operations Cherry Mui 2025-12-29 11:30:33 -05:00
  • 6ecdd2fc6e simd/archsimd: add more tests for Convert operations Cherry Mui 2025-12-29 10:51:50 -05:00
  • e0c99fe285 simd/archsimd: add more tests for Truncate operations Cherry Mui 2025-12-27 14:21:37 -05:00
  • 6f07a57145 [release-branch.go1.25] 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
  • 2ca51cba03 [release-branch.go1.24] 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
  • 08369369e5 reflect: document Call/CallSlice panic when v is unexported field qiulaidongfeng 2025-07-26 13:44:12 +08:00
  • ca8effbde1 internal/coverage/decodemeta: correct wording in unknown version error jjpinto 2025-12-24 17:39:35 +00:00
  • 0b06b68e21 encoding/gob: clarify docs about pointers to zero values not being sent Oleg Zaytsev 2025-12-26 20:11:01 +00:00
  • 9cb3edbfe9 regexp: standardize error message format in find_test.go jjpinto 2025-12-26 17:13:09 +00:00
  • b3ed0627ce tests: improve consistency and clarity of test diagnostics jjpinto 2025-12-29 19:39:04 +00:00
  • 3dcb48d298 test: follow got/want convention in uintptrescapes test jjpinto 2025-12-26 14:57:02 +00:00
  • f7b7e94b0a test: clarify log message for surrogate UTF-8 check jjpinto 2025-12-26 14:39:48 +00:00
  • e790d59674 simd/archsimd: add tests for Truncate operations Cherry Mui 2025-12-26 23:18:37 -05:00
  • f4cec7917c cmd: fix unused errors reported by ineffassign Lin Lin 2025-12-18 13:05:26 +08:00
  • ca13fe02c4 simd/archsimd: add more tests for Convert operations Cherry Mui 2025-12-26 16:38:56 -05:00
  • 037c047f2c simd/archsimd: add more tests for Extend operations Cherry Mui 2025-12-26 11:53:19 -05:00
  • 7971fcdf53 test/codegen: tidy tests for bits Joel Sing 2025-12-23 23:43:15 +11:00
  • 0f620776d7 simd/archsimd: fix "go generate" command Cherry Mui 2025-12-23 11:31:36 -05:00
  • a5fe8c07ae simd/archsimd: guard test helpers with amd64 tag Cherry Mui 2025-12-23 13:25:36 -05:00
  • a23d1a4ebe bytes: improve consistency in split test messages jjpinto 2025-12-23 18:11:53 +00:00
  • 866e461b96 cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788fe Michael Matloob 2025-12-23 15:45:41 -05:00
  • 08dc8393d7 time: skip test that will fail with GO111MODULE=off Kevin Burke 2025-12-22 22:07:32 -08:00
  • 43ebed88cc runtime: improve a log message in TestCleanupLost Lin Lin 2025-12-20 23:46:30 +08:00
  • 81283ad339 runtime: fix nGsyscallNoP accounting Michael Anthony Knyszek 2025-12-23 17:16:17 +00:00
  • 3e0e1667f6 test/codegen: codify bit related code generation for riscv64 Joel Sing 2025-12-23 21:06:49 +11:00
  • 3faf988f21 errors: add a test verifying join does not flatten errors Damien Neil 2025-12-23 09:42:37 -08:00
  • 2485a0bc2c cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile Joel Sing 2025-12-21 14:48:18 +11:00
  • 8254d66eab cmd/asm/internal/asm: abort end to end test if assembly failed Joel Sing 2025-12-21 14:39:20 +11:00
  • 1b3db48db7 Revert "errors: optimize errors.Join for single unwrappable errors" Damien Neil 2025-12-22 16:35:42 -08:00
  • b6b8b2fe6e cmd/compile: handle propagating an out-of-range jump table index Cuong Manh Le 2025-12-22 18:49:17 +07:00
  • 2cd0371a0a debug/pe: avoid panic in File.ImportedSymbols Alex Brainman 2025-06-24 15:18:28 +10:00
  • 91435be153 runtime: revert entry point on freebsd/arm64 Rob Nichols 2025-12-22 21:25:08 +00:00
  • c1efada1d2 simd/archsimd: correct documentation for pairwise operations Cherry Mui 2025-12-22 14:52:57 -05:00
  • 3d77a0b15e os/exec: second call to Cmd.Start is always an error Alan Donovan 2025-12-09 10:06:23 -05:00
  • 7ecb1f36ac simd/archsimd: add HasAVX2() guards to tests that need them David Chase 2025-12-19 15:50:57 -05:00
  • 70c22e0ad7 simd/archsimd: delete DotProductQuadruple methods for now Cherry Mui 2025-12-19 17:05:03 -05:00