Commit Graph

  • 0430fa9775 simd/archsimd: correct algorithm name in SHA256 ops documentation Tom Thorogood 2026-01-11 17:30:06 +10:30
  • 045ceb7240 cmd/compile: allow equal functions to perform unaligned load on loong64 Guoqi Chen 2026-02-04 15:25:07 +08:00
  • db5882ea9b os: support deleting inaccessible files in RemoveAll Michal Pristas 2026-02-04 09:36:59 +00:00
  • f8f8712964 crypto/tls: fix broken link in KeyLogWriter documentation kovan 2026-02-03 16:10:47 +01:00
  • 43ee761b70 [release-branch.go1.26] crypto/tls: avoid data race when canceling a QUICConn's Context Damien Neil 2026-02-05 15:56:13 -08:00
  • 3d8b520646 [release-branch.go1.26] log/slog: correct method names in MultiHandler docs Rhys Hiltner 2026-02-03 09:23:33 -08:00
  • 491da55fdb cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSP yongqijia 2026-02-06 08:48:19 +00:00
  • bd7b8a52c8 runtime: add explicit lower bounds check to decoderune Jonah Uellenberg 2026-02-06 02:48:07 +00:00
  • 5f51b09284 cmd/link: ignore GCC generated .wm4/.wm8 symbols with no type Ian Lance Taylor 2026-02-04 20:58:51 -08:00
  • b152d9a118 cmd/link: correct error message in loadelf.Load Ian Lance Taylor 2026-02-04 12:42:44 -08:00
  • fc9f22134a net/http: remove hasPort and simplify logic Jorropo 2025-12-02 05:06:09 +01:00
  • a72a4295ed simd/archsimd: remove BUG note about type parameter Cuong Manh Le 2026-02-05 23:45:22 +07:00
  • 38ed614748 cmd/compile: fix SIMD type parameter instantiation Cuong Manh Le 2026-02-05 21:16:55 +07:00
  • ae842f7146 log/slog: correct method names in MultiHandler docs Rhys Hiltner 2026-02-03 09:23:33 -08:00
  • 824befbca0 bufio: fix doc link to Reset method Michal Bohuslávek 2026-01-14 12:54:22 +01:00
  • b8be5de81e runtime: clarify g object vs stack memory lifetime in HACKING.md kovan 2026-02-03 16:07:55 +01:00
  • d4febb4517 crypto/tls: avoid data race when canceling a QUICConn's Context Damien Neil 2026-02-05 15:56:13 -08:00
  • e2a34c7e9b go/types, types2: mechanically swap x.mode() == invalid for !x.isValid() Mark Freeman 2026-02-05 16:16:22 -05:00
  • 934a79ff2f go/types, types2: mechanically swap x.mode_ = invalid for x.invalidate() Mark Freeman 2026-02-05 15:58:52 -05:00
  • cd92bae42f go/types, types2: mechanically replace read accesses to operand.mode_ Mark Freeman 2026-02-04 16:46:40 -05:00
  • cfe0f55571 go/types, types2: mechanically replace read accesses to operand.typ_ Mark Freeman 2026-02-02 14:00:43 -05:00
  • fd146ff3b3 go/types, types2: mechanically rename operand.mode to operand.mode_ Mark Freeman 2026-02-04 15:57:34 -05:00
  • 052e64e938 go/types, types2: mechanically rename operand.typ to operand.typ_ Mark Freeman 2026-02-04 15:30:17 -05:00
  • c34b99a5e2 cmd/compile: CSE loads across disjoint stores amusman 2024-08-24 00:25:32 +03:00
  • c7fed112a9 [dev.simd] all: merge master (99d7121) into dev.simd Cherry Mui 2026-02-05 14:23:43 -05:00
  • 99d7121934 cmd/link: add more clang driver flags when testing flag Corentin Kerisit 2025-12-16 23:53:01 +00:00
  • b8bccb9798 cmd/compile: don't double-walk the map argument of clear Keith Randall 2026-02-04 15:29:40 -08:00
  • 513bb875bc test/codegen: codify bit related code generation for loong64 Xiaolin Zhao 2026-01-13 16:41:26 +08:00
  • c5a3cf6e08 net/http: use SplitSeq in ParseCookie Carlo Alberto Ferraris 2025-12-06 08:39:39 +09:00
  • 3b092b27a9 net/textproto: add Referer to commonHeader guoguangwu 2024-02-28 08:28:45 +00:00
  • 9972154461 go/build: don't invoke go command when setting UseAllFiles AN Long 2025-09-01 23:00:45 +09:00
  • f2e7fa6d31 net/http/httptrace: compose ClientTrace without reflect Randy Reddig 2025-12-03 20:33:09 +00:00
  • 044fe174d7 internal/stringslite: remove duplicate code in Index Олег Световидов 2026-02-03 11:02:27 +03:00
  • f766b8da6c cmd/link: remove obsolete duffzero/duffcopy code Keith Randall 2026-01-30 14:12:25 -08:00
  • 28fbdf7acb cmd/go: fix pkg-config flag sanitization Roland Shoemaker 2026-02-02 18:29:51 -08:00
  • 045d1270a7 internal/poll: unlock read lock if write lock fails in readWriteLock qmuntal 2026-01-30 14:26:57 +01:00
  • bd1b41eb81 reflect, runtime: adjust user-created GCData on AIX Ian Lance Taylor 2026-01-30 18:42:27 -08:00
  • 01299a31c2 cmd/cgo: use objdir consistently, create it as needed Ian Lance Taylor 2026-01-30 15:33:49 -08:00
  • 1bbb78e777 cmd/go: rewrite cgo names to "C." in compiler error messages Ian Lance Taylor 2025-11-18 16:24:04 -08:00
  • eaf3bc799a [release-branch.go1.25] go1.25.7 go1.25.7 Gopher Robot 2026-02-04 07:42:52 -08:00
  • 96e4e2b161 [release-branch.go1.24] go1.24.13 go1.24.13 release-branch.go1.24 Gopher Robot 2026-02-04 07:41:49 -08:00
  • 70d5aa7ba2 [release-branch.go1.26] go1.26rc3 go1.26rc3 Gopher Robot 2026-02-04 07:42:30 -08:00
  • a3688ab13e cmd/compile: add node collapse/expand to html ast output David Chase 2026-01-30 22:37:59 +02:00
  • ae7b257f24 cmd/compile: enhance astdump flag to also generate HTML David Chase 2026-01-30 08:46:05 +02:00
  • 835d6d42c4 cmd/compile: add astdump debug flag David Chase 2024-11-19 13:57:23 -05:00
  • 1179cfc9b4 net/http: prevent blocking when draining response body after it has been closed Nicholas S. Husin 2026-02-02 16:38:01 -05:00
  • 8572b1cfea internal/runtime: fix assembly for spectre retpoline instrumentation Michael Anthony Knyszek 2026-02-03 15:45:21 +00:00
  • c7d189e65c [release-branch.go1.25] crypto/tls: document resumption behavior across Configs Filippo Valsorda 2026-01-29 11:32:25 +01:00
  • 6a50131471 [release-branch.go1.24] crypto/tls: document resumption behavior across Configs Filippo Valsorda 2026-01-29 11:32:25 +01:00
  • e0414d74fe bytes, strings: replace asciiSet bitset with lookup table Corentin Chary 2026-01-28 22:17:38 +01:00
  • 9f30ca9189 [release-branch.go1.26] crypto/tls: document resumption behavior across Configs Filippo Valsorda 2026-01-29 11:32:25 +01:00
  • 3c5aea997a [release-branch.go1.26] crypto/tls: revalidate whole chain on resumption on Windows and macOS Filippo Valsorda 2026-01-30 18:07:23 +01:00
  • 4512014530 [release-branch.go1.25] crypto/tls: revalidate whole chain on resumption on Windows and macOS Filippo Valsorda 2026-01-30 18:07:23 +01:00
  • 1a75aadba8 [release-branch.go1.24] crypto/tls: revalidate whole chain on resumption on Windows and macOS Filippo Valsorda 2026-01-30 18:07:23 +01:00
  • b691a2edc7 crypto/tls: revalidate whole chain on resumption on Windows and macOS Filippo Valsorda 2026-01-30 18:07:23 +01:00
  • eedccc63c0 [release-branch.go1.26] internal/poll: readWriteUnlock should destroy fd when no remaining references qmuntal 2026-02-02 12:06:22 +01:00
  • 31c9bcb103 internal/poll: readWriteUnlock should destroy fd when no remaining references qmuntal 2026-02-02 12:06:22 +01:00
  • 18d31e3e8b compress/bzip2: use obscuretestdata.ReadFile to avoid creating temporary Ian Lance Taylor 2026-01-30 15:39:04 -08:00
  • 7fd116f864 go/types, types2: add missing Named.unpack call in Checker.hasVarSize Mark Freeman 2026-01-30 14:23:02 -05:00
  • 8ac41b52c4 testing/synctest: add Sleep Damien Neil 2026-01-28 15:04:46 -08:00
  • 62d08234b7 internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with mapaccess2* ArsenySamoylov 2026-01-13 13:06:28 +03:00
  • 35abaf75c3 encoding/json: use pooled encoder in Encoder.Encode Joe Tsai 2026-01-30 12:15:31 -08:00
  • 07f7f8ca52 cmd/cover, cmd/covdata: actually delete temp dirs Ian Lance Taylor 2026-01-30 15:52:19 -08:00
  • 1c9abbdc8e crypto/tls: document resumption behavior across Configs Filippo Valsorda 2026-01-29 11:32:25 +01:00
  • cce3fea08f internal/poll: move buffer pinning inside execIO qmuntal 2026-01-30 14:29:58 +01:00
  • 3b2a451cef internal/poll: consolidate cancelIO logic into waitIO qmuntal 2026-01-30 13:29:10 +01:00
  • 6de7a19fea net: don't wait 5 seconds to re-read /etc/resolv.conf Brad Fitzpatrick 2026-01-27 09:05:48 -08:00
  • 11d5284363 net/http: try to drain response body upon closing for better connection re-use Nicholas S. Husin 2026-01-21 22:46:21 -05:00
  • d99be5c444 crypto/sha1: use const table for key loading on loong64 Julian Zhu 2025-12-24 21:16:56 +08:00
  • acd65ebb13 runtime: delete unused parameter of userForced Tony Tang 2025-12-07 01:02:32 +00:00
  • 045fe9aa8c fmt: avoid storing input arguments on pp to help escape analysis thepudds 2023-06-21 13:27:11 -04:00
  • a56d064bd3 [release-branch.go1.26] cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due to autotmp variable scope thepudds 2026-01-23 15:59:40 -05:00
  • f14d8975a2 runtime: align end of systemstack_switch prologue on amd64 for consistency with gosave_systemstack_switch Vasily Leonenko 2026-01-29 21:12:49 +03:00
  • 35c5deb1d4 all: switch linux-ppc64 target to ELFv2 ABI Paul Murphy 2026-01-07 13:48:53 -06:00
  • afae853072 cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impossible nil conditions Neal Patel 2026-01-27 22:37:38 +00:00
  • 5aa006dee0 test/codegen: add bitwise operation combination tests Xiaolin Zhao 2026-01-15 16:30:30 +08:00
  • bae9486d07 cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due to autotmp variable scope thepudds 2026-01-23 15:59:40 -05:00
  • c08f6a5b26 cmd/link: put type:* at the start of the type descriptors Ian Lance Taylor 2026-01-29 14:50:05 -08:00
  • 14a4cb13e3 cmd/compile: make prove use non-equality in subtraction for a stronger bound Jonah Uellenberg 2026-01-29 19:45:27 +00:00
  • ee7a2119ac cmd/link: remove AIX special case for first type descriptor Ian Lance Taylor 2026-01-29 00:51:32 -08:00
  • 48788436b8 go/token: simplify fixOffset Mateusz Poliwczak 2026-01-23 16:12:27 +01:00
  • 5593ea4634 cmd/link: adjust symkind comparisons in XCOFF code Ian Lance Taylor 2026-01-28 23:28:09 -08:00
  • baa6b1f2bf cmd/compile: update ABI document for loong64 Guoqi Chen 2026-01-29 23:26:09 +08:00
  • 10ed9b6ed5 runtime: use smaller max align for arm32 Keith Randall 2026-01-28 15:39:46 -08:00
  • 76e4bd2a57 [release-branch.go1.26] simd/archsimd: add missing cpufeature to generated mask/merge methods David Chase 2026-01-28 22:13:38 +02:00
  • 1172294145 runtime, cmd/link: store type descriptor length, not end Ian Lance Taylor 2026-01-27 17:34:46 -08:00
  • 2bd7f15dd7 go/scanner: document implicit semicolon in multiline comments Mateusz Poliwczak 2026-01-23 11:15:19 +01:00
  • 74c909b2c5 go/parser: use (*Scanner).End instead of scannerhooks Mateusz Poliwczak 2026-01-23 10:28:32 +01:00
  • 15882523a1 go/parser: use (*Scanner).End in error testing Mateusz Poliwczak 2026-01-23 10:19:18 +01:00
  • 3c924059e6 go/scanner: add End method to Scanner Mateusz Poliwczak 2026-01-23 09:09:49 +01:00
  • 7f0f671951 math: optimize the floating-point pipeline on loong64 Xiaolin Zhao 2025-08-06 11:34:12 +08:00
  • cb75daf3b2 [release-branch.go1.24] crypto/tls: check verifiedChains roots when resuming sessions Roland Shoemaker 2026-01-26 11:18:45 -08:00
  • d5987bff8a [release-branch.go1.25] crypto/tls: check verifiedChains roots when resuming sessions Roland Shoemaker 2026-01-26 11:18:45 -08:00
  • c2d04c0994 [release-branch.go1.25] crypto/tls: add verifiedChains expiration checking during resumption Roland Shoemaker 2026-01-26 10:55:32 -08:00
  • 6b1110a40f [release-branch.go1.25] Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone" Roland Shoemaker 2026-01-26 10:49:30 -08:00
  • 5f07b226f9 [release-branch.go1.24] crypto/tls: add verifiedChains expiration checking during resumption Roland Shoemaker 2026-01-26 10:55:32 -08:00
  • b2abaab3fc [release-branch.go1.24] Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone" Roland Shoemaker 2026-01-26 10:49:30 -08:00
  • 72ae31033e [release-branch.go1.26] crypto/tls: check verifiedChains roots when resuming sessions Roland Shoemaker 2026-01-26 11:18:45 -08:00
  • feaa88bbce [release-branch.go1.26] crypto/tls: add verifiedChains expiration checking during resumption Roland Shoemaker 2026-01-26 10:55:32 -08:00
  • a1d9a25ddc [release-branch.go1.26] Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone" Roland Shoemaker 2026-01-26 10:49:30 -08:00